Searched refs:type (Results 126 - 150 of 13786) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.h36 #define DSC_FIELD_LIST_DCN35(type) \
38 DSC_FIELD_LIST_DCN20(type); \
39 type DSC_FGCG_REP_DIS; \
/linux-master/arch/arm/boot/bootp/
H A Dinitrd.S2 .type initrd_start,#object
/linux-master/arch/arm/include/asm/
H A Dlinkage.h9 .type name, %function; \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv04.c37 enum nvkm_ram_type type; local
60 type = NVKM_RAM_TYPE_SGRAM;
62 type = NVKM_RAM_TYPE_SDRAM;
64 return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_pagelist.h13 u16 type; member in struct:pagelist
/linux-master/tools/testing/radix-tree/linux/
H A Dpercpu.h2 #define DECLARE_PER_CPU(type, val) extern type val
3 #define DEFINE_PER_CPU(type, val) type val
/linux-master/include/keys/
H A Ddns_resolver-type.h2 /* DNS resolver key type
11 #include <linux/key-type.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dimage.h7 u8 type; member in struct:nvbios_image
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dmem.h7 u8 type; member in struct:nvif_mem
14 int type, u8 page, u64 size, void *argv, u32 argc,
16 int nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type,
20 int nvif_mem_ctor_map(struct nvif_mmu *, const char *name, u8 type, u64 size,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_panel_cntl.h79 #define DCE_PANEL_CNTL_REG_FIELD_LIST(type) \
80 type LVTMA_BLON;\
81 type LVTMA_BLON_OVRD;\
82 type LVTMA_DIGON;\
83 type LVTMA_DIGON_OVRD;\
84 type LVTMA_PWRSEQ_TARGET_STATE; \
85 type LVTMA_PWRSEQ_TARGET_STATE_R; \
86 type BL_PWM_REF_DIV; \
87 type BL_PWM_EN; \
88 type BL_ACTIVE_INT_FRAC_CN
[all...]
/linux-master/arch/arm/kernel/
H A Djump_label.c8 enum jump_label_type type,
14 if (type == JUMP_LABEL_JMP)
26 enum jump_label_type type)
28 __arch_jump_label_transform(entry, type, false);
7 __arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type, bool is_static) argument
25 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
/linux-master/drivers/input/
H A Dinput-core-private.h14 unsigned int type, unsigned int code, int value);
/linux-master/include/uapi/linux/netfilter/
H A Dxt_AUDIT.h24 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
/linux-master/fs/xfs/
H A Dxfs_acl.h13 extern struct posix_acl *xfs_get_acl(struct inode *inode, int type, bool rcu);
15 struct posix_acl *acl, int type);
16 extern int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
22 int type)
21 __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) argument
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_hwmon.c17 static int nfp_hwmon_sensor_id(enum hwmon_sensor_types type, int channel) argument
19 if (type == hwmon_temp)
21 if (type == hwmon_power)
27 nfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, argument
31 enum hwmon_sensor_types type; member in struct:__anon1432
44 if (const_vals[i].type == type && const_vals[i].attr == attr) {
49 err = nfp_hwmon_sensor_id(type, channel);
57 if (type == hwmon_temp && attr == hwmon_temp_input)
59 if (type
66 nfp_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, int channel) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_irq.h53 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \
56 gen3_irq_reset((uncore), GEN8_##type##_IMR(which_), \
57 GEN8_##type##_IIR(which_), GEN8_##type##_IER(which_)); \
60 #define GEN3_IRQ_RESET(uncore, type) \
61 gen3_irq_reset((uncore), type##IMR, type##IIR, type##IER)
63 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \
67 GEN8_##type##_IM
[all...]
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.h17 enum drm_plane_type type,
/linux-master/fs/btrfs/
H A Dacl.h15 struct posix_acl *btrfs_get_acl(struct inode *inode, int type, bool rcu);
17 struct posix_acl *acl, int type);
19 struct posix_acl *acl, int type);
31 int type)
29 __btrfs_set_acl(struct btrfs_trans_handle *trans, struct inode *inode, struct posix_acl *acl, int type) argument
/linux-master/include/linux/
H A Deinj-cxl.h21 int einj_cxl_inject_error(struct pci_dev *dport_dev, u64 type);
22 int einj_cxl_inject_rch_error(u64 rcrb, u64 type);
31 static inline int einj_cxl_inject_error(struct pci_dev *dport_dev, u64 type) argument
36 static inline int einj_cxl_inject_rch_error(u64 rcrb, u64 type) argument
/linux-master/arch/powerpc/include/asm/
H A Demulated_ops.h55 extern void ppc_warn_emulated_print(const char *type);
57 #define __PPC_WARN_EMULATED(type) \
59 atomic_inc(&ppc_emulated.type.val); \
61 ppc_warn_emulated_print(ppc_emulated.type.name); \
66 #define __PPC_WARN_EMULATED(type) do { } while (0)
70 #define PPC_WARN_EMULATED(type, regs) \
74 __PPC_WARN_EMULATED(type); \
77 #define PPC_WARN_ALIGNMENT(type, regs) \
81 __PPC_WARN_EMULATED(type); \
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.h50 #define DCN20_VMID_REG_FIELD_LIST(type)\
51 type VM_CONTEXT0_PAGE_TABLE_DEPTH;\
52 type VM_CONTEXT0_PAGE_TABLE_BLOCK_SIZE;\
53 type VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_HI32;\
54 type VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_LO32;\
55 type VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_HI4;\
56 type VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_LO32;\
57 type VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_HI4;\
58 type VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_LO32
H A Ddcn20_opp.h93 #define OPP_DCN20_REG_FIELD_LIST(type) \
94 OPP_DCN10_REG_FIELD_LIST(type); \
95 type FMT_LEFT_EDGE_EXTRA_PIXEL_COUNT; \
96 type DPG_EN; \
97 type DPG_MODE; \
98 type DPG_DYNAMIC_RANGE; \
99 type DPG_BIT_DEPTH; \
100 type DPG_VRES; \
101 type DPG_HRES; \
102 type DPG_ACTIVE_WIDT
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhpd_regs.h39 #define HPD_GPIO_REG_LIST_ENTRY(type, cd, id) \
40 .type ## _reg = REG(DC_GPIO_HPD_## type),\
41 .type ## _mask = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## _MASK,\
42 .type ## _shift = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## __SHIFT
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c57 if (type_b->type > *type_id)
59 else if (type_b->type < *type_id)
75 return (__node_2_type(a)->type < __node_2_type(b)->type);
81 struct intel_uncore_discovery_type *type; local
84 pr_warn("Unsupported access type %d\n", unit->access_type);
88 type = kzalloc(sizeof(struct intel_uncore_discovery_type), GFP_KERNEL);
89 if (!type)
92 type->box_ctrl_die = kcalloc(__uncore_max_dies, sizeof(u64), GFP_KERNEL);
93 if (!type
114 struct intel_uncore_discovery_type *type; local
127 struct intel_uncore_discovery_type *type; local
341 struct intel_uncore_discovery_type *type, *next; local
478 struct intel_uncore_type *type = box->pmu->type; local
489 struct intel_uncore_type *type = box->pmu->type; local
558 uncore_update_uncore_type(enum uncore_access_type type_id, struct intel_uncore_type *uncore, struct intel_uncore_discovery_type *type) argument
603 struct intel_uncore_discovery_type *type; local
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c95 accel_dev->vf.response.type = 0;
107 u8 *type, u8 *data)
117 /* Convert the block type to {small, medium, large} size category */
118 if (*type <= ADF_VF2PF_SMALL_BLOCK_TYPE_MAX) {
120 blk_type = FIELD_PREP(ADF_VF2PF_SMALL_BLOCK_TYPE_MASK, *type);
123 } else if (*type <= ADF_VF2PF_MEDIUM_BLOCK_TYPE_MAX) {
126 *type - ADF_VF2PF_SMALL_BLOCK_TYPE_MAX);
129 } else if (*type <= ADF_VF2PF_LARGE_BLOCK_TYPE_MAX) {
132 *type - ADF_VF2PF_MEDIUM_BLOCK_TYPE_MAX);
136 dev_err(&GET_DEV(accel_dev), "Invalid message type local
106 adf_vf2pf_blkmsg_data_req(struct adf_accel_dev *accel_dev, bool crc, u8 *type, u8 *data) argument
162 adf_vf2pf_blkmsg_get_byte(struct adf_accel_dev *accel_dev, u8 type, u8 index, u8 *data) argument
174 type, index); local
182 adf_vf2pf_blkmsg_get_crc(struct adf_accel_dev *accel_dev, u8 type, u8 bytes, u8 *crc) argument
200 type, bytes); local
223 adf_send_vf2pf_blkmsg_req(struct adf_accel_dev *accel_dev, u8 type, u8 *buffer, unsigned int *buffer_len) argument
234 type); local
252 "Invalid version 0 received for block request %u", type); local
264 "Invalid size 0 received for block request %u", type); local
294 type, local_crc, remote_crc); local
[all...]

Completed in 289 milliseconds

1234567891011>>