Searched refs:type (Results 76 - 100 of 13868) sorted by relevance

1234567891011>>

/linux-master/net/devlink/
H A Dnetlink_gen.c15 [DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR] = { .type = NLA_BINARY, },
22 [DEVLINK_ATTR_SELFTEST_ID_FLASH] = { .type = NLA_FLAG, },
27 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
28 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
33 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
34 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
35 [DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32, },
40 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
41 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
46 [DEVLINK_ATTR_BUS_NAME] = { .type
[all...]
/linux-master/include/linux/
H A Delfnote.h10 * Each note has three parts: a name, a type and a desc. The name is
13 * use in a section name. The type is an integer which is used to tag
15 * "FooCo"'s type 42 is distinct from "BarProj"'s type 42). The
36 * assembler pseudo op defining the type of the data e.g. .asciz while
42 #define ELFNOTE_START(name, type, flags) \
47 .long type ; \
56 #define ELFNOTE(name, type, desc) \
57 ELFNOTE_START(name, type, "a") \
66 * type o
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_table.h41 bool mod_color_is_table_init(enum table_type type);
43 struct fixed31_32 *mod_color_get_table(enum table_type type);
45 void mod_color_set_table_init_state(enum table_type type, bool state);
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dtrap_handler.h15 #define DECLARE_REG(type, name, ctxt, reg) \
16 type name = (type)cpu_reg(ctxt, (reg))
/linux-master/fs/gfs2/
H A Dacl.h14 struct posix_acl *gfs2_get_acl(struct inode *inode, int type, bool rcu);
15 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
17 struct posix_acl *acl, int type);
/linux-master/include/linux/sched/
H A Disolation.h24 extern int housekeeping_any_cpu(enum hk_type type);
25 extern const struct cpumask *housekeeping_cpumask(enum hk_type type);
26 extern bool housekeeping_enabled(enum hk_type type);
27 extern void housekeeping_affine(struct task_struct *t, enum hk_type type);
28 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);
33 static inline int housekeeping_any_cpu(enum hk_type type) argument
38 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) argument
43 static inline bool housekeeping_enabled(enum hk_type type) argument
49 enum hk_type type) { }
51 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) argument
48 housekeeping_affine(struct task_struct *t, enum hk_type type) argument
59 housekeeping_cpu(int cpu, enum hk_type type) argument
[all...]
/linux-master/fs/ocfs2/
H A Dsysfile.c27 int type,
34 static inline int is_global_system_inode(int type) argument
36 return type >= OCFS2_FIRST_ONLINE_SYSTEM_INODE &&
37 type <= OCFS2_LAST_GLOBAL_SYSTEM_INODE;
41 int type,
48 BUG_ON(type < OCFS2_FIRST_LOCAL_SYSTEM_INODE ||
49 type > OCFS2_LAST_LOCAL_SYSTEM_INODE);
83 (type - OCFS2_FIRST_LOCAL_SYSTEM_INODE);
89 int type,
96 if (is_global_system_inode(type)) {
40 get_local_system_inode(struct ocfs2_super *osb, int type, u32 slot) argument
88 ocfs2_get_system_file_inode(struct ocfs2_super *osb, int type, u32 slot) argument
123 _ocfs2_get_system_file_inode(struct ocfs2_super *osb, int type, u32 slot) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.h263 #define DSC_FIELD_LIST_DCN20(type)\
264 type DSC_CLOCK_EN; \
265 type DSC_DISPCLK_R_GATE_DIS; \
266 type DSC_DSCCLK_R_GATE_DIS; \
267 type DSC_DBG_EN; \
268 type DSC_TEST_CLOCK_MUX_SEL; \
269 type ICH_RESET_AT_END_OF_LINE; \
270 type NUMBER_OF_SLICES_PER_LINE; \
271 type ALTERNATE_ICH_ENCODING_EN; \
272 type NUMBER_OF_SLICES_IN_VERTICAL_DIRECTIO
[all...]
/linux-master/kernel/bpf/
H A Dnet_namespace.c14 enum bpf_attach_type type; member in struct:bpf_netns_link
29 static void netns_bpf_attach_type_unneed(enum netns_bpf_attach_type type) argument
31 switch (type) {
42 static void netns_bpf_attach_type_need(enum netns_bpf_attach_type type) argument
44 switch (type) {
57 enum netns_bpf_attach_type type)
61 run_array = rcu_replace_pointer(net->bpf.run_array[type], NULL,
66 static int link_index(struct net *net, enum netns_bpf_attach_type type, argument
72 list_for_each_entry(pos, &net->bpf.links[type], node) {
80 static int link_count(struct net *net, enum netns_bpf_attach_type type) argument
56 netns_bpf_run_array_detach(struct net *net, enum netns_bpf_attach_type type) argument
90 fill_prog_array(struct net *net, enum netns_bpf_attach_type type, struct bpf_prog_array *prog_array) argument
106 enum netns_bpf_attach_type type = net_link->netns_type; local
170 enum netns_bpf_attach_type type = net_link->netns_type; local
246 __netns_bpf_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr, struct net *net, enum netns_bpf_attach_type type) argument
274 enum netns_bpf_attach_type type; local
300 enum netns_bpf_attach_type type; local
364 __netns_bpf_prog_detach(struct net *net, enum netns_bpf_attach_type type, struct bpf_prog *old) argument
385 enum netns_bpf_attach_type type; local
409 netns_bpf_max_progs(enum netns_bpf_attach_type type) argument
421 netns_bpf_link_attach(struct net *net, struct bpf_link *link, enum netns_bpf_attach_type type) argument
482 enum bpf_attach_type type; local
531 int type; local
541 enum netns_bpf_attach_type type; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv49.c32 enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN; local
36 case 0x00000000: type = NVKM_RAM_TYPE_DDR1 ; break;
37 case 0x00000001: type = NVKM_RAM_TYPE_DDR2 ; break;
38 case 0x00000002: type = NVKM_RAM_TYPE_GDDR3; break;
42 ret = nv40_ram_new_(fb, type, size, pram);
H A Dramnv41.c32 enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN; local
36 type = NVKM_RAM_TYPE_GDDR3;
38 type = NVKM_RAM_TYPE_DDR2;
40 type = NVKM_RAM_TYPE_DDR1;
42 ret = nv40_ram_new_(fb, type, size, pram);
/linux-master/include/uapi/linux/
H A Dauto_fs.h47 int type; /* Type of packet */ member in struct:autofs_packet_hdr
103 static inline void set_autofs_type_indirect(unsigned int *type) argument
105 *type = AUTOFS_TYPE_INDIRECT;
108 static inline unsigned int autofs_type_indirect(unsigned int type) argument
110 return (type == AUTOFS_TYPE_INDIRECT);
113 static inline void set_autofs_type_direct(unsigned int *type) argument
115 *type = AUTOFS_TYPE_DIRECT;
118 static inline unsigned int autofs_type_direct(unsigned int type) argument
120 return (type == AUTOFS_TYPE_DIRECT);
123 static inline void set_autofs_type_offset(unsigned int *type) argument
128 autofs_type_offset(unsigned int type) argument
133 autofs_type_trigger(unsigned int type) argument
143 set_autofs_type_any(unsigned int *type) argument
148 autofs_type_any(unsigned int type) argument
[all...]
H A Dcryptouser.h84 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_aead
94 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_akcipher
106 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_cipher
116 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_compress
126 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_hash
134 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_kpp
143 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_rng
152 char type[CRYPTO_MAX_NAME]; member in struct:crypto_stat_larval
156 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_larval
160 char type[CRYPTO_MAX_NAM member in struct:crypto_report_hash
166 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_cipher
173 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_blkcipher
182 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_aead
190 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_comp
194 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_rng
199 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_akcipher
203 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_kpp
207 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_acomp
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_afmt.h77 #define AFMT_DCN31_REG_FIELD_LIST(type) \
78 type AFMT_AUDIO_INFO_UPDATE;\
79 type AFMT_AUDIO_SRC_SELECT;\
80 type AFMT_AUDIO_CHANNEL_ENABLE;\
81 type AFMT_60958_CS_UPDATE;\
82 type AFMT_AUDIO_LAYOUT_OVRD;\
83 type AFMT_60958_OSF_OVRD;\
84 type AFMT_60958_CS_CHANNEL_NUMBER_L;\
85 type AFMT_60958_CS_CLOCK_ACCURACY;\
86 type AFMT_60958_CS_CHANNEL_NUMBER_
[all...]
/linux-master/arch/mips/include/asm/
H A Dginvt.h18 _ASM_MACRO_1R1I(ginvt, rs, type, \
19 _ASM_INSN_IF_MIPS(0x7c0000bd | (__rs << 21) | (\\type << 8)) \
20 _ASM_INSN32_IF_MM(0x0000717c | (__rs << 16) | (\\type << 9)))
24 static __always_inline void ginvt(unsigned long addr, enum ginvt_type type) argument
33 : "r"(addr), "i"(type)
H A Dsync.h83 * this type. Once this instruction graduates all coherent CPUs will have
162 # define __SYNC_rpt(type) (1 - (type == __SYNC_wmb))
164 # define __SYNC_rpt(type) 1
168 * The main event. Here we actually emit a sync instruction of a given type, if
197 # define ___SYNC(type, reason, else) \
198 ____SYNC(type, reason, else)
200 # define ___SYNC(type, reason, else) \
201 __stringify(____SYNC(type, reason, else))
204 #define __SYNC(type, reaso
[all...]
/linux-master/arch/arm64/include/asm/
H A Dextable.h21 short type, data; member in struct:exception_table_entry
30 (a)->type = (b)->type; \
31 (b)->type = (tmp).type; \
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c17 struct file_system_type *type; local
38 type = get_fs_type("tmpfs");
39 if (!type)
42 gemfs = vfs_kern_mount(type, SB_KERNMOUNT, type->name, huge_opt);
/linux-master/arch/s390/kernel/
H A Dcpufeature.c16 unsigned int type : 4; member in struct:s390_cpu_feature
21 [S390_CPU_FEATURE_MSA] = {.type = TYPE_HWCAP, .num = HWCAP_NR_MSA},
22 [S390_CPU_FEATURE_VXRS] = {.type = TYPE_HWCAP, .num = HWCAP_NR_VXRS},
23 [S390_CPU_FEATURE_UV] = {.type = TYPE_FACILITY, .num = 158},
36 switch (feature->type) {
/linux-master/arch/loongarch/include/asm/
H A Dextable.h20 short type, data; member in struct:exception_table_entry
29 (a)->type = (b)->type; \
30 (b)->type = (tmp).type; \
/linux-master/tools/perf/trace/beauty/
H A Dkcmp.c19 int type = syscall_arg__val(arg, 2); local
22 if (type != KCMP_FILE)
29 static size_t kcmp__scnprintf_type(int type, char *bf, size_t size, bool show_prefix) argument
32 return strarray__scnprintf(&strarray__kcmp_types, bf, size, "%d", show_prefix, type);
37 unsigned long type = arg->val; local
39 if (type != KCMP_FILE)
42 return kcmp__scnprintf_type(type, bf, size, arg->show_string_prefix);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_mmhubbub.h45 #define MCIF_WB_REG_FIELD_LIST_DCN3_5(type) \
47 MCIF_WB_REG_FIELD_LIST_DCN3_0(type); \
48 type MMHUBBUB_TEST_CLK_SEL; \
49 type DISPCLK_R_MMHUBBUB_GATE_DIS; \
50 type DISPCLK_G_WBIF0_GATE_DIS; \
51 type SOCCLK_G_WBIF0_GATE_DIS; \
52 type MMHUBBUB_FGCG_REP_DIS; \
/linux-master/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_panel_cntl.h60 #define DCN301_PANEL_CNTL_REG_FIELD_LIST(type) \
61 type PANEL_BLON;\
62 type PANEL_DIGON;\
63 type PANEL_DIGON_OVRD;\
64 type PANEL_PWRSEQ_TARGET_STATE_R; \
65 type BL_PWM_EN; \
66 type BL_ACTIVE_INT_FRAC_CNT; \
67 type BL_PWM_FRACTIONAL_EN; \
68 type BL_PWM_PERIOD; \
69 type BL_PWM_PERIOD_BITCN
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dddc_regs.h34 #define DDC_GPIO_REG_LIST_ENTRY(type, cd, id) \
35 .type ## _reg = REG(DC_GPIO_DDC ## id ## _ ## type),\
36 .type ## _mask = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## _MASK,\
37 .type ## _shift = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## __SHIFT
57 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type, c
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mmhubbub.h252 #define MCIF_WB_REG_FIELD_LIST_DCN2_0(type) \
253 type MCIF_WB_BUFMGR_ENABLE;\
254 type MCIF_WB_BUFMGR_SW_INT_EN;\
255 type MCIF_WB_BUFMGR_SW_INT_ACK;\
256 type MCIF_WB_BUFMGR_SW_SLICE_INT_EN;\
257 type MCIF_WB_BUFMGR_SW_OVERRUN_INT_EN;\
258 type MCIF_WB_BUFMGR_SW_LOCK;\
259 type MCIF_WB_P_VMID;\
260 type MCIF_WB_BUF_ADDR_FENCE_EN;\
261 type MCIF_WB_BUFMGR_CUR_LINE_
[all...]

Completed in 1867 milliseconds

1234567891011>>