Searched refs:type (Results 26 - 50 of 13790) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.h87 #define VPG_DCN3_REG_FIELD_LIST(type) \
88 type VPG_GENERIC_CONFLICT_OCCURED;\
89 type VPG_GENERIC_CONFLICT_CLR;\
90 type VPG_GENERIC_DATA_INDEX;\
91 type VPG_GENERIC_DATA_BYTE0;\
92 type VPG_GENERIC_DATA_BYTE1;\
93 type VPG_GENERIC_DATA_BYTE2;\
94 type VPG_GENERIC_DATA_BYTE3;\
95 type VPG_GENERIC0_FRAME_UPDATE;\
96 type VPG_GENERIC1_FRAME_UPDAT
[all...]
H A Ddcn30_dwb.h408 #define DWBC_REG_FIELD_LIST_DCN3_0(type) \
409 type DWB_ENABLE;\
410 type DISPCLK_R_DWB_GATE_DIS;\
411 type DISPCLK_G_DWB_GATE_DIS;\
412 type DWB_TEST_CLK_SEL;\
413 type DWBSCL_LUT_MEM_PWR_FORCE;\
414 type DWBSCL_LUT_MEM_PWR_DIS;\
415 type DWBSCL_LUT_MEM_PWR_STATE;\
416 type DWBSCL_LB_MEM_PWR_FORCE;\
417 type DWBSCL_LB_MEM_PWR_DI
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.h356 #define SE_REG_FIELD_LIST_DCN1_0(type) \
357 type AFMT_GENERIC_INDEX;\
358 type AFMT_GENERIC_HB0;\
359 type AFMT_GENERIC_HB1;\
360 type AFMT_GENERIC_HB2;\
361 type AFMT_GENERIC_HB3;\
362 type AFMT_GENERIC_LOCK_STATUS;\
363 type AFMT_GENERIC_CONFLICT;\
364 type AFMT_GENERIC_CONFLICT_CLR;\
365 type AFMT_GENERIC0_FRAME_UPDATE_PENDIN
[all...]
H A Ddcn10_cm_common.h29 #define TF_HELPER_REG_FIELD_LIST(type) \
30 type exp_region0_lut_offset; \
31 type exp_region0_num_segments; \
32 type exp_region1_lut_offset; \
33 type exp_region1_num_segments;\
34 type field_region_end;\
35 type field_region_end_slope;\
36 type field_region_end_base;\
37 type exp_region_start;\
38 type exp_resion_start_segmen
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_btf.h24 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \
25 (type), (index_type), (nr_elems)
26 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \
28 BTF_ARRAY_ENC(type, index_type, nr_elems)
36 #define BTF_VAR_ENC(name, type, linkage) \
37 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), type), (linkage)
38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \
39 (type), (offset), (size)
41 #define BTF_MEMBER_ENC(name, type, bits_offset) \
42 (name), (type), (bits_offse
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.h348 #define TG_REG_FIELD_LIST_DCN1_0(type) \
349 type VSTARTUP_START;\
350 type VUPDATE_OFFSET;\
351 type VUPDATE_WIDTH;\
352 type VREADY_OFFSET;\
353 type OTG_BLANK_DATA_EN;\
354 type OTG_BLANK_DE_MODE;\
355 type OTG_CURRENT_BLANK_STATE;\
356 type OTG_MASTER_UPDATE_LOCK;\
357 type UPDATE_LOCK_STATU
[all...]
/linux-master/include/sound/
H A Dasequencer.h18 * type check macros
21 #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5)
23 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20)
25 #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10)
27 #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20)
29 #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 4
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dgeneric_regs.h31 #define GENERIC_GPIO_REG_LIST_ENTRY(type, cd, id) \
32 .type ## _reg = REG(DC_GPIO_GENERIC_## type),\
33 .type ## _mask = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## _MASK,\
34 .type ## _shift = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## __SHIFT
/linux-master/drivers/soc/rockchip/
H A Ddtpm.c16 .type = DTPM_NODE_VIRTUAL },
18 .type = DTPM_NODE_VIRTUAL,
21 .type = DTPM_NODE_DT,
24 .type = DTPM_NODE_DT,
27 .type = DTPM_NODE_DT,
30 .type = DTPM_NODE_DT,
33 .type = DTPM_NODE_DT,
36 .type = DTPM_NODE_DT,
39 .type = DTPM_NODE_DT,
/linux-master/net/ipv4/
H A Dfou_nl.c15 [FOU_ATTR_PORT] = { .type = NLA_U16, },
16 [FOU_ATTR_AF] = { .type = NLA_U8, },
17 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },
18 [FOU_ATTR_TYPE] = { .type = NLA_U8, },
19 [FOU_ATTR_REMCSUM_NOPARTIAL] = { .type = NLA_FLAG, },
20 [FOU_ATTR_LOCAL_V4] = { .type = NLA_U32, },
22 [FOU_ATTR_PEER_V4] = { .type = NLA_U32, },
24 [FOU_ATTR_PEER_PORT] = { .type = NLA_U16, },
25 [FOU_ATTR_IFINDEX] = { .type = NLA_S32, },
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_ag_api.c19 .type = VCAP_FIELD_BIT,
24 .type = VCAP_FIELD_BIT,
29 .type = VCAP_FIELD_U32,
34 .type = VCAP_FIELD_U32,
39 .type = VCAP_FIELD_U32,
44 .type = VCAP_FIELD_U72,
49 .type = VCAP_FIELD_BIT,
54 .type = VCAP_FIELD_BIT,
59 .type = VCAP_FIELD_U32,
64 .type
[all...]
/linux-master/drivers/md/
H A Ddm-exception-store.c25 struct dm_exception_store_type *type; local
27 list_for_each_entry(type, &_exception_store_types, list)
28 if (!strcmp(name, type->name))
29 return type;
36 struct dm_exception_store_type *type; local
40 type = __find_exception_store_type(name);
42 if (type && !try_module_get(type->module))
43 type = NULL;
47 return type;
76 struct dm_exception_store_type *type; local
104 put_type(struct dm_exception_store_type *type) argument
111 dm_exception_store_type_register(struct dm_exception_store_type *type) argument
126 dm_exception_store_type_unregister(struct dm_exception_store_type *type) argument
198 struct dm_exception_store_type *type = NULL; local
[all...]
/linux-master/fs/bcachefs/
H A Dsix.h40 * There are also interfaces that take the lock type as an enum:
196 bool six_trylock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip);
201 * @type: SIX_LOCK_read, SIX_LOCK_intent, or SIX_LOCK_write
205 static inline bool six_trylock_type(struct six_lock *lock, enum six_lock_type type) argument
207 return six_trylock_ip(lock, type, _THIS_IP_);
210 int six_lock_ip_waiter(struct six_lock *lock, enum six_lock_type type,
218 * @type: SIX_LOCK_read, SIX_LOCK_intent, or SIX_LOCK_write
229 static inline int six_lock_waiter(struct six_lock *lock, enum six_lock_type type, argument
233 return six_lock_ip_waiter(lock, type, wait, should_sleep_fn, p, _THIS_IP_);
239 * @type
247 six_lock_ip(struct six_lock *lock, enum six_lock_type type, six_lock_should_sleep_fn should_sleep_fn, void *p, unsigned long ip) argument
266 six_lock_type(struct six_lock *lock, enum six_lock_type type, six_lock_should_sleep_fn should_sleep_fn, void *p) argument
286 six_relock_type(struct six_lock *lock, enum six_lock_type type, unsigned seq) argument
308 six_unlock_type(struct six_lock *lock, enum six_lock_type type) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv20.c32 enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN; local
36 case 0x00000000: type = NVKM_RAM_TYPE_SDRAM; break;
37 case 0x00000100: type = NVKM_RAM_TYPE_DDR1 ; break;
38 case 0x00000200: type = NVKM_RAM_TYPE_GDDR3; break;
39 case 0x00000300: type = NVKM_RAM_TYPE_GDDR2; break;
42 ret = nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
/linux-master/include/linux/crush/
H A Dhash.h15 extern const char *crush_hash_name(int type);
17 extern __u32 crush_hash32(int type, __u32 a);
18 extern __u32 crush_hash32_2(int type, __u32 a, __u32 b);
19 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
20 extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d);
21 extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d,
/linux-master/include/linux/
H A Dfirmware-map.h17 int firmware_map_add_early(u64 start, u64 end, const char *type);
18 int firmware_map_add_hotplug(u64 start, u64 end, const char *type);
19 int firmware_map_remove(u64 start, u64 end, const char *type);
23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) argument
28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) argument
33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) argument
/linux-master/arch/x86/include/asm/
H A Dvvar.h27 #define DECLARE_VVAR(offset, type, name) \
34 #define DECLARE_VVAR(offset, type, name) \
35 extern type vvar_ ## name[CS_BASES] \
37 extern type timens_ ## name[CS_BASES] \
43 #define DEFINE_VVAR(type, name) \
44 type name[CS_BASES] \
49 /* DECLARE_VVAR(offset, type, name) */
/linux-master/fs/smb/client/
H A Dnetlink.c17 [CIFS_GENL_ATTR_SWN_REGISTRATION_ID] = { .type = NLA_U32 },
18 [CIFS_GENL_ATTR_SWN_NET_NAME] = { .type = NLA_STRING },
19 [CIFS_GENL_ATTR_SWN_SHARE_NAME] = { .type = NLA_STRING },
21 [CIFS_GENL_ATTR_SWN_NET_NAME_NOTIFY] = { .type = NLA_FLAG },
22 [CIFS_GENL_ATTR_SWN_SHARE_NAME_NOTIFY] = { .type = NLA_FLAG },
23 [CIFS_GENL_ATTR_SWN_IP_NOTIFY] = { .type = NLA_FLAG },
24 [CIFS_GENL_ATTR_SWN_KRB_AUTH] = { .type = NLA_FLAG },
25 [CIFS_GENL_ATTR_SWN_USER_NAME] = { .type = NLA_STRING },
26 [CIFS_GENL_ATTR_SWN_PASSWORD] = { .type = NLA_STRING },
27 [CIFS_GENL_ATTR_SWN_DOMAIN_NAME] = { .type
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_event_log.h34 #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
35 #define EVENT_LOG_AUX_REP(ddc, type, replyStatus, len, data)
/linux-master/include/linux/ceph/
H A Dceph_hash.h11 extern unsigned ceph_str_hash(int type, const char *s, unsigned len);
12 extern const char *ceph_str_hash_name(int type);
/linux-master/net/rfkill/
H A Drfkill.h12 void rfkill_switch_all(const enum rfkill_type type, bool blocked);
17 bool rfkill_get_global_sw_state(const enum rfkill_type type);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dnv04.c33 nv04_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
36 return nvkm_i2c_new_(&nv04_i2c, device, type, inst, pi2c);
H A Dnv50.c33 nv50_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
36 return nvkm_i2c_new_(&nv50_i2c, device, type, inst, pi2c);
H A Dnv4e.c33 nv4e_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
36 return nvkm_i2c_new_(&nv4e_i2c, device, type, inst, pi2c);
H A Dgf117.c33 gf117_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
36 return nvkm_i2c_new_(&gf117_i2c, device, type, inst, pi2c);

Completed in 631 milliseconds

1234567891011>>