Searched refs:slim_val_inf (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/slimbus/ |
D | messaging.c | 27 struct slim_val_inf *msg; in slim_msg_response() 180 struct slim_val_inf *msg, u8 mc) in slim_val_inf_sanity() 233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() 273 static void slim_fill_msg(struct slim_val_inf *msg, u32 addr, in slim_fill_msg() 297 struct slim_val_inf msg; in slim_read() 340 struct slim_val_inf msg; in slim_write()
|
D | stream.c | 128 struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; in slim_connect_port_channel() 148 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_disconnect_port() 164 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_deactivate_remove_channel() 268 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel_content() 303 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel() 327 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_activate_channel()
|
D | sched.c | 30 struct slim_val_inf msg = {0, 0, NULL, NULL}; in slim_ctrl_clk_pause()
|
D | slimbus.h | 141 struct slim_val_inf *msg;
|
D | qcom-ngd-ctrl.c | 920 struct slim_val_inf msg = {0}; in qcom_slim_ngd_enable_stream() 1006 struct slim_val_inf msg = {0}; in qcom_slim_ngd_get_laddr() 1154 struct slim_val_inf msg = {0}; in qcom_slim_ngd_master_worker()
|
D | qcom-ctrl.c | 400 struct slim_val_inf msg = {0}; in qcom_set_laddr()
|
/linux-4.19.296/include/linux/ |
D | slimbus.h | 107 struct slim_val_inf { struct 194 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg,
|