| /linux/drivers/mcb/ |
| H A D | mcb-parse.c | 11 #define for_each_chameleon_cell(dtype, p) \ argument 12 for ((dtype) = get_next_dtype((p)); \ 13 (dtype) != CHAMELEON_DTYPE_END; \ 14 (dtype) = get_next_dtype((p))) 18 uint32_t dtype; in get_next_dtype() local 20 dtype = readl(p); in get_next_dtype() 21 return dtype >> 28; in get_next_dtype() 132 u32 dtype; in chameleon_get_bar() local 141 dtype = get_next_dtype(*base); in chameleon_get_bar() 142 if (dtype == CHAMELEON_DTYPE_BAR) { in chameleon_get_bar() [all …]
|
| H A D | mcb-internal.h | 105 unsigned int dtype:4; member
|
| /linux/tools/docs/ |
| H A D | sphinx-pre-install | 97 def name(dtype): argument 102 if dtype[0] == DepManager._SYS_TYPE: 104 elif dtype[0] == DepManager._PHY_TYPE: 109 if dtype[1]: 115 def is_optional(dtype): argument 117 return not dtype[1] 120 def is_pdf(dtype): argument 122 if dtype[0] == DepManager._PDF_TYPE: 127 def add_package(self, package, dtype): argument 132 is_optional = DepManager.is_optional(dtype) [all …]
|
| /linux/include/uapi/linux/hsi/ |
| H A D | hsi_char.h | 16 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 17 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 18 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
|
| H A D | cs-protocol.h | 96 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument 97 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument 98 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_output.py | 150 def check_declaration(self, dtype, name, args): argument 168 if dtype != "function": 185 dtype = args.type 187 if dtype == "doc": 191 if not self.check_declaration(dtype, name, args): 194 if dtype == "function": 198 if dtype == "enum": 202 if dtype == "typedef": 206 if dtype in ["struct", "union"]: 212 dtype) [all …]
|
| H A D | kdoc_parser.py | 426 def output_declaration(self, dtype, name, **args): argument 433 item = KdocItem(name, self.fname, dtype, 449 self.config.log.debug("Output: %s:%s = %s", dtype, name, pformat(args)) 469 def push_parameter(self, ln, decl_type, param, dtype, argument 475 if self.entry.anon_struct_union and dtype == "" and param == "}": 485 if dtype == '': 498 dtype = param 571 dtype = arg.replace(param, '') 572 self.push_parameter(ln, decl_type, param, dtype, arg, declaration_name) 586 dtype = arg.replace(param, '') [all …]
|
| H A D | kdoc_files.py | 286 dtype = arg.get('type', "") 289 fname, ln, dtype)
|
| /linux/include/uapi/linux/ |
| H A D | omapfb.h | 34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
| /linux/arch/m68k/include/asm/ |
| H A D | bootstd.h | 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 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) \ argument 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
| /linux/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 | 330 dimm->dtype = DEV_X4; in bluefield_edac_init_dimms() 333 dimm->dtype = DEV_X8; in bluefield_edac_init_dimms() 336 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms() 339 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
|
| H A D | cpc925_edac.c | 319 enum dev_type dtype; in cpc925_init_csrows() local 358 dtype = DEV_X16; in cpc925_init_csrows() 362 dtype = DEV_X8; in cpc925_init_csrows() 365 dtype = DEV_UNKNOWN; in cpc925_init_csrows() 374 dimm->dtype = dtype; in cpc925_init_csrows()
|
| H A D | ie31200_edac.c | 214 enum dev_type dtype; member 419 dd->dtype = field_get(cfg->reg_mad_dimm_width_mask[dimm], addr_decode) + DEV_X8; in populate_dimm_info() 440 dimm_info.dtype); in ie31200_get_dimm_config() 453 dimm->dtype = dimm_info.dtype; in ie31200_get_dimm_config()
|
| /linux/include/uapi/mtd/ |
| H A D | ubi-user.h | 468 __s8 dtype; /* obsolete, do not use! */ member 480 __s8 dtype; /* obsolete, do not use! */ member
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 605 u8 dtype, struct sk_buff *skb, u32 d_id) in fcoe_ctlr_encaps() argument 651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps() 659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps() 2278 u32 dtype; in fcoe_ctlr_vn_parse() local 2313 dtype = desc->fip_dtype; in fcoe_ctlr_vn_parse() 2314 if (dtype < 32) { in fcoe_ctlr_vn_parse() 2315 if (!(desc_mask & BIT(dtype))) { in fcoe_ctlr_vn_parse() 2320 dtype, sub); in fcoe_ctlr_vn_parse() 2323 desc_mask &= ~BIT(dtype); in fcoe_ctlr_vn_parse() 2326 switch (dtype) { in fcoe_ctlr_vn_parse() [all …]
|
| /linux/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()
|
| H A D | helper.h | 7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_desc_dqo.h | 26 u8 dtype: 5; member 61 u8 dtype: 5; member
|
| /linux/arch/powerpc/platforms/chrp/ |
| H A D | setup.c | 555 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local 557 if (dtype == NULL) in chrp_probe() 559 if (strcmp(dtype, "chrp")) in chrp_probe()
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_defs.h | 156 u32 dtype:1; /* descriptor type */ member 164 u32 dtype:1; /* descriptor type */ member 238 u32 dtype:1; /* Descriptor type */ member 244 u32 dtype:1; /* Descriptor type */ member
|
| /linux/net/tipc/ |
| H A D | name_distr.c | 280 u32 node, u32 dtype) in tipc_update_nametbl() argument 292 if (dtype == PUBLICATION) { in tipc_update_nametbl() 298 } else if (dtype == WITHDRAWAL) { in tipc_update_nametbl()
|
| /linux/tools/mm/ |
| H A D | thpmaps | 104 return np.frombuffer(buf, dtype=np.uint64) 401 vfns = np.arange(start, end, dtype=np.uint64) 415 indexes = np.arange(len(vfns), dtype=np.uint64)
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_lan_hmc.h | 30 u8 dtype; member
|
| /linux/fs/afs/ |
| H A D | dir.c | 31 loff_t fpos, u64 ino, unsigned dtype); 33 loff_t fpos, u64 ino, unsigned dtype); 570 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir() argument 577 (unsigned long long) ino, dtype); in afs_lookup_one_filldir() 590 cookie->fid.unique = dtype; in afs_lookup_one_filldir() 638 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() argument 645 (unsigned long long) ino, dtype); in afs_lookup_filldir() 653 cookie->fids[cookie->nr_fids].unique = dtype; in afs_lookup_filldir()
|