Searched refs:type (Results 351 - 375 of 13790) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/util/
H A Devsel_config.h34 enum evsel_term_type type; member in struct:evsel_config_term
56 struct evsel_config_term *__evsel__get_config_term(struct evsel *evsel, enum evsel_term_type type);
58 #define evsel__get_config_term(evsel, type) \
59 __evsel__get_config_term(evsel, EVSEL__CONFIG_TERM_ ## type)
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.h31 #define TF_HELPER_REG_FIELD_LIST_DCN3(type) \
32 TF_HELPER_REG_FIELD_LIST(type);\
33 type field_region_start_base;\
34 type field_offset
/linux-master/include/linux/power/
H A Dgpio-charger.h15 * @type: Type of the charger
21 enum power_supply_type type; member in struct:gpio_charger_platform_data
/linux-master/drivers/remoteproc/
H A Dpru_rproc.h32 * @type: resource type
41 u8 type; member in struct:pru_irq_rsc
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_mac.c4 /* Kernel module implementing an IP set type: the hash:mac type */
131 [IPSET_ATTR_HASHSIZE] = { .type = NLA_U32 },
132 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
133 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
134 [IPSET_ATTR_BUCKETSIZE] = { .type = NLA_U8 },
135 [IPSET_ATTR_RESIZE] = { .type = NLA_U8 },
136 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
137 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
140 [IPSET_ATTR_ETHER] = { .type
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lspcon.h24 unsigned int type,
28 unsigned int type,
40 unsigned int type,
44 unsigned int type,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dnv41.c50 nv41_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
53 if (device->type == NVKM_DEVICE_AGP ||
55 return nv04_mmu_new(device, type, inst, pmmu);
57 return nvkm_mmu_new_(&nv41_mmu, device, type, inst, pmmu);
/linux-master/arch/mips/generic/
H A Dboard-ni169445.its.S6 type = "flat_dt"; define
H A Dboard-serval.its.S7 type = "flat_dt"; define
H A Dboard-boston.its.S6 type = "flat_dt"; define
H A Dboard-luton.its.S7 type = "flat_dt"; define
H A Dboard-xilfpga.its.S6 type = "flat_dt"; define
H A Dboard-marduk.its.S6 type = "flat_dt"; define
/linux-master/include/linux/platform_data/x86/
H A Dspi-intel.h21 * @type: Type which this controller is compatible with
26 enum intel_spi_type type; member in struct:intel_spi_boardinfo
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-max.h19 int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h31 u64 address, u8 type, u16 length)
35 ((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
39 u64 *address, u8 *type, u16 *length)
43 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
30 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
38 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) argument
/linux-master/drivers/scsi/fnic/
H A Drq_enet_desc.h30 u64 address, u8 type, u16 length)
34 ((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
38 u64 *address, u8 *type, u16 *length)
42 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
29 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
37 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) argument
/linux-master/arch/csky/kernel/
H A Djump_label.c15 enum jump_label_type type)
21 if (type == JUMP_LABEL_JMP) {
44 enum jump_label_type type)
53 arch_jump_label_transform(entry, type);
14 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
43 arch_jump_label_transform_static(struct jump_entry *entry, enum jump_label_type type) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dbase.c38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) argument
40 struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst);
51 nvkm_mc_reset_mask(struct nvkm_device *device, bool isauto, enum nvkm_subdev_type type, int inst) argument
57 if (!(pmc_enable = nvkm_top_reset(device, type, inst))) {
60 if (map->type == type && map->inst == inst) {
72 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
74 u64 pmc_enable = nvkm_mc_reset_mask(device, true, type, inst);
82 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
84 u64 pmc_enable = nvkm_mc_reset_mask(device, false, type, ins
90 nvkm_mc_enable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
98 nvkm_mc_enabled(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
127 nvkm_mc_new_(const struct nvkm_mc_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dbase.c31 info->type = NVKM_SUBDEV_NR;
45 nvkm_top_addr(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
52 if (info->type == type && info->inst == inst)
61 nvkm_top_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
68 if (info->type == type && info->inst == inst && info->reset >= 0)
77 nvkm_top_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
84 if (info->type == type
93 nvkm_top_fault_id(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) argument
151 nvkm_top_new_(const struct nvkm_top_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_top **ptop) argument
[all...]
/linux-master/tools/perf/arch/powerpc/util/
H A Devent.c15 const __u64 *array, u64 type)
20 if (type & PERF_SAMPLE_WEIGHT)
30 __u64 *array, u64 type)
34 if (type & PERF_SAMPLE_WEIGHT_STRUCT) {
14 arch_perf_parse_sample_weight(struct perf_sample *data, const __u64 *array, u64 type) argument
29 arch_perf_synthesize_sample_weight(const struct perf_sample *data, __u64 *array, u64 type) argument
/linux-master/arch/x86/include/asm/shared/
H A Dio.h7 #define BUILDIO(bwl, bw, type) \
8 static __always_inline void __out##bwl(type value, u16 port) \
14 static __always_inline type __in##bwl(u16 port) \
16 type value; \
/linux-master/samples/bpf/
H A Dsock_flags.bpf.c9 char fmt[] = "socket: family %d type %d protocol %d\n";
15 bpf_trace_printk(fmt, sizeof(fmt), sk->family, sk->type, sk->protocol);
22 sk->type == SOCK_DGRAM &&
32 char fmt[] = "socket: family %d type %d protocol %d\n";
34 bpf_trace_printk(fmt, sizeof(fmt), sk->family, sk->type, sk->protocol);
40 sk->type == SOCK_DGRAM &&
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.h17 __be16 type; member in struct:tlv_hdr
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stat.c62 if (notify->type == DMUB_NOTIFICATION_HPD ||
63 notify->type == DMUB_NOTIFICATION_HPD_IRQ ||
64 notify->type == DMUB_NOTIFICATION_DPIA_NOTIFICATION ||
65 notify->type == DMUB_NOTIFICATION_SET_CONFIG_REPLY) {

Completed in 237 milliseconds

<<11121314151617181920>>