Home
last modified time | relevance | path

Searched defs:serdev (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/tty/serdev/
A Dcore.c60 struct serdev_device *serdev = to_serdev_device(dev); in serdev_device_release() local
102 int serdev_device_add(struct serdev_device *serdev) in serdev_device_add()
138 void serdev_device_remove(struct serdev_device *serdev) in serdev_device_remove()
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()
236 int serdev_device_write_buf(struct serdev_device *serdev, in serdev_device_write_buf()
270 int serdev_device_write(struct serdev_device *serdev, in serdev_device_write()
449 struct serdev_device *serdev; in serdev_device_alloc() local
523 struct serdev_device *serdev = NULL; in of_serdev_register_devices() local
674 struct serdev_device *serdev; in acpi_serdev_register_device() local
[all …]
/linux/drivers/gnss/
A Dserial.c25 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
A Dsirf.c40 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()
536 static void sirf_remove(struct serdev_device *serdev) in sirf_remove()
A Dmtk.c66 static int mtk_probe(struct serdev_device *serdev) in mtk_probe()
120 static void mtk_remove(struct serdev_device *serdev) in mtk_remove()
A Dubx.c66 static int ubx_probe(struct serdev_device *serdev) in ubx_probe()
120 static void ubx_remove(struct serdev_device *serdev) in ubx_remove()
A Dserial.h15 struct serdev_device *serdev; member
/linux/include/linux/
A Dserdev.h106 struct serdev_device *serdev; member
115 static inline void *serdev_device_get_drvdata(const struct serdev_device *serdev) in serdev_device_get_drvdata()
120 static inline void serdev_device_set_drvdata(struct serdev_device *serdev, void *data) in serdev_device_set_drvdata()
129 static inline void serdev_device_put(struct serdev_device *serdev) in serdev_device_put()
135 static inline void serdev_device_set_client_ops(struct serdev_device *serdev, in serdev_device_set_client_ops()
173 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_write_wakeup() local
185 struct serdev_device *serdev = ctrl->serdev; in serdev_controller_receive_buf() local
242 static inline int serdev_device_write_buf(struct serdev_device *serdev, in serdev_device_write_buf()
249 static inline int serdev_device_get_tiocm(struct serdev_device *serdev) in serdev_device_get_tiocm()
273 static inline bool serdev_device_get_cts(struct serdev_device *serdev) in serdev_device_get_cts()
[all …]
/linux/drivers/nfc/s3fwrn5/
A Duart.c54 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 Dqca_uart.c53 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()
389 static void qca_uart_remove(struct serdev_device *serdev) in qca_uart_remove()
/linux/drivers/nfc/pn533/
A Duart.c29 struct serdev_device *serdev; member
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/bluetooth/
A Dhci_serdev.c60 struct serdev_device *serdev = hu->serdev; in hci_uart_write_work() local
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 Dbtmtkuart.c117 struct serdev_device *serdev; member
375 struct serdev_device *serdev = bdev->serdev; in btmtkuart_tx_work() local
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 Dhci_nokia.c126 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
A Dhci_ll.c67 struct serdev_device *serdev; member
612 struct serdev_device *serdev = hu->serdev; in ll_setup() local
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 Dhci_mrvl.c396 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 Dhci_qca.c2015 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() local
2185 struct serdev_device *serdev = to_serdev_device(dev); in qca_suspend() local
2299 struct serdev_device *serdev = to_serdev_device(dev); in qca_resume() local
A Dhci_bcm.c1439 static int bcm_serdev_probe(struct serdev_device *serdev) in bcm_serdev_probe()
1489 static void bcm_serdev_remove(struct serdev_device *serdev) in bcm_serdev_remove()
A Dhci_uart.h66 struct serdev_device *serdev; member
A Dhci_h5.c814 static int h5_serdev_probe(struct serdev_device *serdev) in h5_serdev_probe()
865 static void h5_serdev_remove(struct serdev_device *serdev) in h5_serdev_remove()
/linux/drivers/iio/chemical/
A Dscd30_serial.c58 struct serdev_device *serdev = to_serdev_device(state->dev); in scd30_serdev_xfer() local
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 Dpms7003.c72 struct serdev_device *serdev; member
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 Dsps30_serial.c53 struct serdev_device *serdev = to_serdev_device(state->dev); in sps30_serial_xfer() local
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/platform/surface/aggregator/
A Dcore.c303 struct serdev_device *serdev = ctx; in ssam_serdev_setup_via_acpi_crs() local
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 Dssh_packet_layer.h78 struct serdev_device *serdev; member
/linux/drivers/mfd/
A Drave-sp.c189 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()

Completed in 58 milliseconds

12