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

1234

/linux-master/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)
/linux-master/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; local
25 dtype = readl(p);
26 return dtype >> 28;
137 u32 dtype; local
146 dtype = get_next_dtype(*base);
147 if (dtype
182 uint32_t dtype; local
[all...]
H A Dmcb-internal.h57 * @dtype: device descriptor type
92 * @dtype: device descriptor type
105 unsigned int dtype:4; member in struct:chameleon_bdd
/linux-master/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)
/linux-master/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) \
/linux-master/sound/usb/
H A Dhelper.h7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
H A Dhelper.c31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) argument
43 if (p[1] == dtype && (!after || (void *)p > after)) {
/linux-master/drivers/edac/
H A Dti_edac.c149 dimm->dtype = DEV_X16;
152 dimm->dtype = DEV_X32;
166 dimm->dtype = DEV_X64;
170 dimm->dtype = DEV_X32;
174 dimm->dtype = DEV_X16;
H A Dbluefield_edac.c220 dimm->dtype = DEV_X4;
223 dimm->dtype = DEV_X8;
226 dimm->dtype = DEV_X16;
229 dimm->dtype = DEV_UNKNOWN;
H A Dghes_edac.c185 dimm->dtype = DEV_UNKNOWN;
456 dst->dtype = src->dtype;
475 dimm->dtype = DEV_UNKNOWN;
H A Dppc4xx_edac.c881 enum dev_type dtype; local
889 dtype = ppc4xx_edac_get_dtype(mcopt1);
965 dimm->dtype = dtype;
H A Dcpc925_edac.c319 enum dev_type dtype; local
358 dtype = DEV_X16;
362 dtype = DEV_X8;
365 dtype = DEV_UNKNOWN;
374 dimm->dtype = dtype;
H A Dpasemi_edac.c173 dimm->dtype = DEV_UNKNOWN;
/linux-master/include/uapi/mtd/
H A Dubi-user.h420 * @dtype: pass "3" for better compatibility with old kernels
423 * The @dtype field used to inform UBI about what kind of data will be written
428 * removed this feature in May 2012. UBI currently just ignores the @dtype
430 * set @dtype to 3 (unknown).
435 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
441 * @dtype: pass "3" for better compatibility with old kernels
447 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h26 u8 dtype: 5; member in struct:gve_tx_pkt_desc_dqo
61 u8 dtype: 5; member in struct:gve_tx_context_cmd_dtype
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h30 u8 dtype; member in struct:i40e_hmc_obj_rxq
/linux-master/drivers/block/
H A Damiflop.c192 struct fd_data_type *dtype; /* type of floppy for this unit */ member in struct:amiga_floppy_struct
847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt;
976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++)
1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++)
1380 (*unit[nr].dtype->write_fkt)(nr);
1405 (*unit[nr].dtype->write_fkt)(nr);
1445 error = (*unit[drive].dtype->read_fkt)(drive);
1472 track = block / (floppy->dtype
[all...]
/linux-master/net/tipc/
H A Dname_distr.c274 * @dtype: name distributor message type
280 u32 node, u32 dtype)
292 if (dtype == PUBLICATION) {
298 } else if (dtype == WITHDRAWAL) {
279 tipc_update_nametbl(struct net *net, struct distr_item *i, u32 node, u32 dtype) argument
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c555 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), local
557 if (dtype == NULL)
559 if (strcmp(dtype, "chrp"))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h83 u8 dtype; member in struct:ice_fd_fltr_desc_ctx
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h132 * Byte 2 : 5.msscof.0 ext1 dtype
137 * Byte 1 : 5.msscof.0 ext1 dtype
152 u32 dtype:1; /* descriptor type */ member in struct:Vmxnet3_TxDesc
160 u32 dtype:1; /* descriptor type */ member in struct:Vmxnet3_TxDesc
234 u32 dtype:1; /* Descriptor type */ member in struct:Vmxnet3_RxDesc
240 u32 dtype:1; /* Descriptor type */ member in struct:Vmxnet3_RxDesc
/linux-master/net/netfilter/
H A Dnft_lookup.c135 &priv->dreg, NULL, set->dtype,
215 priv->set->dtype != NFT_DATA_VERDICT)
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c592 * @dtype: The FIP descriptor type for the frame
605 u8 dtype, struct sk_buff *skb, u32 d_id)
651 cap->encaps.fd_desc.fip_dtype = dtype;
659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) {
2278 u32 dtype; local
2313 dtype = desc->fip_dtype;
2314 if (dtype < 32) {
2315 if (!(desc_mask & BIT(dtype))) {
2320 dtype, su
604 fcoe_ctlr_encaps(struct fcoe_ctlr *fip, struct fc_lport *lport, u8 dtype, struct sk_buff *skb, u32 d_id) argument
2807 u32 dtype; local
[all...]
/linux-master/tools/mm/
H A Dthpmaps104 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)

Completed in 313 milliseconds

1234