| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | uconn.c | 39 args.v0.types = 0; in nvkm_uconn_uevent_gsp() 41 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_gsp() 43 args.v0.types |= NVIF_CONN_EVENT_V0_UNPLUG; in nvkm_uconn_uevent_gsp() 45 args.v0.types |= NVIF_CONN_EVENT_V0_IRQ; in nvkm_uconn_uevent_gsp() 56 args.v0.types = 0; in nvkm_uconn_uevent_aux() 58 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_aux() 60 args.v0.types |= NVIF_CONN_EVENT_V0_UNPLUG; in nvkm_uconn_uevent_aux() 62 args.v0.types |= NVIF_CONN_EVENT_V0_IRQ; in nvkm_uconn_uevent_aux() 73 args.v0.types = 0; in nvkm_uconn_uevent_gpio() 75 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_gpio() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | event.c | 26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put() argument 30 nvkm_trace(event->subdev, "event: decr %08x on %d\n", types, index); in nvkm_event_put() 32 while (types) { in nvkm_event_put() 33 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put() 43 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get() argument 47 nvkm_trace(event->subdev, "event: incr %08x on %d\n", types, index); in nvkm_event_get() 49 while (types) { in nvkm_event_get() 50 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp_core.c | 163 const __be32 *indexes, *names, *types, *domains; in get_children_props() local 167 types = of_get_property(dn, "ibm,drc-types", NULL); in get_children_props() 170 if (!indexes || !names || !types || !domains) { in get_children_props() 181 *drc_types = types; in get_children_props() 200 const __be32 *types, *domains; in rpaphp_check_drc_props_v1() local 203 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1() 209 type_tmp = (char *) &types[1]; in rpaphp_check_drc_props_v1() 317 const __be32 **names, const __be32 **types, in is_php_dn() argument 330 *types = drc_types; in is_php_dn() 380 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_drc_add_slot() local [all …]
|
| /linux/kernel/bpf/preload/iterators/ |
| H A 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/arch/x86/events/intel/ |
| H A D | uncore.c | 981 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument 983 for (; *types; types++) in uncore_types_exit() 984 uncore_type_exit(*types); in uncore_types_exit() 1049 uncore_types_init(struct intel_uncore_type **types) in uncore_types_init() argument 1053 for (; *types; types++) { in uncore_types_init() 1054 ret = uncore_type_init(*types); in uncore_types_init() 1078 struct intel_uncore_type **types = uncore_pci_uncores; in uncore_pci_find_dev_pmu_from_types() local 1083 for (; *types; types++) { in uncore_pci_find_dev_pmu_from_types() 1084 type = *types; in uncore_pci_find_dev_pmu_from_types() 1359 struct intel_uncore_type **types = uncore_pci_uncores; in uncore_pci_pmus_register() local [all …]
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 38 types availability, eBPF helper functions availability, and more. 70 List items known to bpftool. These can be BPF program types 71 (**prog_types**), BPF map types (**map_types**), attach types 72 (**attach_types**), link types (**link_types**), or BPF helper functions 75 (for all object types) or from the BPF UAPI header (list of helpers). This 76 can be used in scripts to iterate over BPF types or helpers.
|
| H A D | bpftool-btf.rst | 50 its BTF types emitted. 53 with BTF types describing key and value. It's possible to select whether to 55 both key and value (**kv**), or all BTF types present in associated BTF 59 object with BTF types. 71 its dependent types. It cannot be used with any other types of filtering 73 It can be passed multiple times to dump multiple types. 195 The following commands print BTF types associated with specified map's key, 196 value, both key and value, and all BTF types, respectively. By default, both 197 key and value types will be printed.
|
| /linux/arch/arm/tools/ |
| H A D | Makefile | 19 kapi-hdrs-y += $(kapi)/mach-types.h 37 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc_raw.c | 24 __u32 types[15]; in test_bad_local_id() member 32 .type_len = sizeof(raw_btf.types), in test_bad_local_id() 34 offsetof(struct test_btf, types), in test_bad_local_id() 37 .types = { in test_bad_local_id()
|
| /linux/drivers/acpi/acpica/ |
| H A 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()
|
| H A 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/Documentation/devicetree/bindings/leds/ |
| H A D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
| /linux/arch/arm64/boot/dts/arm/ |
| H A D | juno-cs-r1r2.dtsi | 98 arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>; 100 arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>; 107 arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>; 114 arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
|
| /linux/arch/powerpc/include/asm/ |
| H A D | setup.h | 54 void do_rfi_flush_fixups(enum l1d_flush_type types); 60 void do_uaccess_flush_fixups(enum l1d_flush_type types); 61 void do_entry_flush_fixups(enum l1d_flush_type types);
|
| /linux/arch/csky/lib/ |
| H A D | string.c | 18 union types { union 33 union types d = { .as_u8 = dest }; in memcpy() 109 union types dest = { .as_u8 = s }; in memset()
|
| /linux/drivers/misc/cardreader/ |
| H A D | Kconfig | 9 Alcor Micro card readers support access to many types of memory cards, 21 Realtek card readers support access to many types of memory cards, 32 Realtek card reader supports access to many types of memory cards,
|
| /linux/arch/sh/tools/ |
| H A D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A 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/drivers/leds/ |
| H A 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/scripts/ |
| H A D | elf-parse.c | 55 static int elf_parse(const char *fname, void *addr, uint32_t types) in elf_parse() argument 88 if (!((1 << type) & types)) { in elf_parse() 177 void *elf_map(char const *fname, size_t *size, uint32_t types) in elf_map() argument 186 ret = elf_parse(fname, addr, types); in elf_map()
|
| /linux/Documentation/iio/ |
| H A 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/tools/testing/selftests/bpf/progs/ |
| H A D | syscall.c | 72 __u32 types[8]; in btf_load() member 79 .type_len = sizeof(raw_btf.types), in btf_load() 80 .str_off = offsetof(struct btf_blob, str) - offsetof(struct btf_blob, types), in btf_load() 83 .types = { in btf_load()
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A 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/mm/ |
| H A D | show_mem.c | 137 static const char types[MIGRATE_TYPES] = { in show_migration_types() local 155 *p++ = types[i]; in show_migration_types() 358 unsigned char types[NR_PAGE_ORDERS]; in show_free_areas() local 375 types[order] = 0; in show_free_areas() 378 types[order] |= 1 << type; in show_free_areas() 386 show_migration_types(types[order]); in show_free_areas()
|
| /linux/rust/kernel/ |
| H A D | seq_file.rs | 7 use crate::{bindings, c_str, fmt, str::CStrExt as _, types::NotThreadSafe, types::Opaque};
|