Home
last modified time | relevance | path

Searched refs:regions_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/android/
Dvsoc.c103 struct vsoc_region_data *regions_data; member
403 struct vsoc_region_data *data = vsoc_dev.regions_data + region_number; in handle_vsoc_cond_wait()
511 struct vsoc_region_data *data = vsoc_dev.regions_data + region_number; in do_vsoc_cond_wake()
541 reg_data = vsoc_dev.regions_data + reg_num; in vsoc_ioctl()
723 int reg_num = region_data - vsoc_dev.regions_data; in vsoc_interrupt()
735 if (unlikely(vsoc_dev.regions_data + reg_num != region_data)) { in vsoc_interrupt()
850 vsoc_dev.regions_data = in vsoc_probe_device()
852 sizeof(vsoc_dev.regions_data[0]), GFP_KERNEL); in vsoc_probe_device()
853 if (!vsoc_dev.regions_data) { in vsoc_probe_device()
902 size_t name_sz = sizeof(vsoc_dev.regions_data[i].name) - 1; in vsoc_probe_device()
[all …]