Searched refs:type (Results 601 - 625 of 13878) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_hubp.h36 #define DCN35_HUBP_REG_FIELD_VARIABLE_LIST(type) \
38 DCN32_HUBP_REG_FIELD_VARIABLE_LIST(type); \
39 type HUBP_FGCG_REP_DIS; \
/linux-master/net/llc/
H A Dllc_input.c42 void llc_add_pack(int type, void (*handler)(struct llc_sap *sap, argument
46 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN)
47 llc_type_handlers[type - 1] = handler;
50 void llc_remove_pack(int type) argument
52 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN)
53 llc_type_handlers[type - 1] = NULL;
77 int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */ local
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-streams.c236 static int cx18_stream_init(struct cx18 *cx, int type) argument
238 struct cx18_stream *s = &cx->streams[type];
246 s->type = type;
247 s->name = cx18_stream_info[type].name;
250 s->dma = cx18_stream_info[type].dma;
251 s->v4l2_dev_caps = cx18_stream_info[type].caps;
252 s->buffers = cx->stream_buffers[type];
253 s->buf_size = cx->stream_buf_size[type];
275 if (type
303 cx18_prep_dev(struct cx18 *cx, int type) argument
386 int type, ret; local
408 cx18_reg_dev(struct cx18 *cx, int type) argument
478 int type; local
501 int type; local
[all...]
/linux-master/scripts/kconfig/
H A Dlist.h9 /* Are two types/vars the same type (ignoring qualifiers)? */
15 * @type: the type of the container struct this is embedded in.
19 #define container_of(ptr, type, member) ({ \
21 _Static_assert(__same_type(*(ptr), ((type *)0)->member) || \
23 "pointer type mismatch in container_of()"); \
24 ((type *)(__mptr - offsetof(type, member))); })
152 * @type: the type o
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_pass_prog.c6 __uint(type, BPF_MAP_TYPE_SOCKMAP);
13 __uint(type, BPF_MAP_TYPE_SOCKMAP);
20 __uint(type, BPF_MAP_TYPE_SOCKMAP);
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dgrph_object_id.h49 /* Enumeration inside one type of graphics objects */
230 enum object_type type; member in struct:graphics_object_id
239 enum object_type type)
242 id, enum_id, type, 0
252 return id.id + (id.enum_id << 0x8) + (id.type << 0xc);
258 if (id.type == OBJECT_TYPE_CONTROLLER)
266 if (id.type == OBJECT_TYPE_CLOCK_SOURCE)
274 if (id.type == OBJECT_TYPE_ENCODER)
282 if (id.type == OBJECT_TYPE_CONNECTOR)
290 if (id.type
236 dal_graphics_object_id_init( uint32_t id, enum object_enum_id enum_id, enum object_type type) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mca.h105 enum amdgpu_mca_error_type type; member in struct:mca_bank_entry
125 int (*mca_get_ras_mca_set)(struct amdgpu_device *adev, enum amdgpu_ras_block blk, enum amdgpu_mca_error_type type,
127 int (*mca_parse_mca_error_count)(struct amdgpu_device *adev, enum amdgpu_ras_block blk, enum amdgpu_mca_error_type type,
129 int (*mca_get_valid_mca_count)(struct amdgpu_device *adev, enum amdgpu_mca_error_type type,
131 int (*mca_get_mca_entry)(struct amdgpu_device *adev, enum amdgpu_mca_error_type type,
155 int amdgpu_mca_smu_get_valid_mca_count(struct amdgpu_device *adev, enum amdgpu_mca_error_type type, uint32_t *count);
157 enum amdgpu_mca_error_type type, uint32_t *total);
159 enum amdgpu_mca_error_type type, uint32_t *count);
161 enum amdgpu_mca_error_type type, struct mca_bank_entry *entry, uint32_t *count);
163 enum amdgpu_mca_error_type type, struc
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmrid_manager.c44 uint8_t type; member in struct:vmwgfx_gmrid_man
145 BUG_ON(gman->type != VMW_PL_GMR && gman->type != VMW_PL_MOB);
148 (gman->type == VMW_PL_MOB) ? "Mob" : "GMR",
154 int vmw_gmrid_man_init(struct vmw_private *dev_priv, int type) argument
171 gman->type = type;
173 switch (type) {
185 ttm_set_driver_manager(&dev_priv->bdev, type, &gman->manager);
190 void vmw_gmrid_man_fini(struct vmw_private *dev_priv, int type) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dio.c70 .type = MT_DEVICE
76 .type = MT_DEVICE
86 .type = MT_DEVICE
92 .type = MT_DEVICE
98 .type = MT_DEVICE
110 .type = MT_DEVICE
116 .type = MT_DEVICE
122 .type = MT_DEVICE
128 .type = MT_DEVICE
140 .type
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) argument
257 if (heap >= 0 && !WARN_ON(mmu->type_nr == ARRAY_SIZE(mmu->type))) {
258 mmu->type[mmu->type_nr].type = type | mmu->heap[heap].type;
259 mmu->type[mmu->type_nr].heap = heap;
265 nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size) argument
269 mmu->heap[mmu->heap_nr].type = type;
281 u8 type = NVKM_MEM_KIND * !!mmu->func->kind_sys; local
322 u8 type = NVKM_MEM_KIND * !!mmu->func->kind; local
421 nvkm_mmu_ctor(const struct nvkm_mmu_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu *mmu) argument
434 nvkm_mmu_new_(const struct nvkm_mmu_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) argument
[all...]
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_vnic.h61 enum usnic_vnic_res_type type; member in struct:usnic_vnic_res
69 enum usnic_vnic_res_type type; member in struct:usnic_vnic_res_chunk
77 enum usnic_vnic_res_type type; member in struct:usnic_vnic_res_desc
102 enum usnic_vnic_res_type type);
104 enum usnic_vnic_res_type type);
107 enum usnic_vnic_res_type type,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_kvdl.c52 enum mlxsw_sp_kvdl_entry_type type,
59 err = kvdl->kvdl_ops->alloc(mlxsw_sp, kvdl->priv, type,
67 enum mlxsw_sp_kvdl_entry_type type,
73 kvdl->kvdl_ops->free(mlxsw_sp, kvdl->priv, type,
79 enum mlxsw_sp_kvdl_entry_type type,
85 return kvdl->kvdl_ops->alloc_size_query(mlxsw_sp, kvdl->priv, type,
51 mlxsw_sp_kvdl_alloc(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_kvdl_entry_type type, unsigned int entry_count, u32 *p_entry_index) argument
66 mlxsw_sp_kvdl_free(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_kvdl_entry_type type, unsigned int entry_count, int entry_index) argument
78 mlxsw_sp_kvdl_alloc_count_query(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_kvdl_entry_type type, unsigned int entry_count, unsigned int *p_alloc_count) argument
/linux-master/drivers/usb/gadget/
H A Du_f.h23 #define vla_item(groupname, type, name, n) \
27 size_t align_mask = __alignof__(type) - 1; \
28 size_t size = array_size(n, sizeof(type)); \
40 #define vla_item_with_sz(groupname, type, name, n) \
41 size_t groupname##_##name##__sz = array_size(n, sizeof(type)); \
45 size_t align_mask = __alignof__(type) - 1; \
/linux-master/drivers/acpi/acpica/
H A Dnsaccess.c109 new_node->type = init_val->type;
141 acpi_ut_create_internal_object(init_val->type);
152 switch (init_val->type) {
225 "Unsupported initial type value 0x%X",
226 init_val->type));
235 obj_desc->common.type);
263 * type - Type associated with name
282 acpi_object_type type,
343 while (!acpi_ns_opens_scope(prefix_node->type)
280 acpi_ns_lookup(union acpi_generic_state *scope_info, char *pathname, acpi_object_type type, acpi_interpreter_mode interpreter_mode, u32 flags, struct acpi_walk_state *walk_state, struct acpi_namespace_node **return_node) argument
[all...]
/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h101 * @type: the type of the struct this is embedded in.
104 #define list_entry(ptr, type, member) \
105 container_of(ptr, type, member)
129 * @type: the type of the container struct this is embedded in.
133 #define container_of(ptr, type, member) ({ \
134 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
135 (type *)( (char *)__mptr - offsetof(type,membe
[all...]
/linux-master/include/net/netfilter/
H A Dnf_log.h21 u_int8_t type; member in struct:nf_loginfo
50 enum nf_log_type type; member in struct:nf_logger
69 int nf_logger_find_get(int pf, enum nf_log_type type);
70 void nf_logger_put(int pf, enum nf_log_type type);
72 #define MODULE_ALIAS_NF_LOGGER(family, type) \
73 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
/linux-master/include/xen/interface/io/
H A Dkbdif.h225 * | type |
227 * type - uint8_t, event code, XENKBD_TYPE_???
254 uint8_t type; member in struct:xenkbd_motion
280 uint8_t type; member in struct:xenkbd_key
310 uint8_t type; member in struct:xenkbd_position
328 * event_type - unt8_t, multi-touch event sub-type, XENKBD_MT_EV_???
463 uint8_t type; /* XENKBD_TYPE_MTOUCH */ member in struct:xenkbd_mtouch
483 uint8_t type; member in union:xenkbd_in_event
504 * | type |
506 * type
512 uint8_t type; member in union:xenkbd_out_event
[all...]
/linux-master/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.h84 enum gpmi_type type; member in struct:gpmi_devdata
170 #define GPMI_IS_MX23(x) ((x)->devdata->type == IS_MX23)
171 #define GPMI_IS_MX28(x) ((x)->devdata->type == IS_MX28)
172 #define GPMI_IS_MX6Q(x) ((x)->devdata->type == IS_MX6Q)
173 #define GPMI_IS_MX6SX(x) ((x)->devdata->type == IS_MX6SX)
174 #define GPMI_IS_MX7D(x) ((x)->devdata->type == IS_MX7D)
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-hw.c82 .type = DDB_NONE,
88 .type = DDB_OCTOPUS,
96 .type = DDB_OCTOPUS,
104 .type = DDB_OCTOPUS,
112 .type = DDB_OCTOPUS,
124 .type = DDB_OCTOPUS,
132 .type = DDB_OCTOPUS,
140 .type = DDB_OCTOPUS,
148 .type = DDB_OCTOPUS,
159 .type
[all...]
/linux-master/tools/objtool/include/objtool/
H A Dcheck.h52 u8 type; member in struct:instruction
86 if (sym && sym->type != STT_FUNC)
99 return insn->type == INSN_JUMP_CONDITIONAL ||
100 insn->type == INSN_JUMP_UNCONDITIONAL;
105 return insn->type == INSN_JUMP_DYNAMIC ||
106 insn->type == INSN_JUMP_DYNAMIC_CONDITIONAL;
/linux-master/include/uapi/linux/
H A Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type)
143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type)
144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type)
/linux-master/arch/riscv/kernel/
H A Defi.c15 * Only regions of type EFI_RUNTIME_SERVICES_CODE need to be
22 u32 type = md->type; local
24 if (type == EFI_MEMORY_MAPPED_IO)
39 type != EFI_RUNTIME_SERVICES_CODE)
84 BUG_ON(md->type != EFI_RUNTIME_SERVICES_CODE &&
85 md->type != EFI_RUNTIME_SERVICES_DATA);
/linux-master/kernel/trace/
H A Dtrace_btf.c9 * Find a function proto type by name, and return the btf_type with its btf
22 /* Get BTF_KIND_FUNC type */
27 /* The type of BTF_KIND_FUNC is BTF_KIND_FUNC_PROTO */
28 t = btf_type_by_id(*btf_p, t->type);
41 * It can return -EINVAL if the @func_proto is not a function proto type.
71 const struct btf_type *type,
86 if (!btf_type_is_struct(type)) {
91 for_each_member(i, type, member) {
94 if (btf_type_skip_modifiers(btf, member->type, &tid) &&
113 type
70 btf_find_struct_member(struct btf *btf, const struct btf_type *type, const char *member_name, u32 *anon_offset) argument
[all...]
/linux-master/include/linux/
H A Dobjtool.h13 #define UNWIND_HINT(type, sp_reg, sp_offset, signal) \
20 ".byte " __stringify(type) "\n\t" \
73 * In asm, there are two kinds of code: normal C-type callable functions and
83 * often does unusual non-C-function-type things with the stack pointer. Such
85 * following CFI hint macros are for this type of code.
93 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 signal=0
100 .byte \type
155 #define UNWIND_HINT(type, sp_reg, sp_offset, signal) "\n\t"
162 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 signal=0

Completed in 238 milliseconds

<<21222324252627282930>>