Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/cdc/
A Dusbd_cdc_ecm.c44 notify->wValue = value; in usbd_cdc_ecm_send_notify()
45 notify->wIndex = g_cmd_intf; in usbd_cdc_ecm_send_notify()
46 notify->wLength = 0U; in usbd_cdc_ecm_send_notify()
49 notify->data[i] = 0U; in usbd_cdc_ecm_send_notify()
54 notify->wValue = 0U; in usbd_cdc_ecm_send_notify()
55 notify->wIndex = g_cmd_intf; in usbd_cdc_ecm_send_notify()
56 notify->wLength = 0U; in usbd_cdc_ecm_send_notify()
58 notify->data[i] = 0U; in usbd_cdc_ecm_send_notify()
63 notify->wValue = 0U; in usbd_cdc_ecm_send_notify()
64 notify->wIndex = g_cmd_intf; in usbd_cdc_ecm_send_notify()
[all …]
/components/vbus/
A DKconfig37 The interrupt number used to notify the client on a particular system.
42 The interrupt be triggered on a particular system when the client notify the host.
/components/drivers/pm/
A Dpm.c398 if (_pm_notify.notify) in _pm_change_sleep_mode()
400 _pm_notify.notify(RT_PM_ENTER_SLEEP, pm->sleep_mode, _pm_notify.data); in _pm_change_sleep_mode()
409 if (_pm_notify.notify) in _pm_change_sleep_mode()
411 _pm_notify.notify(RT_PM_EXIT_SLEEP, pm->sleep_mode, _pm_notify.data); in _pm_change_sleep_mode()
458 if (_pm_notify.notify) in _pm_change_sleep_mode()
459 _pm_notify.notify(RT_PM_EXIT_SLEEP, pm->sleep_mode, _pm_notify.data); in _pm_change_sleep_mode()
852 void rt_pm_notify_set(void (*notify)(rt_uint8_t event, rt_uint8_t mode, void *data), void *data) in rt_pm_notify_set()
854 _pm_notify.notify = notify; in rt_pm_notify_set()
/components/drivers/include/drivers/
A Dpm.h195 void (*notify)(rt_uint8_t event, rt_uint8_t mode, void *data); member
207 void rt_pm_notify_set(void (*notify)(rt_uint8_t event, rt_uint8_t mode, void *data), void *data);
/components/legacy/usb/usbdevice/class/
A Drndis.h56 uep_t notify; member
/components/drivers/watchdog/
A Dwatchdog-dw.c486 if (wdt->pretimeout_notify.notify) in dw_wdt_isr()
488 wdt->pretimeout_notify.notify(wdt->pretimeout_notify.dev); in dw_wdt_isr()
/components/libc/posix/io/signalfd/
A Dsignalfd.c252 lwp_notify->notify = signalfd_callback; in signalfd_add_notify()
/components/lwp/
A Dlwp.h74 void (*notify)(rt_wqueue_t *signalfd_queue, int signo); member
A Dlwp_signal.c444 if (n->notify) in lwp_signal_notify()
446 n->notify(n->signalfd_queue, siginfo->ksiginfo.signo); in lwp_signal_notify()
/components/drivers/virtio/
A Dvirtio_console.c644 if (port_dev->rx_notify_helper.notify != RT_NULL) in virtio_console_isr()
646 port_dev->rx_notify_helper.notify(port_dev->rx_notify_helper.dev); in virtio_console_isr()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dauth.c700 notify(link_down_notifier, 0); in link_down()
889 notify(auth_up_notifier, 0); in network_phase()
A Dipcp.c2103 notify(ip_up_notifier, 0); in ipcp_up()
2132 notify(ip_down_notifier, 0); in ipcp_down()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dauth.c700 notify(link_down_notifier, 0); in link_down()
889 notify(auth_up_notifier, 0); in network_phase()
A Dipcp.c2103 notify(ip_up_notifier, 0); in ipcp_up()
2132 notify(ip_down_notifier, 0); in ipcp_down()
/components/drivers/serial/
A Ddev_serial_v2.c2061 if (serial->rx_notify.notify != RT_NULL) in rt_hw_serial_isr()
2063 serial->rx_notify.notify(serial->rx_notify.dev); in rt_hw_serial_isr()

Completed in 45 milliseconds