Searched refs:hsi_client (Results 1 – 6 of 6) sorted by relevance
/drivers/hsi/clients/ |
D | ssi_protocol.c | 48 void ssi_waketest(struct hsi_client *cl, unsigned int enable); 151 struct hsi_client *cl; 336 struct hsi_client *ssip_slave_get_master(struct hsi_client *slave) in ssip_slave_get_master() 338 struct hsi_client *master = ERR_PTR(-ENODEV); in ssip_slave_get_master() 351 int ssip_slave_start_tx(struct hsi_client *master) in ssip_slave_start_tx() 368 int ssip_slave_stop_tx(struct hsi_client *master) in ssip_slave_stop_tx() 389 int ssip_slave_running(struct hsi_client *master) in ssip_slave_running() 396 static void ssip_reset(struct hsi_client *cl) in ssip_reset() 429 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state() 449 static void ssip_error(struct hsi_client *cl) in ssip_error() [all …]
|
D | hsi_char.c | 98 struct hsi_client *cl; 118 struct hsi_client *cl; 313 static int hsc_break_request(struct hsi_client *cl) in hsc_break_request() 337 static int hsc_break_send(struct hsi_client *cl) in hsc_break_send() 355 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set() 383 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get() 390 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set() 417 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get() 693 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe() 749 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove()
|
D | nokia-modem.c | 48 struct hsi_client *ssi_protocol; 148 struct hsi_client *cl = to_hsi_client(dev); in nokia_modem_probe()
|
/drivers/hsi/ |
D | hsi.c | 73 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release() 80 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client() 83 struct hsi_client *cl; in hsi_new_client() 202 struct hsi_client *cl; in hsi_add_client_from_dt() 432 static inline int hsi_dummy_cl(struct hsi_client *cl __maybe_unused) in hsi_dummy_cl() 582 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async() 603 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() 631 void hsi_release_port(struct hsi_client *cl) in hsi_release_port() 652 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() 671 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event() [all …]
|
/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 38 static inline int hsi_dummy_cl(struct hsi_client *cl __maybe_unused) in hsi_dummy_cl() 419 static void ssi_flush_queue(struct list_head *queue, struct hsi_client *cl) in ssi_flush_queue() 439 static int ssi_setup(struct hsi_client *cl) in ssi_setup() 503 static int ssi_flush(struct hsi_client *cl) in ssi_flush() 559 static int ssi_start_tx(struct hsi_client *cl) in ssi_start_tx() 580 static int ssi_stop_tx(struct hsi_client *cl) in ssi_stop_tx() 624 static void ssi_cleanup_queues(struct hsi_client *cl) in ssi_cleanup_queues() 684 static void ssi_cleanup_gdd(struct hsi_controller *ssi, struct hsi_client *cl) in ssi_cleanup_gdd() 724 static int ssi_release(struct hsi_client *cl) in ssi_release()
|
D | omap_ssi.c | 181 void ssi_waketest(struct hsi_client *cl, unsigned int enable) in ssi_waketest()
|