/drivers/tty/serdev/ |
D | core.c | 75 struct serdev_device *serdev = to_serdev_device(dev); in serdev_device_release() local 123 int serdev_device_add(struct serdev_device *serdev) in serdev_device_add() 159 void serdev_device_remove(struct serdev_device *serdev) in serdev_device_remove() 168 int serdev_device_open(struct serdev_device *serdev) in serdev_device_open() 196 void serdev_device_close(struct serdev_device *serdev) in serdev_device_close() 214 int devm_serdev_device_open(struct device *dev, struct serdev_device *serdev) in devm_serdev_device_open() 236 void serdev_device_write_wakeup(struct serdev_device *serdev) in serdev_device_write_wakeup() 257 int serdev_device_write_buf(struct serdev_device *serdev, in serdev_device_write_buf() 291 int serdev_device_write(struct serdev_device *serdev, in serdev_device_write() 339 void serdev_device_write_flush(struct serdev_device *serdev) in serdev_device_write_flush() [all …]
|
/drivers/gnss/ |
D | serial.c | 25 struct serdev_device *serdev = gserial->serdev; in gnss_serial_open() local 52 struct serdev_device *serdev = gserial->serdev; in gnss_serial_close() local 63 struct serdev_device *serdev = gserial->serdev; in gnss_serial_write_raw() local 83 static int gnss_serial_receive_buf(struct serdev_device *serdev, in gnss_serial_receive_buf() 110 static int gnss_serial_parse_dt(struct serdev_device *serdev) in gnss_serial_parse_dt() 123 struct gnss_serial *gnss_serial_allocate(struct serdev_device *serdev, in gnss_serial_allocate() 173 struct serdev_device *serdev = gserial->serdev; in gnss_serial_register() local 202 struct serdev_device *serdev = gserial->serdev; in gnss_serial_deregister() local
|
D | sirf.c | 40 struct serdev_device *serdev; member 91 struct serdev_device *serdev = data->serdev; in sirf_open() local 128 struct serdev_device *serdev = data->serdev; in sirf_close() local 143 struct serdev_device *serdev = data->serdev; in sirf_write_raw() local 163 static int sirf_receive_buf(struct serdev_device *serdev, in sirf_receive_buf() 382 static int sirf_parse_dt(struct serdev_device *serdev) in sirf_parse_dt() 395 static int sirf_probe(struct serdev_device *serdev) in sirf_probe() 532 static void sirf_remove(struct serdev_device *serdev) in sirf_remove()
|
D | mtk.c | 66 static int mtk_probe(struct serdev_device *serdev) in mtk_probe() 120 static void mtk_remove(struct serdev_device *serdev) in mtk_remove()
|
D | ubx.c | 66 static int ubx_probe(struct serdev_device *serdev) in ubx_probe() 120 static void ubx_remove(struct serdev_device *serdev) in ubx_remove()
|
D | serial.h | 15 struct serdev_device *serdev; member
|
D | cmdline.c | 24 static char *serdev; variable
|
/drivers/net/ethernet/qualcomm/ |
D | qca_uart.c | 53 struct serdev_device *serdev; member 63 qca_tty_receive(struct serdev_device *serdev, const unsigned char *data, in qca_tty_receive() 163 static void qca_tty_wakeup(struct serdev_device *serdev) in qca_tty_wakeup() 322 static int qca_uart_probe(struct serdev_device *serdev) in qca_uart_probe() 394 static void qca_uart_remove(struct serdev_device *serdev) in qca_uart_remove()
|
/drivers/bluetooth/ |
D | hci_serdev.c | 62 struct serdev_device *serdev = hu->serdev; in hci_uart_write_work() local 214 static void hci_uart_write_wakeup(struct serdev_device *serdev) in hci_uart_write_wakeup() 239 static int hci_uart_receive_buf(struct serdev_device *serdev, const u8 *data, in hci_uart_receive_buf()
|
D | btmtkuart.c | 117 struct serdev_device *serdev; member 372 struct serdev_device *serdev = bdev->serdev; in btmtkuart_tx_work() local 520 static int btmtkuart_receive_buf(struct serdev_device *serdev, const u8 *data, in btmtkuart_receive_buf() 535 static void btmtkuart_write_wakeup(struct serdev_device *serdev) in btmtkuart_write_wakeup() 898 static int btmtkuart_parse_dt(struct serdev_device *serdev) in btmtkuart_parse_dt() 966 static int btmtkuart_probe(struct serdev_device *serdev) in btmtkuart_probe() 1079 static void btmtkuart_remove(struct serdev_device *serdev) in btmtkuart_remove()
|
D | hci_nokia.c | 126 struct serdev_device *serdev; member 151 static void nokia_flow_control(struct serdev_device *serdev, bool enable) in nokia_flow_control() 683 static int nokia_bluetooth_serdev_probe(struct serdev_device *serdev) in nokia_bluetooth_serdev_probe() 755 static void nokia_bluetooth_serdev_remove(struct serdev_device *serdev) in nokia_bluetooth_serdev_remove() 764 struct serdev_device *serdev = to_serdev_device(dev); in nokia_bluetooth_runtime_suspend() local 772 struct serdev_device *serdev = to_serdev_device(dev); in nokia_bluetooth_runtime_resume() local
|
D | hci_ll.c | 67 struct serdev_device *serdev; member 612 struct serdev_device *serdev = hu->serdev; in ll_setup() local 684 static int hci_ti_probe(struct serdev_device *serdev) in hci_ti_probe() 761 static void hci_ti_remove(struct serdev_device *serdev) in hci_ti_remove()
|
D | hci_mrvl.c | 396 static int mrvl_serdev_probe(struct serdev_device *serdev) in mrvl_serdev_probe() 410 static void mrvl_serdev_remove(struct serdev_device *serdev) in mrvl_serdev_remove()
|
D | hci_bcm.c | 1372 static int bcm_serdev_probe(struct serdev_device *serdev) in bcm_serdev_probe() 1412 static void bcm_serdev_remove(struct serdev_device *serdev) in bcm_serdev_remove()
|
D | hci_h5.c | 783 static int h5_serdev_probe(struct serdev_device *serdev) in h5_serdev_probe() 824 static void h5_serdev_remove(struct serdev_device *serdev) in h5_serdev_remove()
|
D | hci_uart.h | 66 struct serdev_device *serdev; member
|
D | hci_qca.c | 1479 static int qca_serdev_probe(struct serdev_device *serdev) in qca_serdev_probe() 1555 static void qca_serdev_remove(struct serdev_device *serdev) in qca_serdev_remove()
|
/drivers/iio/chemical/ |
D | pms7003.c | 72 struct serdev_device *serdev; member 207 static int pms7003_receive_buf(struct serdev_device *serdev, in pms7003_receive_buf() 263 static int pms7003_probe(struct serdev_device *serdev) in pms7003_probe()
|
/drivers/mfd/ |
D | rave-sp.c | 189 struct serdev_device *serdev; member 474 static int rave_sp_receive_buf(struct serdev_device *serdev, in rave_sp_receive_buf() 768 static int rave_sp_probe(struct serdev_device *serdev) in rave_sp_probe()
|
/drivers/net/caif/ |
D | caif_serial.c | 412 struct ser_device *serdev = netdev_priv(dev); in caifdev_setup() local
|