/kernel/linux/linux-5.10/drivers/mcb/ |
H A D | mcb-parse.c | 16 #define for_each_chameleon_cell(dtype, p) \ 17 for ((dtype) = get_next_dtype((p)); \ 18 (dtype) != CHAMELEON_DTYPE_END; \ 19 (dtype) = get_next_dtype((p))) 23 uint32_t dtype; in get_next_dtype() local 25 dtype = readl(p); in get_next_dtype() 26 return dtype >> 28; in get_next_dtype() 137 u32 dtype; in chameleon_get_bar() local 146 dtype = get_next_dtype(*base); in chameleon_get_bar() 147 if (dtype in chameleon_get_bar() 182 uint32_t dtype; chameleon_parse_cells() local [all...] |
/kernel/linux/linux-6.6/drivers/mcb/ |
H A D | mcb-parse.c | 16 #define for_each_chameleon_cell(dtype, p) \ 17 for ((dtype) = get_next_dtype((p)); \ 18 (dtype) != CHAMELEON_DTYPE_END; \ 19 (dtype) = get_next_dtype((p))) 23 uint32_t dtype; in get_next_dtype() local 25 dtype = readl(p); in get_next_dtype() 26 return dtype >> 28; in get_next_dtype() 137 u32 dtype; in chameleon_get_bar() local 146 dtype = get_next_dtype(*base); in chameleon_get_bar() 147 if (dtype in chameleon_get_bar() 182 uint32_t dtype; chameleon_parse_cells() local [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/hsi/ |
H A D | hsi_char.h | 30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) 31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) 32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
|
H A D | cs-protocol.h | 110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) 111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) 112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
|
/kernel/linux/linux-6.6/include/uapi/linux/hsi/ |
H A D | hsi_char.h | 16 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) 17 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) 18 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
|
H A D | cs-protocol.h | 96 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) 97 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) 98 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/hsi/ |
H A D | hsi_char.h | 23 #define HSC_IOW(num,dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) 24 #define HSC_IOR(num,dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) 25 #define HSC_IOWR(num,dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
|
H A D | cs-protocol.h | 67 #define CS_IOW(num,dtype) _IOW(CS_IO_MAGIC, num, dtype) 68 #define CS_IOR(num,dtype) _IOR(CS_IO_MAGIC, num, dtype) 69 #define CS_IOWR(num,dtype) _IOWR(CS_IO_MAGIC, num, dtype)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/hsi/ |
H A D | hsi_char.h | 23 #define HSC_IOW(num,dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) 24 #define HSC_IOR(num,dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) 25 #define HSC_IOWR(num,dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
|
H A D | cs-protocol.h | 67 #define CS_IOW(num,dtype) _IOW(CS_IO_MAGIC, num, dtype) 68 #define CS_IOR(num,dtype) _IOR(CS_IO_MAGIC, num, dtype) 69 #define CS_IOWR(num,dtype) _IOWR(CS_IO_MAGIC, num, dtype)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/hsi/ |
H A D | hsi_char.h | 10 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) 11 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) 12 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
|
H A D | cs-protocol.h | 57 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) 58 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) 59 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype)
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | omapfb.h | 34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) 35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) 36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | omapfb.h | 34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) 35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) 36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 24 #define OMAP_IOW(num,dtype) _IOW('O', num, dtype) 25 #define OMAP_IOR(num,dtype) _IOR('O', num, dtype) 26 #define OMAP_IOWR(num,dtype) _IOWR('O', num, dtype)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 24 #define OMAP_IOW(num,dtype) _IOW('O', num, dtype) 25 #define OMAP_IOR(num,dtype) _IOR('O', num, dtype) 26 #define OMAP_IOWR(num,dtype) _IOWR('O', num, dtype)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | omapfb.h | 11 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) 12 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) 13 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | bootstd.h | 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ 101 type name(atype a, btype b, ctype c, dtype d) \ 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | bootstd.h | 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ 101 type name(atype a, btype b, ctype c, dtype d) \ 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | ti_edac.c | 149 dimm->dtype = DEV_X16; in ti_edac_setup_dimm() 152 dimm->dtype = DEV_X32; in ti_edac_setup_dimm() 166 dimm->dtype = DEV_X64; in ti_edac_setup_dimm() 170 dimm->dtype = DEV_X32; in ti_edac_setup_dimm() 174 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
|
H A D | bluefield_edac.c | 220 dimm->dtype = DEV_X4; in bluefield_edac_init_dimms() 223 dimm->dtype = DEV_X8; in bluefield_edac_init_dimms() 226 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms() 229 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | ti_edac.c | 149 dimm->dtype = DEV_X16; in ti_edac_setup_dimm() 152 dimm->dtype = DEV_X32; in ti_edac_setup_dimm() 166 dimm->dtype = DEV_X64; in ti_edac_setup_dimm() 170 dimm->dtype = DEV_X32; in ti_edac_setup_dimm() 174 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
|
/kernel/linux/linux-5.10/drivers/staging/unisys/visorinput/ |
H A D | visorinput.c | 399 enum visorinput_dev_type dtype) in devdata_create() 406 if (dtype == visorinput_keyboard) in devdata_create() 429 switch (dtype) { in devdata_create() 496 enum visorinput_dev_type dtype; in visorinput_probe() local 500 dtype = visorinput_mouse; in visorinput_probe() 502 dtype = visorinput_keyboard; in visorinput_probe() 506 if (!devdata_create(dev, dtype)) in visorinput_probe() 398 devdata_create(struct visor_device *dev, enum visorinput_dev_type dtype) devdata_create() argument
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | helper.c | 31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument 43 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
H A D | ubi-user.h | 78 __s8 dtype; member 83 __s8 dtype; member
|