/Linux-v5.15/arch/powerpc/lib/ |
D | feature-fixups.c | 121 static void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups() argument 135 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups() 139 } else if (types & STF_BARRIER_EIEIO) { in do_stf_entry_barrier_fixups() 141 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups() 153 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups() 166 (types == STF_BARRIER_NONE) ? "no" : in do_stf_entry_barrier_fixups() 167 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_entry_barrier_fixups() 168 (types == STF_BARRIER_EIEIO) ? "eieio" : in do_stf_entry_barrier_fixups() 169 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups() 173 static void do_stf_exit_barrier_fixups(enum stf_barrier_type types) in do_stf_exit_barrier_fixups() argument [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/core/ |
D | event.c | 26 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.15/drivers/gpu/drm/i915/gvt/ |
D | vgpu.c | 129 gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type), in intel_gvt_init_vgpu_types() 131 if (!gvt->types) in intel_gvt_init_vgpu_types() 139 gvt->types[i].low_gm_size = vgpu_types[i].low_mm; in intel_gvt_init_vgpu_types() 140 gvt->types[i].high_gm_size = vgpu_types[i].high_mm; in intel_gvt_init_vgpu_types() 141 gvt->types[i].fence = vgpu_types[i].fence; in intel_gvt_init_vgpu_types() 147 gvt->types[i].weight = vgpu_types[i].weight; in intel_gvt_init_vgpu_types() 148 gvt->types[i].resolution = vgpu_types[i].edid; in intel_gvt_init_vgpu_types() 149 gvt->types[i].avail_instance = min(low_avail / vgpu_types[i].low_mm, in intel_gvt_init_vgpu_types() 153 sprintf(gvt->types[i].name, "GVTg_V4_%s", in intel_gvt_init_vgpu_types() 156 sprintf(gvt->types[i].name, "GVTg_V5_%s", in intel_gvt_init_vgpu_types() [all …]
|
/Linux-v5.15/drivers/pci/hotplug/ |
D | rpaphp_core.c | 161 const __be32 *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 __be32 *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() 315 const __be32 **names, const __be32 **types, in is_php_dn() argument 328 *types = drc_types; in is_php_dn() 378 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_drc_add_slot() local [all …]
|
/Linux-v5.15/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 36 struct btf_type **types; member 61 struct btf_type **types, *t; in get_name() local 68 types = btf->types; in get_name() 69 bpf_probe_read_kernel(&t, sizeof(t), types + btf_id); in get_name()
|
/Linux-v5.15/arch/x86/events/intel/ |
D | uncore.c | 959 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument 961 for (; *types; types++) in uncore_types_exit() 962 uncore_type_exit(*types); in uncore_types_exit() 1028 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init() argument 1032 for (; *types; types++) { in uncore_types_init() 1033 ret = uncore_type_init(*types, setid); in uncore_types_init() 1057 struct intel_uncore_type **types = uncore_pci_uncores; in uncore_pci_find_dev_pmu_from_types() local 1062 for (; *types; types++) { in uncore_pci_find_dev_pmu_from_types() 1063 type = *types; in uncore_pci_find_dev_pmu_from_types() 1348 struct intel_uncore_type **types = uncore_pci_uncores; in uncore_pci_pmus_register() local [all …]
|
/Linux-v5.15/net/sunrpc/ |
D | Kconfig | 38 bool "Secure RPC: Disable insecure Kerberos encryption types" 42 Choose Y here to disable the use of deprecated encryption types 44 deprecated encryption types include DES-CBC-MD5, DES-CBC-CRC, 45 and DES-CBC-MD4. These types were deprecated by RFC 6649 because 49 keytabs that contain only these deprecated encryption types. 50 Choosing Y prevents the use of known-insecure encryption types
|
/Linux-v5.15/drivers/phy/xilinx/ |
D | phy-zynqmp.c | 677 static const int types[] = { in xpsgtr_set_lane_type() local 682 phy_types = types; in xpsgtr_set_lane_type() 683 num_phy_types = ARRAY_SIZE(types); in xpsgtr_set_lane_type() 688 static const int types[] = { in xpsgtr_set_lane_type() local 693 phy_types = types; in xpsgtr_set_lane_type() 694 num_phy_types = ARRAY_SIZE(types); in xpsgtr_set_lane_type() 699 static const int types[] = { in xpsgtr_set_lane_type() local 704 phy_types = types; in xpsgtr_set_lane_type() 705 num_phy_types = ARRAY_SIZE(types); in xpsgtr_set_lane_type() 710 static const int types[] = { in xpsgtr_set_lane_type() local [all …]
|
/Linux-v5.15/arch/arm/tools/ |
D | Makefile | 19 kapi-hdrs-y += $(kapi)/mach-types.h 38 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
|
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | event.h | 31 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.15/arch/powerpc/include/asm/ |
D | setup.h | 56 void do_rfi_flush_fixups(enum l1d_flush_type types); 62 void do_uaccess_flush_fixups(enum l1d_flush_type types); 63 void do_entry_flush_fixups(enum l1d_flush_type types);
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | dbexec.c | 122 status = acpi_db_convert_to_object(info->types[i], in acpi_db_execute_method() 345 acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags) in acpi_db_execute() argument 413 acpi_gbl_db_method_info.types = types; in acpi_db_execute() 544 local_info.types = local_info.arg_types; in acpi_db_method_thread() 658 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument 667 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_thread() 675 acpi_gbl_db_method_info.arg_types[i] = *types; in acpi_db_create_execution_thread() 676 types++; in acpi_db_create_execution_thread() 818 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_threads()
|
D | utpredef.c | 342 u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types) in acpi_ut_get_resource_bit_width() argument 353 if (types & 1) { in acpi_ut_get_resource_bit_width() 359 types >>= 1; in acpi_ut_get_resource_bit_width()
|
/Linux-v5.15/drivers/mtd/ |
D | mtdpart.c | 427 parse_mtd_partitions(child, parts[i].types, NULL); in add_mtd_partitions() 644 int parse_mtd_partitions(struct mtd_info *master, const char *const *types, in parse_mtd_partitions() argument 651 if (!types) in parse_mtd_partitions() 652 types = mtd_is_partition(master) ? default_subpartition_types : in parse_mtd_partitions() 655 for ( ; *types; types++) { in parse_mtd_partitions() 661 if (!strcmp(*types, "ofpart")) { in parse_mtd_partitions() 665 *types); in parse_mtd_partitions() 666 parser = mtd_part_parser_get(*types); in parse_mtd_partitions() 667 if (!parser && !request_module("%s", *types)) in parse_mtd_partitions() 668 parser = mtd_part_parser_get(*types); in parse_mtd_partitions()
|
/Linux-v5.15/drivers/media/platform/ |
D | imx-pxp.c | 62 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.15/arch/sh/tools/ |
D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
/Linux-v5.15/drivers/misc/cardreader/ |
D | Kconfig | 9 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.15/Documentation/userspace-api/media/dvb/ |
D | net.rst | 21 types that are present on the transport stream. This is done through 26 Data types and ioctl definitions are defined via ``linux/dvb/net.h`` 38 net-types
|
/Linux-v5.15/drivers/leds/ |
D | leds-sunfire.c | 127 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.15/tools/vm/ |
D | Makefile | 6 TARGETS=page-types slabinfo page_owner_sort 25 $(RM) page-types slabinfo page_owner_sort
|
/Linux-v5.15/Documentation/iio/ |
D | iio_configfs.rst | 38 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.15/Documentation/userspace-api/media/cec/ |
D | cec-ioc-adap-g-log-addrs.rst | 66 logical address types are already defined will return with error ``EBUSY``. 129 :ref:`cec-prim-dev-types` for possible types. 132 - Logical address types. See :ref:`cec-log-addr-types` for 133 possible types. The driver will update this with the actual 138 - CEC 2.0 specific: the bit mask of all device types. See 139 :ref:`cec-all-dev-types-flags`. It is used in the CEC 2.0 216 .. _cec-prim-dev-types: 261 .. _cec-log-addr-types: 309 .. _cec-all-dev-types-flags:
|
/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 49 loaded and all its BTF types emitted. 52 associated BTF object with BTF types describing key and 55 both key and value (**kv**), or all BTF types present in 60 associated BTF object with BTF types. 191 The following commands print BTF types associated with specified map's key, 192 value, both key and value, and all BTF types, respectively. By default, both 193 key and value types will be printed.
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pmu.c | 93 struct amdgpu_pmu_type *types; member 139 .types = vega20_types, 174 .types = NULL, 204 .types = arcturus_types, 508 config->types[i].num_of_type, in init_pmu_entry_by_type_and_add() 509 config->types[i].type); in init_pmu_entry_by_type_and_add() 510 total_num_events += config->types[i].num_of_type; in init_pmu_entry_by_type_and_add()
|