Lines Matching refs:cmd
197 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd() argument
200 *data = cmd; in cs_set_cmd()
427 u32 cmd = cs_get_cmd(msg); in cs_hsi_read_on_control_complete() local
438 dev_dbg(&hi->cl->device, "Read on control: %08X\n", cmd); in cs_hsi_read_on_control_complete()
452 cs_notify_control(cmd); in cs_hsi_read_on_control_complete()
740 static int cs_hsi_command(struct cs_hsi_iface *hi, u32 cmd) in cs_hsi_command() argument
745 switch (cmd & TARGET_MASK) { in cs_hsi_command()
747 ret = cs_hsi_write_on_control(hi, cmd); in cs_hsi_command()
750 if ((cmd & CS_CMD_MASK) == CS_TX_DATA_READY) in cs_hsi_command()
751 ret = cs_hsi_write_on_data(hi, cmd & CS_PARAM_MASK); in cs_hsi_command()
1199 static long cs_char_ioctl(struct file *file, unsigned int cmd, in cs_char_ioctl() argument
1205 switch (cmd) { in cs_char_ioctl()