Home
last modified time | relevance | path

Searched refs:cdc_acm_send_notification (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/subsys/usb/device/class/
Dcdc_acm.c771 static int cdc_acm_send_notification(const struct device *dev, in cdc_acm_send_notification() function
828 cdc_acm_send_notification(dev, SERIAL_STATE_RX_CARRIER); in cdc_acm_line_ctrl_set()
836 cdc_acm_send_notification(dev, dev_data->serial_state); in cdc_acm_line_ctrl_set()
844 cdc_acm_send_notification(dev, dev_data->serial_state); in cdc_acm_line_ctrl_set()
852 cdc_acm_send_notification(dev, dev_data->serial_state); in cdc_acm_line_ctrl_set()
860 cdc_acm_send_notification(dev, dev_data->serial_state); in cdc_acm_line_ctrl_set()
868 cdc_acm_send_notification(dev, dev_data->serial_state); in cdc_acm_line_ctrl_set()
876 cdc_acm_send_notification(dev, dev_data->serial_state); in cdc_acm_line_ctrl_set()
/Zephyr-Core-3.6.0/subsys/usb/device_next/class/
Dusbd_cdc_acm.c405 static int cdc_acm_send_notification(const struct device *dev, in cdc_acm_send_notification() function
880 return cdc_acm_send_notification(dev, data->serial_state); in cdc_acm_line_ctrl_set()