Searched refs:cmd_nr (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
D | cmd.c | 16 #define rsnd_cmd_nr(priv) ((priv)->cmd_nr) 160 priv->cmd_nr = nr; in rsnd_cmd_probe()
|
D | rsnd.h | 684 int cmd_nr; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_g2d.c | 1159 if (req->cmd_nr > G2D_CMDLIST_DATA_NUM || in exynos_g2d_set_cmdlist_ioctl() 1227 size = cmdlist->last + req->cmd_nr * 2 + req->cmd_buf_nr * 2 + 2; in exynos_g2d_set_cmdlist_ioctl() 1238 sizeof(*cmd) * req->cmd_nr)) { in exynos_g2d_set_cmdlist_ioctl() 1242 cmdlist->last += req->cmd_nr * 2; in exynos_g2d_set_cmdlist_ioctl() 1244 ret = g2d_check_reg_offset(g2d, node, req->cmd_nr, false); in exynos_g2d_set_cmdlist_ioctl()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
D | exynos_drm.h | 76 __u32 cmd_nr; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
D | exynos_drm.h | 126 __u32 cmd_nr; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
D | exynos_drm.h | 69 __u32 cmd_nr; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | st.c | 3505 int i, cmd_nr, cmd_type, bt; in st_ioctl_common() local 3537 cmd_nr = _IOC_NR(cmd_in); in st_ioctl_common() 3539 if (cmd_type == _IOC_TYPE(MTIOCTOP) && cmd_nr == _IOC_NR(MTIOCTOP)) { in st_ioctl_common() 3744 if (cmd_type == _IOC_TYPE(MTIOCGET) && cmd_nr == _IOC_NR(MTIOCGET)) { in st_ioctl_common() 3809 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl_common()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
D | irq-gic-v3-its.c | 439 static void its_encode_cmd(struct its_cmd_block *cmd, u8 cmd_nr) in its_encode_cmd() argument 441 its_mask_encode(&cmd->raw_cmd[0], cmd_nr, 7, 0); in its_encode_cmd()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 17031 + u32 cmd_nr, *cmd, *cmd_list; 17063 + cmd_nr = req->cmd_nr; 17068 + sizeof(*cmd) * cmd_nr)) { 17079 + ret = dpu_be_blit(dpu_be, cmd_list, cmd_nr);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 15191 + __u32 cmd_nr;
|