Searched refs:type (Results 276 - 300 of 13787) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.h337 #define MI_REG_FIELD_LIST(type) \
338 type GRPH_ENABLE; \
339 type GRPH_X_START; \
340 type GRPH_Y_START; \
341 type GRPH_X_END; \
342 type GRPH_Y_END; \
343 type GRPH_PITCH; \
344 type GRPH_ROTATION_ANGLE; \
345 type GRPH_RED_CROSSBAR; \
346 type GRPH_BLUE_CROSSBA
[all...]
H A Ddce_abm.h239 #define ABM_REG_FIELD_LIST(type) \
240 type ABM1_HG_NUM_OF_BINS_SEL; \
241 type ABM1_HG_VMAX_SEL; \
242 type ABM1_HG_BIN_BITWIDTH_SIZE_SEL; \
243 type ABM1_IPCSC_COEFF_SEL_R; \
244 type ABM1_IPCSC_COEFF_SEL_G; \
245 type ABM1_IPCSC_COEFF_SEL_B; \
246 type BL1_PWM_CURRENT_ABM_LEVEL; \
247 type BL1_PWM_TARGET_ABM_LEVEL; \
248 type BL1_PWM_USER_LEVE
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_afmt.h75 #define AFMT_DCN3_REG_FIELD_LIST(type) \
76 type AFMT_AUDIO_INFO_UPDATE;\
77 type AFMT_AUDIO_SRC_SELECT;\
78 type AFMT_AUDIO_CHANNEL_ENABLE;\
79 type AFMT_60958_CS_UPDATE;\
80 type AFMT_AUDIO_LAYOUT_OVRD;\
81 type AFMT_60958_OSF_OVRD;\
82 type AFMT_60958_CS_CHANNEL_NUMBER_L;\
83 type AFMT_60958_CS_CLOCK_ACCURACY;\
84 type AFMT_60958_CS_CHANNEL_NUMBER_
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mdb.c91 enum macaccess_entry_type type)
95 if (type == ENTRYTYPE_MACV4) {
99 } else if (type == ENTRYTYPE_MACV6) {
107 enum macaccess_entry_type type)
121 lan966x_mdb_encode_mac(mac, mdb_entry, type);
122 lan966x_mac_forget(lan966x, mac, mdb_entry->vid, type);
135 lan966x_mdb_encode_mac(mac, mdb_entry, type);
137 mac, mdb_entry->vid, type);
142 enum macaccess_entry_type type)
166 lan966x_mdb_encode_mac(mac, mdb_entry, type);
89 lan966x_mdb_encode_mac(unsigned char *mac, struct lan966x_mdb_entry *mdb_entry, enum macaccess_entry_type type) argument
105 lan966x_mdb_ip_add(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
140 lan966x_mdb_ip_del(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
248 lan966x_mdb_l2_add(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
297 lan966x_mdb_l2_del(struct lan966x_port *port, const struct switchdev_obj_port_mdb *mdb, enum macaccess_entry_type type) argument
368 enum macaccess_entry_type type; local
385 enum macaccess_entry_type type; local
398 lan966x_mdb_ip_cpu_copy(struct lan966x *lan966x, struct lan966x_mdb_entry *mdb_entry, enum macaccess_entry_type type) argument
409 lan966x_mdb_l2_cpu_copy(struct lan966x *lan966x, struct lan966x_mdb_entry *mdb_entry, enum macaccess_entry_type type) argument
439 enum macaccess_entry_type type; local
453 lan966x_mdb_ip_cpu_remove(struct lan966x *lan966x, struct lan966x_mdb_entry *mdb_entry, enum macaccess_entry_type type) argument
464 lan966x_mdb_l2_cpu_remove(struct lan966x *lan966x, struct lan966x_mdb_entry *mdb_entry, enum macaccess_entry_type type) argument
494 enum macaccess_entry_type type; local
511 enum macaccess_entry_type type; local
528 enum macaccess_entry_type type; local
[all...]
/linux-master/lib/
H A Dubsan.c80 return "UBSAN: type mismatch";
134 static bool type_is_int(struct type_descriptor *type) argument
136 return type->type_kind == type_kind_int;
139 static bool type_is_signed(struct type_descriptor *type) argument
141 WARN_ON(!type_is_int(type));
142 return type->type_info & 1;
145 static unsigned type_bit_width(struct type_descriptor *type) argument
147 return 1 << (type->type_info >> 1);
150 static bool is_inline_int(struct type_descriptor *type) argument
153 unsigned bits = type_bit_width(type);
160 get_signed_val(struct type_descriptor *type, void *val) argument
175 val_is_negative(struct type_descriptor *type, void *val) argument
180 get_unsigned_val(struct type_descriptor *type, void *val) argument
191 val_to_string(char *str, size_t size, struct type_descriptor *type, void *value) argument
243 struct type_descriptor *type = data->type; local
[all...]
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c21 boot_cpu_data.type = CPU_SH7201;
24 boot_cpu_data.type = CPU_SH7203;
27 boot_cpu_data.type = CPU_SH7263;
30 boot_cpu_data.type = CPU_SH7264;
33 boot_cpu_data.type = CPU_SH7269;
36 boot_cpu_data.type = CPU_SH7206;
39 boot_cpu_data.type = CPU_MXG;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmemnv04.c51 nv04_mem_new(struct nvkm_mmu *mmu, int type, u8 page, u64 size, argument
62 if (mmu->type[type].type & NVKM_MEM_MAPPABLE)
63 type = NVKM_RAM_MM_NORMAL;
65 type = NVKM_RAM_MM_NOMAP;
67 return nvkm_ram_get(mmu->subdev.device, type, 0x01, page,
/linux-master/tools/firewire/
H A Dlist.h47 #define list_entry(link, type, member) \
48 ((type *)((char *)(link)-(unsigned long)(&((type *)0)->member)))
50 #define list_head(list, type, member) \
51 list_entry((list)->next, type, member)
53 #define list_tail(list, type, member) \
54 list_entry((list)->prev, type, member)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgv100.c29 gv100_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq) argument
34 int head = type - PLL_VPLL0;
38 ret = nvbios_pll_parse(device->bios, type, &info);
46 switch (info.type) {
57 nvkm_warn(subdev, "%08x/%dKhz unimplemented\n", type, freq);
75 gv100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
78 return nv50_devinit_new_(&gv100_devinit, device, type, inst, pinit);
/linux-master/include/net/
H A Dicmp.h39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt);
47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info);
49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
52 __icmp_send(skb_in, type, code, info, &opts);
59 void icmp_out_count(struct net *net, unsigned char type);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.h50 #define MPC_REG_FIELD_LIST_DCN201(type) \
51 MPC_REG_FIELD_LIST_DCN2_0(type) \
52 type MPC_OUT_RATE_CONTROL;\
53 type MPC_OUT_RATE_CONTROL_DISABLE;\
54 type MPC_OUT_FLOW_CONTROL_MODE;\
55 type MPC_OUT_FLOW_CONTROL_COUNT0;\
56 type MPC_OUT_FLOW_CONTROL_COUNT1;
/linux-master/drivers/pci/msi/
H A Dlegacy.c19 int __weak arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) argument
28 if (type == PCI_CAP_ID_MSI && nvec > 1)
51 static int pci_msi_setup_check_result(struct pci_dev *dev, int type, int ret) argument
56 if (type != PCI_CAP_ID_MSIX || ret >= 0)
66 int pci_msi_legacy_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) argument
68 int ret = arch_setup_msi_irqs(dev, nvec, type);
70 ret = pci_msi_setup_check_result(dev, type, ret);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_unpriv_bpf_disabled.c16 __uint(type, BPF_MAP_TYPE_ARRAY);
23 __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY);
30 __uint(type, BPF_MAP_TYPE_HASH);
37 __uint(type, BPF_MAP_TYPE_PERCPU_HASH);
44 __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
50 __uint(type, BPF_MAP_TYPE_RINGBUF);
55 __uint(type, BPF_MAP_TYPE_PROG_ARRAY);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.c34 nvkm_ior_find(struct nvkm_disp *disp, enum nvkm_ior_type type, int id) argument
38 if (ior->type == type && (id < 0 || ior->id == id))
58 enum nvkm_ior_type type, int id, bool hda)
65 ior->type = type;
68 snprintf(ior->name, sizeof(ior->name), "%s-%d", nvkm_ior_name[ior->type], ior->id);
57 nvkm_ior_new_(const struct nvkm_ior_func *func, struct nvkm_disp *disp, enum nvkm_ior_type type, int id, bool hda) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_apg.h55 #define APG_DCN31_REG_FIELD_LIST(type) \
56 type APG_RESET;\
57 type APG_RESET_DONE;\
58 type APG_ENABLE;\
59 type APG_DP_AUDIO_STREAM_ID;\
60 type APG_DBG_AUDIO_CHANNEL_ENABLE;\
61 type APG_MEM_PWR_FORCE
/linux-master/fs/f2fs/
H A Diostat.h36 enum iostat_type type, unsigned long long io_bytes);
41 enum page_type type; member in struct:bio_iostat_ctx
46 enum page_type type)
51 iostat_ctx->type = type;
70 enum iostat_type type, unsigned long long io_bytes) {}
75 enum page_type type) {}
45 iostat_update_submit_ctx(struct bio *bio, enum page_type type) argument
69 f2fs_update_iostat(struct f2fs_sb_info *sbi, struct inode *inode, enum iostat_type type, unsigned long long io_bytes) argument
74 iostat_update_submit_ctx(struct bio *bio, enum page_type type) argument
/linux-master/drivers/acpi/acpica/
H A Dexresolv.c97 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
115 /* This is an object of type union acpi_operand_object */
117 switch (stack_desc->common.type) {
219 if ((stack_desc->reference.node->type ==
221 || (stack_desc->reference.node->type ==
241 "Unknown Reference type 0x%X in %p",
265 stack_desc, stack_desc->common.type));
291 * return_type - Where the object type is returned
296 * DESCRIPTION: Return the base object and type. Traverse a reference list if
310 acpi_object_type type; local
[all...]
/linux-master/kernel/cgroup/
H A Dmisc.c57 * valid_type() - Check if @type is valid or not.
58 * @type: misc res type.
62 * * true - If valid type.
63 * * false - If not valid type.
65 static inline bool valid_type(enum misc_res_type type) argument
67 return type >= 0 && type < MISC_CG_RES_TYPES;
72 * @type: misc res type
77 misc_cg_res_total_usage(enum misc_res_type type) argument
98 misc_cg_set_capacity(enum misc_res_type type, u64 capacity) argument
116 misc_cg_cancel_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount) argument
140 misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount) argument
186 misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount) argument
250 enum misc_res_type type = MISC_CG_RES_TYPES; local
[all...]
/linux-master/drivers/platform/surface/
H A Dsurface_hotplug.c77 static enum shps_dsm_fn shps_dsm_fn_for_irq(enum shps_irq_type type) argument
79 return SHPS_DSM_FN_IRQ_BASE_PRESENCE + type;
82 static void shps_dsm_notify_irq(struct platform_device *pdev, enum shps_irq_type type) argument
90 mutex_lock(&sdev->lock[type]);
92 value = gpiod_get_value_cansleep(sdev->gpio[type]);
94 mutex_unlock(&sdev->lock[type]);
95 dev_err(&pdev->dev, "failed to get gpio: %d (irq=%d)\n", type, value);
99 dev_dbg(&pdev->dev, "IRQ notification via DSM (irq=%d, value=%d)\n", type, value);
101 param.type = ACPI_TYPE_INTEGER;
105 shps_dsm_fn_for_irq(type),
125 int type; local
141 shps_setup_irq(struct platform_device *pdev, enum shps_irq_type type) argument
[all...]
/linux-master/net/wireless/tests/
H A Dutil.h57 #define t_skb_remove_member(skb, type, member) do { \
58 memmove((skb)->data + (skb)->len - sizeof(type) + \
59 offsetof(type, member), \
60 (skb)->data + (skb)->len - sizeof(type) + \
61 offsetofend(type, member), \
62 offsetofend(type, member)); \
63 skb_trim(skb, (skb)->len - sizeof_field(type, member)); \
/linux-master/fs/quota/
H A Dquota_v1.c58 int type = dquot->dq_id.type; local
62 if (!dqopt->files[type])
67 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk,
84 short type = dquot->dq_id.type; local
89 if (((type == USRQUOTA) && uid_eq(dquot->dq_id.uid, GLOBAL_ROOT_UID)) ||
90 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) {
92 sb_dqopt(dquot->dq_sb)->info[type].dqi_bgrace;
94 sb_dqopt(dquot->dq_sb)->info[type]
127 v1_check_quota_file(struct super_block *sb, int type) argument
159 v1_read_file_info(struct super_block *sb, int type) argument
189 v1_write_file_info(struct super_block *sb, int type) argument
[all...]
/linux-master/arch/m68k/coldfire/
H A Dintc-525x.c24 u32 type = irqd_get_trigger_type(d); local
27 if (type & IRQ_TYPE_EDGE_RISING)
29 if (type & IRQ_TYPE_EDGE_FALLING)
37 u32 type = irqd_get_trigger_type(d); local
40 if (type & IRQ_TYPE_EDGE_RISING)
42 if (type & IRQ_TYPE_EDGE_FALLING)
50 u32 type = irqd_get_trigger_type(d); local
53 if (type & IRQ_TYPE_EDGE_RISING)
55 if (type & IRQ_TYPE_EDGE_FALLING)
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh85 local type=$1; shift
89 echo $ifindex > $(DEBUGFS_DIR $instance)/hwstats/$type/$action
127 $IP link add name dummy1 type dummy
147 local type=$1; shift
156 local type=$1; shift
158 [[ $(netdev_hwstats_used $netdev $type) == "true" ]]
164 local type=$1; shift
166 [[ $(netdev_hwstats_used $netdev $type) == "false" ]]
172 local type=$1; shift
175 jq ".[].info.${type}_stat
[all...]
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag_fs.c39 static inline int info_blk_hdr__size(enum diag204_format type) argument
41 if (type == DIAG204_INFO_SIMPLE)
47 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) argument
49 if (type == DIAG204_INFO_SIMPLE)
55 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) argument
57 if (type == DIAG204_INFO_SIMPLE)
65 static inline int part_hdr__size(enum diag204_format type) argument
67 if (type == DIAG204_INFO_SIMPLE)
73 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) argument
75 if (type
81 part_hdr__part_name(enum diag204_format type, void *hdr, char *name) argument
97 cpu_info__size(enum diag204_format type) argument
105 cpu_info__ctidx(enum diag204_format type, void *hdr) argument
113 cpu_info__cpu_addr(enum diag204_format type, void *hdr) argument
121 cpu_info__acc_time(enum diag204_format type, void *hdr) argument
129 cpu_info__lp_time(enum diag204_format type, void *hdr) argument
137 cpu_info__online_time(enum diag204_format type, void *hdr) argument
147 phys_hdr__size(enum diag204_format type) argument
155 phys_hdr__cpus(enum diag204_format type, void *hdr) argument
165 phys_cpu__size(enum diag204_format type) argument
173 phys_cpu__cpu_addr(enum diag204_format type, void *hdr) argument
181 phys_cpu__mgm_time(enum diag204_format type, void *hdr) argument
189 phys_cpu__ctidx(enum diag204_format type, void *hdr) argument
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c52 .type = SAA7164_UNIT_EEPROM,
59 .type = SAA7164_UNIT_TUNER,
66 .type = SAA7164_UNIT_TUNER,
73 .type = SAA7164_UNIT_DIGITAL_DEMODULATOR,
80 .type = SAA7164_UNIT_DIGITAL_DEMODULATOR,
98 .type = SAA7164_UNIT_EEPROM,
105 .type = SAA7164_UNIT_TUNER,
112 .type = SAA7164_UNIT_DIGITAL_DEMODULATOR,
119 .type = SAA7164_UNIT_TUNER,
126 .type
[all...]

Completed in 334 milliseconds

<<11121314151617181920>>