Searched refs:notify (Results 1 – 15 of 15) sorted by relevance
| /components/drivers/usb/cherryusb/class/cdc/ |
| A D | usbd_cdc_ecm.c | 44 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 D | Kconfig | 37 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 D | pm.c | 398 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 D | pm.h | 195 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 D | rndis.h | 56 uep_t notify; member
|
| /components/drivers/watchdog/ |
| A D | watchdog-dw.c | 486 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 D | signalfd.c | 252 lwp_notify->notify = signalfd_callback; in signalfd_add_notify()
|
| /components/lwp/ |
| A D | lwp.h | 74 void (*notify)(rt_wqueue_t *signalfd_queue, int signo); member
|
| A D | lwp_signal.c | 444 if (n->notify) in lwp_signal_notify() 446 n->notify(n->signalfd_queue, siginfo->ksiginfo.signo); in lwp_signal_notify()
|
| /components/drivers/virtio/ |
| A D | virtio_console.c | 644 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 D | auth.c | 700 notify(link_down_notifier, 0); in link_down() 889 notify(auth_up_notifier, 0); in network_phase()
|
| A D | ipcp.c | 2103 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 D | auth.c | 700 notify(link_down_notifier, 0); in link_down() 889 notify(auth_up_notifier, 0); in network_phase()
|
| A D | ipcp.c | 2103 notify(ip_up_notifier, 0); in ipcp_up() 2132 notify(ip_down_notifier, 0); in ipcp_down()
|
| /components/drivers/serial/ |
| A D | dev_serial_v2.c | 2061 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