Searched refs:type (Results 426 - 450 of 13790) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/usb/
H A Daudio.h27 u8 type; member in struct:usb_audio_control
38 u8 type; member in struct:usb_audio_control_selector
/linux-master/include/sound/
H A Dmemalloc.h23 int type; /* SNDRV_DMA_TYPE_XXX */ member in struct:snd_dma_device
61 struct snd_dma_device dev; /* device type */
77 int snd_dma_alloc_dir_pages(int type, struct device *dev,
81 static inline int snd_dma_alloc_pages(int type, struct device *dev, argument
84 return snd_dma_alloc_dir_pages(type, dev, DMA_BIDIRECTIONAL, size, dmab);
87 int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,
108 struct snd_dma_buffer *snd_devm_alloc_dir_pages(struct device *dev, int type,
113 snd_devm_alloc_pages(struct device *dev, int type, size_t size) argument
115 return snd_devm_alloc_dir_pages(dev, type, DMA_BIDIRECTIONAL, size);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv11.c46 nv11_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) argument
48 return nvkm_mc_new_(&nv11_mc, device, type, inst, pmc);
/linux-master/include/uapi/linux/
H A Dvirtio_bt.h27 __u8 type; member in struct:virtio_bt_config
33 __u8 type; member in struct:virtio_bt_config_v2
/linux-master/fs/ocfs2/
H A Dacl.h19 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type, bool rcu);
21 struct posix_acl *acl, int type);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c16 enum xdp_rss_hash_type type = 0; local
19 bpf_xdp_metadata_rx_hash(ctx, &hash, &type);
H A Dtest_pinning.c7 __uint(type, BPF_MAP_TYPE_ARRAY);
15 __uint(type, BPF_MAP_TYPE_HASH);
22 __uint(type, BPF_MAP_TYPE_HASH);
/linux-master/include/uapi/sound/sof/
H A Dheader.h19 * @type: module specific parameter
20 * for IPC3: Component specific type
28 * Identifies data type, size and ABI.
33 __u32 type; member in struct:sof_abi_hdr
44 * @type: type of data
49 __le32 type; member in struct:sof_manifest_tlv
/linux-master/arch/alpha/include/asm/
H A Dcmpxchg.h9 #define ____xchg(type, args...) __arch_xchg ## type ## _local(args)
10 #define ____cmpxchg(type, args...) __cmpxchg ## type ## _local(args)
37 #define ____xchg(type, args...) __arch_xchg ##type(args)
38 #define ____cmpxchg(type, args...) __cmpxchg ##type(args)
/linux-master/block/
H A Dblk-mq-sched.h43 if (e->type->ops.allow_merge)
44 return e->type->ops.allow_merge(q, rq, bio);
54 if (e->type->ops.completed_request)
55 e->type->ops.completed_request(rq, now);
65 if (e->type->ops.requeue_request)
66 e->type->ops.requeue_request(rq);
74 if (e && e->type->ops.has_work)
75 return e->type->ops.has_work(hctx);
/linux-master/drivers/cxl/
H A Dpmu.h20 enum cxl_pmu_type type; member in struct:cxl_pmu
26 int assoc_id, int idx, enum cxl_pmu_type type);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_v4l2.h25 struct vb2_v4l2_buffer *vpu_find_buf_by_sequence(struct vpu_inst *inst, u32 type, u32 sequence);
26 struct vb2_v4l2_buffer *vpu_find_buf_by_idx(struct vpu_inst *inst, u32 type, u32 idx);
31 void vpu_vb2_buffers_return(struct vpu_inst *inst, unsigned int type, enum vb2_buffer_state state);
32 int vpu_get_num_buffers(struct vpu_inst *inst, u32 type);
37 static inline struct vpu_format *vpu_get_format(struct vpu_inst *inst, u32 type) argument
39 if (V4L2_TYPE_IS_OUTPUT(type))
45 static inline char *vpu_type_name(u32 type) argument
47 return V4L2_TYPE_IS_OUTPUT(type) ? "output" : "capture";
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dtu102.c30 tu102_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq) argument
35 int head = type - PLL_VPLL0;
39 ret = nvbios_pll_parse(device->bios, type, &info);
47 switch (info.type) {
61 nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
101 tu102_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
105 return r535_devinit_new(&tu102_devinit, device, type, inst, pinit);
107 return nv50_devinit_new_(&tu102_devinit, device, type, inst, pinit);
H A Dga100.c30 ga100_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq) argument
35 int head = type - PLL_VPLL0;
39 ret = nvbios_pll_parse(device->bios, type, &info);
47 switch (info.type) {
58 nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
85 ga100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
89 return r535_devinit_new(&ga100_devinit, device, type, inst, pinit);
91 return nv50_devinit_new_(&ga100_devinit, device, type, inst, pinit);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dgm107.c41 gm107_fuse_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
47 return nvkm_fuse_new_(&gm107_fuse, device, type, inst, pfuse);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_huc.h22 int xe_huc_auth(struct xe_huc *huc, enum xe_huc_auth_types type);
23 bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type);
/linux-master/drivers/acpi/apei/
H A Deinj-cxl.c71 int einj_cxl_inject_rch_error(u64 rcrb, u64 type) argument
76 if (!einj_is_cxl_error_type(type))
79 rc = einj_validate_error_type(type);
83 return einj_cxl_rch_error_inject(type, 0x2, rcrb, GENMASK_ULL(63, 0),
88 int einj_cxl_inject_error(struct pci_dev *dport, u64 type) argument
94 if (!einj_is_cxl_error_type(type))
97 rc = einj_validate_error_type(type);
105 return einj_error_inject(type, 0x4, 0, 0, 0, param4);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce/
H A Ddce_hwseq.h1037 #define HWSEQ_REG_FIELD_LIST(type) \
1038 type DCFE_CLOCK_ENABLE; \
1039 type DCFEV_CLOCK_ENABLE; \
1040 type DC_MEM_GLOBAL_PWR_REQ_DIS; \
1041 type BLND_DCP_GRPH_V_UPDATE_LOCK; \
1042 type BLND_SCL_V_UPDATE_LOCK; \
1043 type BLND_DCP_GRPH_SURF_V_UPDATE_LOCK; \
1044 type BLND_BLND_V_UPDATE_LOCK; \
1045 type BLND_V_UPDATE_LOCK_MODE; \
1046 type BLND_FEEDTHROUGH_E
[all...]
/linux-master/arch/x86/events/intel/
H A Duncore.h25 #define UNCORE_PCI_DEV_FULL_DATA(dev, func, type, idx) \
26 ((dev << 24) | (func << 16) | (type << 8) | idx)
27 #define UNCORE_PCI_DEV_DATA(type, idx) ((type << 8) | idx)
91 * to identify which platform component each PMON block of that type is
98 int (*get_topology)(struct intel_uncore_type *type);
99 void (*set_mapping)(struct intel_uncore_type *type);
100 void (*cleanup_mapping)(struct intel_uncore_type *type);
128 struct intel_uncore_type *type; member in struct:intel_uncore_pmu
260 if (offset < box->pmu->type
378 unsigned int type = uncore_freerunning_type(event->hw.config); local
465 unsigned int type = uncore_freerunning_type(event->hw.config); local
473 unsigned int type = uncore_freerunning_type(event->hw.config); local
487 unsigned int type = uncore_freerunning_type(event->hw.config); local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.h233 #define OPP_REG_FIELD_LIST(type) \
234 type FMT_DYNAMIC_EXP_EN; \
235 type FMT_DYNAMIC_EXP_MODE; \
236 type FMT_TRUNCATE_EN; \
237 type FMT_TRUNCATE_DEPTH; \
238 type FMT_TRUNCATE_MODE; \
239 type FMT_SPATIAL_DITHER_EN; \
240 type FMT_SPATIAL_DITHER_DEPTH; \
241 type FMT_SPATIAL_DITHER_MODE; \
242 type FMT_TEMPORAL_DITHER_E
[all...]
/linux-master/arch/powerpc/boot/
H A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b))
41 #define max_t(type, a, b) max(((type) a), ((type) b))
/linux-master/security/tomoyo/
H A Dmount.c35 r->param.mount.type->name,
55 tomoyo_compare_name_union(r->param.mount.type,
70 * @type: Name of filesystem type.
79 const struct path *dir, const char *type,
97 requested_type = tomoyo_encode(type);
114 if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) {
116 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] ||
117 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE] ||
118 type
77 tomoyo_mount_acl(struct tomoyo_request_info *r, const char *dev_name, const struct path *dir, const char *type, unsigned long flags) argument
191 tomoyo_mount_permission(const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data_page) argument
[all...]
/linux-master/net/netfilter/
H A Dxt_pkttype.c18 MODULE_DESCRIPTION("Xtables: link layer packet type match");
26 u_int8_t type; local
29 type = skb->pkt_type;
32 type = PACKET_MULTICAST;
34 type = PACKET_MULTICAST;
36 type = PACKET_BROADCAST;
38 return (type == info->pkttype) ^ info->invert;
/linux-master/tools/lib/symbol/
H A Dkallsyms.c8 u8 kallsyms2elf_type(char type) argument
10 type = tolower(type);
11 return (type == 't' || type == 'w') ? STT_FUNC : STT_OBJECT;
33 char type, u64 start))
31 kallsyms__parse(const char *filename, void *arg, int (*process_symbol)(void *arg, const char *name, char type, u64 start)) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.h87 #define MPC_REG_FIELD_LIST(type) \
88 type MPCC_TOP_SEL;\
89 type MPCC_BOT_SEL;\
90 type MPCC_MODE;\
91 type MPCC_ALPHA_BLND_MODE;\
92 type MPCC_ALPHA_MULTIPLIED_MODE;\
93 type MPCC_BLND_ACTIVE_OVERLAP_ONLY;\
94 type MPCC_GLOBAL_ALPHA;\
95 type MPCC_GLOBAL_GAIN;\
96 type MPCC_IDL
[all...]

Completed in 233 milliseconds

<<11121314151617181920>>