Searched refs:cmd_nr (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/sound/soc/renesas/rcar/ |
| H A D | cmd.c | 16 #define rsnd_cmd_nr(priv) ((priv)->cmd_nr) 169 priv->cmd_nr = nr; in rsnd_cmd_probe()
|
| H A D | rsnd.h | 685 int cmd_nr; member
|
| /linux-6.15/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | gic_v3_its.c | 121 static void its_encode_cmd(struct its_cmd_block *cmd, u8 cmd_nr) in its_encode_cmd() argument 123 its_mask_encode(&cmd->raw_cmd[0], cmd_nr, 7, 0); in its_encode_cmd()
|
| /linux-6.15/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_g2d.c | 1162 if (req->cmd_nr > G2D_CMDLIST_DATA_NUM || in exynos_g2d_set_cmdlist_ioctl() 1230 size = cmdlist->last + req->cmd_nr * 2 + req->cmd_buf_nr * 2 + 2; in exynos_g2d_set_cmdlist_ioctl() 1241 sizeof(*cmd) * req->cmd_nr)) { in exynos_g2d_set_cmdlist_ioctl() 1245 cmdlist->last += req->cmd_nr * 2; in exynos_g2d_set_cmdlist_ioctl() 1247 ret = g2d_check_reg_offset(g2d, node, req->cmd_nr, false); in exynos_g2d_set_cmdlist_ioctl()
|
| /linux-6.15/include/uapi/drm/ |
| H A D | exynos_drm.h | 126 __u32 cmd_nr; member
|
| /linux-6.15/drivers/scsi/ |
| H A D | st.c | 3536 int i, cmd_nr, cmd_type, bt; in st_ioctl() local 3569 cmd_nr = _IOC_NR(cmd_in); in st_ioctl() 3571 if (cmd_type == _IOC_TYPE(MTIOCTOP) && cmd_nr == _IOC_NR(MTIOCTOP)) { in st_ioctl() 3781 cmd_mtiocget = cmd_type == _IOC_TYPE(MTIOCGET) && cmd_nr == _IOC_NR(MTIOCGET); in st_ioctl() 3867 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl()
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 554 static void its_encode_cmd(struct its_cmd_block *cmd, u8 cmd_nr) in its_encode_cmd() argument 556 its_mask_encode(&cmd->raw_cmd[0], cmd_nr, 7, 0); in its_encode_cmd()
|