Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 26) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c411 union xhci_trb *event; in event_ready() local
441 union xhci_trb *event = ctrl->event_ring->dequeue; in xhci_wait_for_event() local
485 union xhci_trb *event; in reset_ep() local
522 union xhci_trb *event; in abort_td() local
560 union xhci_trb *event, int length) in record_transfer_result()
612 union xhci_trb *event; in xhci_bulk_tx() local
806 union xhci_trb *event; in xhci_ctrl_tx() local
H A Dxhci.c455 union xhci_trb *event; in xhci_configure_endpoints() local
636 union xhci_trb *event; in xhci_address_device() local
716 union xhci_trb *event; in _xhci_alloc_device() local
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c155 void efi_signal_event(struct efi_event *event) in efi_signal_event()
246 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl, in efi_create_event()
250 void *notify_context, struct efi_event **event) in efi_create_event()
280 static efi_status_t EFIAPI efi_create_event_ext( in efi_create_event_ext()
285 void *notify_context, struct efi_event **event) in efi_create_event_ext()
319 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, in efi_set_timer()
355 static efi_status_t EFIAPI efi_set_timer_ext(struct efi_event *event, in efi_set_timer_ext()
364 struct efi_event **event, in efi_wait_for_event()
407 static efi_status_t EFIAPI efi_signal_event_ext(struct efi_event *event) in efi_signal_event_ext()
421 static efi_status_t EFIAPI efi_close_event(struct efi_event *event) in efi_close_event()
[all …]
H A Defi_console.c421 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
425 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c738 const struct dwc3_event_depevt *event) in dwc3_ep0_inspect_setup()
772 const struct dwc3_event_depevt *event) in dwc3_ep0_complete_data()
868 const struct dwc3_event_depevt *event) in dwc3_ep0_complete_status()
905 const struct dwc3_event_depevt *event) in dwc3_ep0_xfer_complete()
1019 const struct dwc3_event_depevt *event) in dwc3_ep0_do_control_status()
1045 const struct dwc3_event_depevt *event) in dwc3_ep0_xfernotready()
1092 const struct dwc3_event_depevt *event) in dwc3_ep0_interrupt()
H A Dgadget.c958 struct dwc3_ep *dep, const struct dwc3_event_depevt *event) in dwc3_gadget_start_isoc()
1694 const struct dwc3_event_depevt *event, int status) in __dwc3_cleanup_done_trbs()
1777 const struct dwc3_event_depevt *event, int status) in dwc3_cleanup_done_reqs()
1821 struct dwc3_ep *dep, const struct dwc3_event_depevt *event) in dwc3_endpoint_transfer_complete()
1871 const struct dwc3_event_depevt *event) in dwc3_endpoint_interrupt()
2422 const struct dwc3_event_devt *event) in dwc3_gadget_interrupt()
2468 const union dwc3_event *event) in dwc3_process_event_entry()
2500 union dwc3_event event; in dwc3_process_event_buf() local
H A Dcore.h874 static inline const char *dwc3_ep_event_string(u8 event) in dwc3_ep_event_string()
/rk3399_rockchip-uboot/drivers/input/
H A Dkey-uclass.c93 int event; in key_gpio_interrupt_event() local
138 int key_is_pressed(int event) in key_is_pressed()
188 int ret, event = KEY_NOT_EXIST; in key_read() local
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dist.h17 __u32 event; member
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dmpc8xxx_spi.h23 u32 event; /* event register */ member
/rk3399_rockchip-uboot/drivers/spi/
H A Dmpc8xxx_spi.c79 unsigned int tmpdout, tmpdin, event; in spi_xfer() local
H A Dfsl_espi.c186 unsigned int tmpdout, event; in fsl_espi_tx() local
250 unsigned int event, rx_bytes; in spi_xfer() local
H A Datcspi200_spi.c194 unsigned int event, rx_bytes; in __atcspi200_spi_xfer() local
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c348 static char* event[] = { in print_83xx_arb_event() local
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dgconf.c416 gboolean on_window1_delete_event(GtkWidget * widget, GdkEvent * event, in on_window1_delete_event()
881 GdkEventButton * event, gpointer user_data) in on_treeview2_button_press_event()
938 GdkEventKey * event, gpointer user_data) in on_treeview2_key_press_event()
999 GdkEventButton * event, gpointer user_data) in on_treeview1_button_press_event()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c34 SDL_Event event; in sandbox_sdl_poll_events() local
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcore.c580 void usbd_device_event_irq (struct usb_device_instance *device, usb_device_event_t event, int data) in usbd_device_event_irq()
H A Dether.c1129 struct usb_cdc_notification *event = req->buf; in eth_status_complete() local
1167 struct usb_cdc_notification *event; in issue_start_status() local
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c943 usb_device_event_t event, int data) in usbtty_event_handler()
/rk3399_rockchip-uboot/drivers/video/
H A Dipu_disp.c280 static void ipu_dc_link_event(int chan, int event, int addr, int priority) in ipu_dc_link_event()
H A Dda8xx-fb.c848 static u32 wait_for_event(u32 event) in wait_for_event()
/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c250 u32 event; in check_key_press() local
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c1362 struct pd_rx_event *event) in tcpm_pd_rx_handler()
1409 struct pd_rx_event *event; in tcpm_pd_receive() local
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h127 enum led_brightness event) {} in led_trigger_event()
/rk3399_rockchip-uboot/include/
H A Dusbdevice.h569 void (*event) (struct usb_device_instance *device, usb_device_event_t event, int data); member

12