Lines Matching defs:cl
154 static inline void hsi_client_set_drvdata(struct hsi_client *cl, void *data) in hsi_client_set_drvdata()
159 static inline void *hsi_client_drvdata(struct hsi_client *cl) in hsi_client_drvdata()
203 struct hsi_client *cl; member
256 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) argument
262 static inline int hsi_port_claimed(struct hsi_client *cl) in hsi_port_claimed()
345 static inline unsigned int hsi_id(struct hsi_client *cl) in hsi_id()
356 static inline unsigned int hsi_port_id(struct hsi_client *cl) in hsi_port_id()
370 static inline int hsi_setup(struct hsi_client *cl) in hsi_setup()
386 static inline int hsi_flush(struct hsi_client *cl) in hsi_flush()
400 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read()
413 static inline int hsi_async_write(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_write()
425 static inline int hsi_start_tx(struct hsi_client *cl) in hsi_start_tx()
438 static inline int hsi_stop_tx(struct hsi_client *cl) in hsi_stop_tx()