/linux/include/linux/ |
A D | serdev.h | 14 struct serdev_device; 29 void (*write_wakeup)(struct serdev_device *); 41 struct serdev_device { struct 52 return container_of(d, struct serdev_device, dev); in to_serdev_device() 64 int (*probe)(struct serdev_device *); 65 void (*remove)(struct serdev_device *); 106 struct serdev_device *serdev; 164 int serdev_device_add(struct serdev_device *); 173 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_write_wakeup() 185 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_receive_buf() [all …]
|
/linux/drivers/tty/serdev/ |
A D | core.c | 43 ATTRIBUTE_GROUPS(serdev_device); 60 struct serdev_device *serdev = to_serdev_device(dev); in serdev_device_release() 102 int serdev_device_add(struct serdev_device *serdev) in serdev_device_add() 147 int serdev_device_open(struct serdev_device *serdev) in serdev_device_open() 175 void serdev_device_close(struct serdev_device *serdev) in serdev_device_close() 190 serdev_device_close(*(struct serdev_device **)dr); in devm_serdev_device_release() 195 struct serdev_device **dr; in devm_serdev_device_open() 270 int serdev_device_write(struct serdev_device *serdev, in serdev_device_write() 449 struct serdev_device *serdev; in serdev_device_alloc() 523 struct serdev_device *serdev = NULL; in of_serdev_register_devices() [all …]
|
/linux/drivers/gnss/ |
A D | serial.c | 25 struct serdev_device *serdev = gserial->serdev; in gnss_serial_open() 52 struct serdev_device *serdev = gserial->serdev; in gnss_serial_close() 63 struct serdev_device *serdev = gserial->serdev; in gnss_serial_write_raw() 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() 202 struct serdev_device *serdev = gserial->serdev; in gnss_serial_deregister()
|
A D | sirf.c | 40 struct serdev_device *serdev; 91 struct serdev_device *serdev = data->serdev; in sirf_open() 128 struct serdev_device *serdev = data->serdev; in sirf_close() 143 struct serdev_device *serdev = data->serdev; in sirf_write_raw() 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() 536 static void sirf_remove(struct serdev_device *serdev) in sirf_remove()
|
A D | serial.h | 15 struct serdev_device *serdev; 35 struct gnss_serial *gnss_serial_allocate(struct serdev_device *gserial,
|
A 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()
|
A 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()
|
/linux/drivers/nfc/s3fwrn5/ |
A D | uart.c | 29 struct serdev_device *ser_dev; 54 static int s3fwrn82_uart_read(struct serdev_device *serdev, in s3fwrn82_uart_read() 92 static int s3fwrn82_uart_parse_dt(struct serdev_device *serdev) in s3fwrn82_uart_parse_dt() 111 static int s3fwrn82_uart_probe(struct serdev_device *serdev) in s3fwrn82_uart_probe() 174 static void s3fwrn82_uart_remove(struct serdev_device *serdev) in s3fwrn82_uart_remove()
|
/linux/drivers/net/ethernet/qualcomm/ |
A D | qca_uart.c | 53 struct serdev_device *serdev; 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() 389 static void qca_uart_remove(struct serdev_device *serdev) in qca_uart_remove()
|
/linux/drivers/platform/surface/aggregator/ |
A D | core.c | 229 static int ssam_receive_buf(struct serdev_device *dev, const unsigned char *buf, in ssam_receive_buf() 238 static void ssam_write_wakeup(struct serdev_device *dev) in ssam_write_wakeup() 303 struct serdev_device *serdev = ctx; in ssam_serdev_setup_via_acpi_crs() 352 struct serdev_device *serdev) in ssam_serdev_setup_via_acpi() 615 static int ssam_serial_hub_probe(struct serdev_device *serdev) in ssam_serial_hub_probe() 723 static void ssam_serial_hub_remove(struct serdev_device *serdev) in ssam_serial_hub_remove()
|
A D | ssh_packet_layer.h | 78 struct serdev_device *serdev; 139 int ssh_ptl_init(struct ssh_ptl *ptl, struct serdev_device *serdev,
|
A D | ssh_request_layer.h | 132 int ssh_rtl_init(struct ssh_rtl *rtl, struct serdev_device *serdev,
|
A D | controller.h | 257 int ssam_controller_init(struct ssam_controller *ctrl, struct serdev_device *s);
|
/linux/drivers/nfc/pn533/ |
A D | uart.c | 29 struct serdev_device *serdev; 206 static int pn532_receive_buf(struct serdev_device *serdev, in pn532_receive_buf() 238 static int pn532_uart_probe(struct serdev_device *serdev) in pn532_uart_probe() 306 static void pn532_uart_remove(struct serdev_device *serdev) in pn532_uart_remove()
|
/linux/drivers/iio/chemical/ |
A D | scd30_serial.c | 58 struct serdev_device *serdev = to_serdev_device(state->dev); in scd30_serdev_xfer() 177 static int scd30_serdev_receive_buf(struct serdev_device *serdev, in scd30_serdev_receive_buf() 216 static int scd30_serdev_probe(struct serdev_device *serdev) in scd30_serdev_probe()
|
A D | pms7003.c | 72 struct serdev_device *serdev; 214 static int pms7003_receive_buf(struct serdev_device *serdev, in pms7003_receive_buf() 270 static int pms7003_probe(struct serdev_device *serdev) in pms7003_probe()
|
A D | sps30_serial.c | 53 struct serdev_device *serdev = to_serdev_device(state->dev); in sps30_serial_xfer() 213 static int sps30_serial_receive_buf(struct serdev_device *serdev, in sps30_serial_receive_buf() 387 static int sps30_serial_probe(struct serdev_device *serdev) in sps30_serial_probe()
|
/linux/drivers/bluetooth/ |
A D | hci_nokia.c | 126 struct serdev_device *serdev; 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() 772 struct serdev_device *serdev = to_serdev_device(dev); in nokia_bluetooth_runtime_resume()
|
A D | hci_uart.h | 46 struct serdev_device; 66 struct serdev_device *serdev;
|
A D | btmtkuart.c | 117 struct serdev_device *serdev; 375 struct serdev_device *serdev = bdev->serdev; in btmtkuart_tx_work() 523 static int btmtkuart_receive_buf(struct serdev_device *serdev, const u8 *data, in btmtkuart_receive_buf() 538 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() 1081 static void btmtkuart_remove(struct serdev_device *serdev) in btmtkuart_remove()
|
A D | hci_serdev.c | 60 struct serdev_device *serdev = hu->serdev; in hci_uart_write_work() 240 static void hci_uart_write_wakeup(struct serdev_device *serdev) in hci_uart_write_wakeup() 265 static int hci_uart_receive_buf(struct serdev_device *serdev, const u8 *data, in hci_uart_receive_buf()
|
A D | hci_ll.c | 67 struct serdev_device *serdev; 612 struct serdev_device *serdev = hu->serdev; in ll_setup() 685 static int hci_ti_probe(struct serdev_device *serdev) in hci_ti_probe() 762 static void hci_ti_remove(struct serdev_device *serdev) in hci_ti_remove()
|
A 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()
|
A D | hci_qca.c | 2015 static int qca_serdev_probe(struct serdev_device *serdev) in qca_serdev_probe() 2136 static void qca_serdev_remove(struct serdev_device *serdev) in qca_serdev_remove() 2155 struct serdev_device *serdev = to_serdev_device(dev); in qca_serdev_shutdown() 2185 struct serdev_device *serdev = to_serdev_device(dev); in qca_suspend() 2299 struct serdev_device *serdev = to_serdev_device(dev); in qca_resume()
|
/linux/drivers/mfd/ |
A D | rave-sp.c | 189 struct serdev_device *serdev; 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()
|