Home
last modified time | relevance | path

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

/drivers/input/misc/
Dgpio_event.c120 struct gpio_event_platform_data *event_info; in gpio_event_probe() local
125 event_info = pdev->dev.platform_data; in gpio_event_probe()
126 if (event_info == NULL) { in gpio_event_probe()
130 if ((!event_info->name && !event_info->names[0]) || in gpio_event_probe()
131 !event_info->info || !event_info->info_count) { in gpio_event_probe()
135 if (!event_info->name) in gpio_event_probe()
136 while (event_info->names[dev_count]) in gpio_event_probe()
139 sizeof(ip->state[0]) * event_info->info_count + in gpio_event_probe()
147 ip->input_devs = (void*)&ip->state[event_info->info_count]; in gpio_event_probe()
159 input_dev->name = event_info->name ? in gpio_event_probe()
[all …]
/drivers/acpi/acpica/
Devgpeblk.c179 ACPI_FREE(gpe_block->event_info); in acpi_ev_delete_gpe_block()
241 gpe_block->event_info = gpe_event_info; in acpi_ev_create_gpe_info_blocks()
383 ACPI_FREE(gpe_block->event_info); in acpi_ev_create_gpe_block()
472 gpe_event_info = &gpe_block->event_info[gpe_index]; in acpi_ev_initialize_gpe_block()
Devgpe.c305 return (&gpe_block->event_info[gpe_index]); in acpi_ev_low_get_gpe_info()
497 event_info[((acpi_size)i * in acpi_ev_gpe_detect()
Dutinit.c92 ACPI_FREE(gpe_block->event_info); in acpi_ut_free_gpe_lists()
Devgpeutil.c323 gpe_event_info = &gpe_block->event_info[((acpi_size)i * in acpi_ev_delete_gpe_handlers()
Ddbdisply.c800 gpe_block->event_info); in acpi_db_display_gpes()
834 &gpe_block->event_info[gpe_index]; in acpi_db_display_gpes()
Daclocal.h512 struct acpi_gpe_event_info *event_info; /* One for each GPE */ member
/drivers/pci/hotplug/
Dpciehp_ctrl.c42 struct event_info *info; in pciehp_queue_interrupt_event()
349 struct event_info *info = container_of(work, struct event_info, work); in interrupt_event_handler()
Dshpchp_ctrl.c44 struct event_info *info; in queue_interrupt_event()
546 struct event_info *info = container_of(work, struct event_info, work); in interrupt_event_handler()
Dpciehp.h83 struct event_info { struct
Dcpqphp.h286 struct event_info { struct
302 struct event_info event_queue[10]; argument
Dshpchp.h96 struct event_info { struct
Dcpqphp_ctrl.c73 struct event_info *taskInfo; in handle_switch_change()
148 struct event_info *taskInfo; in handle_presence_change()
240 struct event_info *taskInfo; in handle_power_fault()
/drivers/nvme/target/
Dcore.c59 return aen->event_type | (aen->event_info << 8) | (aen->log_page << 16); in nvmet_async_event_result()
107 u8 event_info, u8 log_page) in nvmet_add_async_event() argument
116 aen->event_info = event_info; in nvmet_add_async_event()
Dnvmet.h253 u8 event_info; member
/drivers/usb/dwc3/
Ddebug.h135 enum dwc3_link_state state = event->event_info & DWC3_LINK_STATE_MASK; in dwc3_gadget_event_string()
Dcore.h1076 u32 event_info:9; member
Dgadget.c2762 dwc3_gadget_hibernation_interrupt(dwc, event->event_info); in dwc3_gadget_interrupt()
2765 dwc3_gadget_linksts_change_interrupt(dwc, event->event_info); in dwc3_gadget_interrupt()
2780 event->event_info); in dwc3_gadget_interrupt()