Home
last modified time | relevance | path

Searched refs:dtype (Results 1 - 25 of 162) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/mcb/
H A Dmcb-parse.c16 #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 Dmcb-parse.c16 #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 Dhsi_char.h30 #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 Dcs-protocol.h110 #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 Dhsi_char.h16 #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 Dcs-protocol.h96 #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 Dhsi_char.h23 #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 Dcs-protocol.h67 #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 Dhsi_char.h23 #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 Dcs-protocol.h67 #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 Dhsi_char.h10 #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 Dcs-protocol.h57 #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 Domapfb.h34 #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 Domapfb.h34 #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 Domapfb.h24 #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 Domapfb.h24 #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 Domapfb.h11 #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 Dbootstd.h100 #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 Dbootstd.h100 #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 Dti_edac.c149 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 Dbluefield_edac.c220 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 Dti_edac.c149 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 Dvisorinput.c399 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 Dhelper.c31 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 Dubi-user.h78 __s8 dtype; member
83 __s8 dtype; member

Completed in 11 milliseconds

1234567