Searched refs:init_handler (Results 1 – 8 of 8) sorted by relevance
38 virtio_device_init_handler init_handler; in rt_virtio_devices_init() local66 init_handler = virtio_device_init_handlers[mmio_config->device_id]; in rt_virtio_devices_init()68 if (init_handler != RT_NULL) in rt_virtio_devices_init()70 init_handler((rt_ubase_t *)mmio_base, irq); in rt_virtio_devices_init()
57 virtio_device_init_handler init_handler; in rt_virtio_devices_init() local83 init_handler = virtio_device_init_handlers[mmio_config->device_id]; in rt_virtio_devices_init()85 if (init_handler != RT_NULL) in rt_virtio_devices_init()87 init_handler((rt_ubase_t *)mmio_base, irq); in rt_virtio_devices_init()
61 virtio_device_init_handler init_handler; in rt_virtio_devices_init() local89 init_handler = virtio_device_init_handlers[mmio_config->device_id]; in rt_virtio_devices_init()91 if (init_handler != RT_NULL) in rt_virtio_devices_init()93 init_handler((rt_ubase_t *)mmio_base, irq); in rt_virtio_devices_init()
327 udev->class_handler->init_handler(udev); in usbd_set_configuration()348 udev->class_handler->init_handler(udev); in usbd_set_configuration()
1224 if( uhost->class_handler->init_handler(uhost) == USB_NOT_SUPPORT) in usbh_loop_handler()
88 usb_sts_type (*init_handler)(void *udev); /*!< usb class init handler */ member
103 usb_sts_type (*init_handler)(void *udev); /*!< usb class init handler */ member
249 …usb_sts_type (*init_handler)(void *uhost); /*!< usb host class init ha… member
Completed in 638 milliseconds