Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put() argument
29 while (types) { in nvkm_event_put()
30 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put()
39 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get() argument
42 while (types) { in nvkm_event_get()
43 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get()
52 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send() argument
63 if (notify->index == index && (notify->types & types)) { in nvkm_event_send()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dvgpu.c128 gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type), in intel_gvt_init_vgpu_types()
130 if (!gvt->types) in intel_gvt_init_vgpu_types()
138 gvt->types[i].low_gm_size = vgpu_types[i].low_mm; in intel_gvt_init_vgpu_types()
139 gvt->types[i].high_gm_size = vgpu_types[i].high_mm; in intel_gvt_init_vgpu_types()
140 gvt->types[i].fence = vgpu_types[i].fence; in intel_gvt_init_vgpu_types()
146 gvt->types[i].weight = vgpu_types[i].weight; in intel_gvt_init_vgpu_types()
147 gvt->types[i].resolution = vgpu_types[i].edid; in intel_gvt_init_vgpu_types()
148 gvt->types[i].avail_instance = min(low_avail / vgpu_types[i].low_mm, in intel_gvt_init_vgpu_types()
152 sprintf(gvt->types[i].name, "GVTg_V4_%s", in intel_gvt_init_vgpu_types()
155 sprintf(gvt->types[i].name, "GVTg_V5_%s", in intel_gvt_init_vgpu_types()
[all …]
/Linux-v5.4/arch/powerpc/lib/
Dfeature-fixups.c117 static void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups() argument
131 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups()
135 } else if (types & STF_BARRIER_EIEIO) { in do_stf_entry_barrier_fixups()
137 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups()
150 if (types & STF_BARRIER_FALLBACK) in do_stf_entry_barrier_fixups()
160 (types == STF_BARRIER_NONE) ? "no" : in do_stf_entry_barrier_fixups()
161 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_entry_barrier_fixups()
162 (types == STF_BARRIER_EIEIO) ? "eieio" : in do_stf_entry_barrier_fixups()
163 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups()
167 static void do_stf_exit_barrier_fixups(enum stf_barrier_type types) in do_stf_exit_barrier_fixups() argument
[all …]
/Linux-v5.4/drivers/pci/hotplug/
Drpaphp_core.c161 const int *indexes, *names, *types, *domains; in get_children_props() local
165 types = of_get_property(dn, "ibm,drc-types", NULL); in get_children_props()
168 if (!indexes || !names || !types || !domains) { in get_children_props()
179 *drc_types = types; in get_children_props()
198 const int *types, *domains; in rpaphp_check_drc_props_v1() local
201 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1()
207 type_tmp = (char *) &types[1]; in rpaphp_check_drc_props_v1()
313 const int **names, const int **types, const int **power_domains) in is_php_dn() argument
325 *types = drc_types; in is_php_dn()
350 const int *indexes, *names, *types, *power_domains; in rpaphp_add_slot() local
[all …]
/Linux-v5.4/arch/x86/events/intel/
Duncore.c902 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument
904 for (; *types; types++) in uncore_types_exit()
905 uncore_type_exit(*types); in uncore_types_exit()
968 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init() argument
972 for (; *types; types++) { in uncore_types_init()
973 ret = uncore_type_init(*types, setid); in uncore_types_init()
1194 static void uncore_box_unref(struct intel_uncore_type **types, int id) in uncore_box_unref() argument
1201 for (; *types; types++) { in uncore_box_unref()
1202 type = *types; in uncore_box_unref()
1240 static int allocate_boxes(struct intel_uncore_type **types, in allocate_boxes() argument
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/core/
Devent.h31 void nvkm_event_get(struct nvkm_event *, u32 types, int index);
32 void nvkm_event_put(struct nvkm_event *, u32 types, int index);
33 void nvkm_event_send(struct nvkm_event *, u32 types, int index,
/Linux-v5.4/net/sunrpc/
DKconfig39 bool "Secure RPC: Disable insecure Kerberos encryption types"
43 Choose Y here to disable the use of deprecated encryption types
45 deprecated encryption types include DES-CBC-MD5, DES-CBC-CRC,
46 and DES-CBC-MD4. These types were deprecated by RFC 6649 because
50 keytabs that contain only these deprecated encryption types.
51 Choosing Y prevents the use of known-insecure encryption types
/Linux-v5.4/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
22 led-types = "identify", "fault";
/Linux-v5.4/arch/arm/tools/
DMakefile19 kapi-hdrs-y += $(kapi)/mach-types.h
40 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
/Linux-v5.4/drivers/acpi/acpica/
Ddbexec.c121 status = acpi_db_convert_to_object(info->types[i], in acpi_db_execute_method()
342 acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags) in acpi_db_execute() argument
394 acpi_gbl_db_method_info.types = types; in acpi_db_execute()
523 local_info.types = local_info.arg_types; in acpi_db_method_thread()
637 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument
646 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_thread()
654 acpi_gbl_db_method_info.arg_types[i] = *types; in acpi_db_create_execution_thread()
655 types++; in acpi_db_create_execution_thread()
797 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_threads()
Dutpredef.c343 u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types) in acpi_ut_get_resource_bit_width() argument
354 if (types & 1) { in acpi_ut_get_resource_bit_width()
360 types >>= 1; in acpi_ut_get_resource_bit_width()
/Linux-v5.4/arch/sh/tools/
DMakefile13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
/Linux-v5.4/drivers/media/platform/
Dimx-pxp.c62 u32 types; member
70 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
75 .types = MEM2MEM_CAPTURE,
79 .types = MEM2MEM_CAPTURE,
83 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
87 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
91 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
95 .types = MEM2MEM_CAPTURE,
99 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
103 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT,
[all …]
/Linux-v5.4/drivers/misc/cardreader/
DKconfig9 Alcor Micro card readers support access to many types of memory cards,
20 Realtek card readers support access to many types of memory cards,
31 Realtek card reader supports access to many types of memory cards,
/Linux-v5.4/tools/lib/bpf/
Dbtf.c30 struct btf_type **types; member
56 new_types = realloc(btf->types, sizeof(*new_types) * new_size); in btf_add_type()
63 btf->types = new_types; in btf_add_type()
67 btf->types[++(btf->nr_types)] = t; in btf_add_type()
214 return btf->types[type_id]; in btf__type_by_id()
310 const struct btf_type *t = btf->types[i]; in btf__find_by_name()
329 free(btf->types); in btf__free()
567 struct btf_type *t = btf->types[i]; in btf__finalize_data()
1419 struct btf_type *t = d->btf->types[i]; in btf_dedup_new()
1458 t = d->btf->types[i]; in btf_for_each_str_off()
[all …]
/Linux-v5.4/drivers/leds/
Dleds-sunfire.c127 struct led_type *types) in sunfire_led_generic_probe() argument
146 lp->name = types[i].name; in sunfire_led_generic_probe()
148 lp->brightness_set = types[i].handler; in sunfire_led_generic_probe()
149 lp->default_trigger = types[i].default_trigger; in sunfire_led_generic_probe()
/Linux-v5.4/tools/vm/
DMakefile4 TARGETS=page-types slabinfo page_owner_sort
23 $(RM) page-types slabinfo page_owner_sort
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst43 loaded and all its BTF types emitted.
46 associated BTF object with BTF types describing key and
49 both key and value (**kv**), or all BTF types present in
54 associated BTF object with BTF types.
183 The following commands print BTF types associated with specified map's key,
184 value, both key and value, and all BTF types, respectively. By default, both
185 key and value types will be printed.
/Linux-v5.4/Documentation/iio/
Diio_configfs.rst38 trigger types. A new trigger type is usually implemented as a separate
80 We support the following interrupt sources (trigger types):
87 Loading iio-trig-hrtimer module will register hrtimer trigger types allowing
97 3.2 "hrtimer" trigger types attributes
/Linux-v5.4/Documentation/media/uapi/dvb/
Dnet.rst28 types that are present on the transport stream. This is done through
33 Data types and and ioctl definitions are defined via ``linux/dvb/net.h``
45 net-types
Dfe-type-t.rst14 For historical reasons, frontend types are named by the type of
15 modulation used in transmission. The fontend types are given by
23 .. flat-table:: Frontend types
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_mh.c57 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type, in mh_mt6()
/Linux-v5.4/sound/firewire/bebob/
Dbebob_focusrite.c188 if (bebob->spec->clock->types == saffirepro_10_clk_src_types) in saffirepro_both_clk_src_get()
272 .types = saffirepro_26_clk_src_types,
283 .types = saffirepro_10_clk_src_types,
298 .types = saffire_both_clk_src_types,
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-adap-g-log-addrs.rst71 logical address types are already defined will return with error ``EBUSY``.
134 :ref:`cec-prim-dev-types` for possible types.
137 - Logical address types. See :ref:`cec-log-addr-types` for
138 possible types. The driver will update this with the actual
143 - CEC 2.0 specific: the bit mask of all device types. See
144 :ref:`cec-all-dev-types-flags`. It is used in the CEC 2.0
224 .. _cec-prim-dev-types:
270 .. _cec-log-addr-types:
319 .. _cec-all-dev-types-flags:
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_debugfs.c190 static const char * const types[] = {"carveout", "devmem", "trace", "vdev"}; in rproc_rsc_table_show() local
212 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
222 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
232 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
240 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()

12345678910>>...33