Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/android/
Dvsoc.c104 struct vsoc_region_data *regions_data; member
403 struct vsoc_region_data *data = vsoc_dev.regions_data + region_number; in handle_vsoc_cond_wait()
513 struct vsoc_region_data *data = vsoc_dev.regions_data + region_number; in do_vsoc_cond_wake()
543 reg_data = vsoc_dev.regions_data + reg_num; in vsoc_ioctl()
725 int reg_num = region_data - vsoc_dev.regions_data; in vsoc_interrupt()
737 if (unlikely(vsoc_dev.regions_data + reg_num != region_data)) { in vsoc_interrupt()
852 vsoc_dev.regions_data = in vsoc_probe_device()
854 sizeof(vsoc_dev.regions_data[0]), GFP_KERNEL); in vsoc_probe_device()
855 if (!vsoc_dev.regions_data) { in vsoc_probe_device()
904 size_t name_sz = sizeof(vsoc_dev.regions_data[i].name) - 1; in vsoc_probe_device()
[all …]