| /linux-4.4.14/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()
|
| D | notify.c | 31 nvkm_event_put(notify->event, notify->types, notify->index); in nvkm_notify_put_locked() 53 nvkm_event_get(notify->event, notify->types, notify->index); in nvkm_notify_get_locked()
|
| /linux-4.4.14/drivers/pci/hotplug/ |
| D | rpaphp_core.c | 174 const int *indexes, *names, *types, *domains; in get_children_props() local 178 types = of_get_property(dn, "ibm,drc-types", NULL); in get_children_props() 181 if (!indexes || !names || !types || !domains) { in get_children_props() 192 *drc_types = types; in get_children_props() 207 const int *types, *domains; in rpaphp_get_drc_props() local 218 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_get_drc_props() 224 type_tmp = (char *) &types[1]; in rpaphp_get_drc_props() 274 const int **names, const int **types, const int **power_domains) in is_php_dn() argument 286 *types = drc_types; in is_php_dn() 311 const int *indexes, *names, *types, *power_domains; in rpaphp_add_slot() local [all …]
|
| /linux-4.4.14/arch/arm/tools/ |
| D | Makefile | 7 include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| D | event.h | 30 void nvkm_event_get(struct nvkm_event *, u32 types, int index); 31 void nvkm_event_put(struct nvkm_event *, u32 types, int index); 32 void nvkm_event_send(struct nvkm_event *, u32 types, int index,
|
| D | notify.h | 18 u32 types; member
|
| /linux-4.4.14/Documentation/devicetree/bindings/leds/ |
| D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
| /linux-4.4.14/arch/sh/tools/ |
| D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
| /linux-4.4.14/tools/vm/ |
| D | Makefile | 3 TARGETS=page-types slabinfo page_owner_sort 21 $(RM) page-types slabinfo page_owner_sort
|
| D | .gitignore | 2 page-types
|
| /linux-4.4.14/drivers/leds/ |
| D | leds-sunfire.c | 126 struct led_type *types) in sunfire_led_generic_probe() argument 145 lp->name = types[i].name; in sunfire_led_generic_probe() 147 lp->brightness_set = types[i].handler; in sunfire_led_generic_probe() 148 lp->default_trigger = types[i].default_trigger; in sunfire_led_generic_probe()
|
| /linux-4.4.14/drivers/acpi/acpica/ |
| D | utpredef.c | 377 u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types) in acpi_ut_get_resource_bit_width() argument 388 if (types & 1) { in acpi_ut_get_resource_bit_width() 394 types >>= 1; in acpi_ut_get_resource_bit_width()
|
| D | dbexec.c | 155 status = acpi_db_convert_to_object(info->types[i], in acpi_db_execute_method() 364 acpi_db_execute(char *name, char **args, acpi_object_type * types, u32 flags) in acpi_db_execute() argument 408 acpi_gbl_db_method_info.types = types; in acpi_db_execute() 539 local_info.types = local_info.arg_types; in acpi_db_method_thread() 707 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_threads()
|
| D | dbnames.c | 528 info->types[node->type]++; in acpi_db_walk_for_object_counts() 613 acpi_os_printf("%8u %s\n", object_info->types[i], in acpi_db_display_objects() 616 total_objects += object_info->types[i]; in acpi_db_display_objects()
|
| D | acdebug.h | 209 acpi_db_execute(char *name, char **args, acpi_object_type * types, u32 flags);
|
| D | aclocal.h | 1116 acpi_object_type *types; member 1145 u32 types[ACPI_TOTAL_TYPES]; member
|
| /linux-4.4.14/sound/firewire/bebob/ |
| D | bebob_terratec.c | 66 .types = phase88_rack_clk_src_types, 78 .types = phase24_series_clk_src_types,
|
| D | bebob_focusrite.c | 187 if (bebob->spec->clock->types == saffirepro_10_clk_src_types) in saffirepro_both_clk_src_get() 270 .types = saffirepro_26_clk_src_types, 281 .types = saffirepro_10_clk_src_types, 296 .types = saffire_both_clk_src_types,
|
| D | bebob_yamaha.c | 51 .types = clk_src_types,
|
| D | bebob.h | 60 enum snd_bebob_clock_type *types; member
|
| /linux-4.4.14/net/ipv6/netfilter/ |
| D | ip6t_mh.c | 61 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type, in mh_mt6()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_irq.c | 304 atomic_t *types; in amdgpu_irq_add_id() local 306 types = kcalloc(source->num_types, sizeof(atomic_t), in amdgpu_irq_add_id() 308 if (!types) in amdgpu_irq_add_id() 311 source->enabled_types = types; in amdgpu_irq_add_id()
|
| /linux-4.4.14/arch/mips/fw/arc/ |
| D | tree.c | 74 static char *types[] = { variable 97 p, classes[p->class], types[p->type], in dump_component()
|
| /linux-4.4.14/tools/perf/Documentation/ |
| D | perf-list.txt | 6 perf-list - List all symbolic event types 15 This command displays the symbolic event types which can be selected in the 49 The precise modifier works with event types 0x76 (cpu-cycles, CPU 131 One or more types can be used at the same time, listing the events for the 132 types specified.
|
| /linux-4.4.14/Documentation/ |
| D | dontdiff | 163 mach-types 164 mach-types.h 187 page-types
|
| D | zorro.txt | 14 There are two types of Zorro busses, Zorro II and Zorro III: 39 supports different types of boards, you can use a construct like:
|
| D | CodingStyle | 258 notation) is brain damaged - the compiler knows the types anyway and can 300 (b) Clear integer types, where the abstraction _helps_ avoid confusion 318 (d) New types which are identical to standard C99 types, in certain 322 brain to become accustomed to the standard types like 'uint32_t', 325 Therefore, the Linux-specific 'u8/u16/u32/u64' types and their 326 signed equivalents which are identical to standard types are 331 of types, you should conform to the existing choices in that code. 336 require C99 types and cannot use the 'u32' form above. Thus, we 337 use __u32 and similar types in all structures which are shared 384 In function prototypes, include parameter names with their data types. [all …]
|
| D | printk-formats.txt | 32 the following extended format specifiers for pointer types: 78 Physical addresses types phys_addr_t: 86 DMA addresses types dma_addr_t:
|
| D | unaligned-memory-access.txt | 24 dealing with types such as u16, u32 and u64. 93 Therefore, for standard structure types you can always rely on the compiler 187 1. Casting variables to types of different lengths
|
| /linux-4.4.14/drivers/mtd/ |
| D | mtdpart.c | 753 int parse_mtd_partitions(struct mtd_info *master, const char *const *types, in parse_mtd_partitions() argument 760 if (!types) in parse_mtd_partitions() 761 types = default_mtd_part_types; in parse_mtd_partitions() 763 for ( ; *types; types++) { in parse_mtd_partitions() 764 pr_debug("%s: parsing partitions %s\n", master->name, *types); in parse_mtd_partitions() 765 parser = get_partition_parser(*types); in parse_mtd_partitions() 766 if (!parser && !request_module("%s", *types)) in parse_mtd_partitions() 767 parser = get_partition_parser(*types); in parse_mtd_partitions()
|
| D | mtdcore.h | 13 int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
|
| /linux-4.4.14/drivers/scsi/ |
| D | ses.c | 482 int types = ses_dev->page1_num_types; in ses_enclosure_data_process() local 519 for (i = 0; i < types; i++, type_ptr += 4) { in ses_enclosure_data_process() 622 int i, types, len, components = 0; in ses_intf_add() local 661 types = 0; in ses_intf_add() 671 types += type_ptr[2]; in ses_intf_add() 676 ses_dev->page1_num_types = types; in ses_intf_add() 678 for (i = 0; i < types && type_ptr < buf + len; i++, type_ptr += 4) { in ses_intf_add()
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-bus-css | 6 This attribute is present for all subchannel types. 14 subchannel types.
|
| D | sysfs-firmware-memmap | 42 valid types. 52 Currently following types exist:
|
| D | sysfs-firmware-dmi-entries | 28 to handle these duplicate entry types, each entry is 80 Some entry types may have other information available in 81 sysfs. Not all types are specialized.
|
| D | sysfs-bus-bcma | 14 There are a few types of BCMA cores, they can be identified by
|
| D | sysfs-devices-online | 6 devices whose bus types provide .online() and .offline()
|
| D | sysfs-bus-iio-adc-hi8435 | 9 and 24..31 has common sensor types.
|
| /linux-4.4.14/Documentation/vm/ |
| D | .gitignore | 1 page-types
|
| D | hwpoison.txt | 145 page-types -p `pidof init` --hwpoison # shall do nothing 146 page-types -p `pidof usemem` --hwpoison # poison its pages 181 - Not all page types are supported and never will. Most kernel internal
|
| D | numa | 19 point-to-point link are common types of NUMA system interconnects. Both of 20 these types of interconnects can be aggregated to create NUMA platforms with 77 Because some nodes contain multiple zones containing different types of 82 a default zonelist order based on the sizes of the various zone types relative
|
| D | idle_page_tracking.txt | 29 page types (e.g. SLAB pages) an attempt to mark a page idle is silently ignored, 52 one wants to ignore certain types of pages, e.g. mlocked pages since they
|
| /linux-4.4.14/Documentation/usb/ |
| D | ohci.txt | 23 The "ohci-hcd" driver handles all USB 1.1 transfer types. Transfers of all 24 types can be queued. That was also true in "usb-ohci", except for interrupt
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
| D | composite.txt | 6 register-mapped composite clock with multiple different sub-types; 18 "ti,*composite*-clock" types.
|
| D | dpll.txt | 11 sub-types, which effectively result in slightly different setup 45 ti,am3-* dpll types do not have autoidle register
|
| /linux-4.4.14/include/uapi/linux/netfilter_ipv6/ |
| D | ip6t_mh.h | 8 __u8 types[2]; /* MH type range */ member
|
| /linux-4.4.14/include/uapi/linux/iio/ |
| D | Kbuild | 3 header-y += types.h
|
| /linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
| D | main.c | 1808 .types = BIT(NL80211_IFTYPE_STATION), 1812 .types = BIT(NL80211_IFTYPE_AP) | 1818 .types = BIT(NL80211_IFTYPE_P2P_DEVICE), 1825 .types = BIT(NL80211_IFTYPE_AP), 1829 .types = BIT(NL80211_IFTYPE_P2P_DEVICE), 1836 .types = BIT(NL80211_IFTYPE_STATION), 1840 .types = BIT(NL80211_IFTYPE_AP), 1844 .types = BIT(NL80211_IFTYPE_P2P_CLIENT), 1848 .types = BIT(NL80211_IFTYPE_P2P_DEVICE), 1855 .types = BIT(NL80211_IFTYPE_STATION), [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
| D | ti-omap.txt | 4 an interface for MMC, SD, and SDIO types of memory cards. 31 an interface for MMC, SD, and SDIO types of memory cards.
|
| D | mxs-mmc.txt | 4 to support MMC, SD, and SDIO types of memory cards.
|
| D | davinci_mmc.txt | 4 provides an interface for MMC, SD and SDIO types of memory cards.
|
| D | sunxi-mmc.txt | 4 for MMC, SD and SDIO types of memory cards.
|
| D | nvidia,tegra20-sdhci.txt | 4 and SDIO types of memory cards.
|
| D | mtk-sd.txt | 4 to support MMC, SD, and SDIO types of memory cards.
|
| D | fsl-esdhc.txt | 4 for MMC, SD, and SDIO types of memory cards.
|
| D | atmel-hsmci.txt | 4 types of memory cards.
|
| D | fsl-imx-esdhc.txt | 4 provides an interface for MMC, SD, and SDIO types of memory cards.
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
| D | mxms.c | 96 mxms_foreach(struct nvkm_mxm *mxm, u8 types, in mxms_foreach() argument 169 if (types & (1 << type)) { in mxms_foreach()
|
| /linux-4.4.14/include/trace/ |
| D | syscall.h | 28 const char **types; member
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_info.c | 83 const char *types[] = { "FB", "REG", "SHM", "AGP", "SG", "PCI" }; in drm_vm_info() local 97 type = types[map->type]; in drm_vm_info()
|
| /linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
| D | generic.c | 380 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 384 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 386 update_fixed_last(base, base + step, *types); in print_fixed() 389 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed() 395 update_fixed_last(base, base + step, *types); in print_fixed()
|
| /linux-4.4.14/net/wireless/ |
| D | core.c | 510 u16 types = c->limits[j].types; in wiphy_verify_combinations() local 513 if (WARN_ON(types & all_iftypes)) in wiphy_verify_combinations() 515 all_iftypes |= types; in wiphy_verify_combinations() 521 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations() 525 if (WARN_ON(types & BIT(NL80211_IFTYPE_P2P_DEVICE) && in wiphy_verify_combinations() 534 if (WARN_ON((wiphy->interface_modes & types) != types)) in wiphy_verify_combinations()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
| D | init.c | 724 { .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) }, 725 { .max = 8, .types = 730 { .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) | 735 { .max = 2048, .types = BIT(NL80211_IFTYPE_WDS) }, 741 { .max = 2, .types = BIT(NL80211_IFTYPE_STATION) | 745 { .max = 1, .types = BIT(NL80211_IFTYPE_ADHOC) }, 746 { .max = 1, .types = BIT(NL80211_IFTYPE_P2P_DEVICE) }, 762 { .max = 1, .types = BIT(NL80211_IFTYPE_AP) |
|
| /linux-4.4.14/Documentation/input/ |
| D | event-codes.txt | 1 The input protocol uses a map of types and codes to express input device values 2 to userspace. This document describes the types and codes and how and when they 20 Event types: 22 Event types are groupings of codes under a logical input construct. Each 43 - Used to describe miscellaneous input data that do not fit into other types. 101 BTN_<name> is used for other types of momentary switch events. 237 i.e., the event types. In the case of two devices emitting the same event 238 types, additional information can be provided in the form of device 257 traditional way, using emitted event types.
|
| D | input-programming.txt | 169 1.3 Basic event types 182 In addition to EV_KEY, there are two more basic event types: EV_REL and 277 1.9 Other event types, handling output events 280 The other event types up to now are:
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | changf119.c | 36 gf119_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) in gf119_disp_chan_uevent_init() argument
|
| D | channv50.c | 112 nv50_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) in nv50_disp_chan_uevent_init() argument 141 notify->types = 1; in nv50_disp_chan_uevent_ctor()
|
| D | base.c | 66 notify->types = 1; in nvkm_disp_vblank_ctor() 106 notify->types = req->v0.mask; in nvkm_disp_hpd_ctor()
|
| /linux-4.4.14/fs/befs/ |
| D | TODO | 12 * See if we really need separate types for on-disk and in-memory
|
| /linux-4.4.14/security/selinux/ss/ |
| D | policydb.h | 84 struct ebitmap types; /* set of authorized types for role */ member 162 struct ebitmap types; member
|
| D | policydb.c | 635 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy() 693 ebitmap_destroy(&role->types); in role_destroy() 967 if (!ebitmap_get_bit(&role->types, c->type - 1)) in policydb_context_isvalid() 1193 ebitmap_init(&t->types); in type_set_init() 1202 if (ebitmap_read(&t->types, fp)) in type_set_read() 1439 rc = ebitmap_read(&role->types, fp); in role_read() 1733 ebitmap_for_each_positive_bit(&role->types, node, bit) { in role_bounds_sanity_check() 1734 if (ebitmap_get_bit(&upper->types, bit)) in role_bounds_sanity_check() 2777 if (ebitmap_write(&t->types, fp)) in type_set_write() 2957 rc = ebitmap_write(&role->types, fp); in role_write()
|
| /linux-4.4.14/drivers/misc/ti-st/ |
| D | Kconfig | 15 packet types.
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | Kbuild | 21 generic-y += types.h
|
| /linux-4.4.14/Documentation/filesystems/nfs/ |
| D | pnfs.txt | 61 layout types: "files", "objects", "blocks", and "flexfiles". For each 62 of these types there is a layout-driver with a common function-vectors 64 different layout types.
|
| /linux-4.4.14/drivers/media/platform/ |
| D | mx2_emmaprp.c | 155 u32 types; member 162 .types = MEM2MEM_CAPTURE, 167 .types = MEM2MEM_OUTPUT, 418 if (formats[i].types & type) { in enum_fmt() 529 if (!fmt || !(fmt->types & MEM2MEM_CAPTURE)) { in vidioc_try_fmt_vid_cap() 546 if (!fmt || !(fmt->types & MEM2MEM_OUTPUT)) { in vidioc_try_fmt_vid_out()
|
| D | m2m-deinterlace.c | 47 u32 types; member 54 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, 59 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, 117 if ((fmt->types & f->type) && in find_format() 479 if (formats[i].types & type) { in enum_fmt() 578 if (!fmt || !(fmt->types & MEM2MEM_CAPTURE)) in vidioc_try_fmt_vid_cap() 597 if (!fmt || !(fmt->types & MEM2MEM_OUTPUT)) in vidioc_try_fmt_vid_out()
|
| D | vim2m.c | 86 u32 types; member 94 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, 100 .types = MEM2MEM_OUTPUT, 445 if (formats[i].types & type) { in enum_fmt() 545 if (!(fmt->types & MEM2MEM_CAPTURE)) { in vidioc_try_fmt_vid_cap() 567 if (!(fmt->types & MEM2MEM_OUTPUT)) { in vidioc_try_fmt_vid_out()
|
| /linux-4.4.14/arch/m32r/ |
| D | Kconfig.debug | 10 This results in a large slowdown, but helps to find certain types
|
| /linux-4.4.14/arch/xtensa/include/uapi/asm/ |
| D | Kbuild | 24 header-y += types.h
|
| /linux-4.4.14/arch/sh/include/uapi/asm/ |
| D | Kbuild | 22 header-y += types.h
|
| /linux-4.4.14/Documentation/sysctl/ |
| D | abi.txt | 8 This path is binary emulation relevant aka personality types aka abi.
|
| /linux-4.4.14/Documentation/virtual/kvm/devices/ |
| D | vfio.txt | 4 Device types supported:
|
| D | mpic.txt | 4 Device types supported:
|
| /linux-4.4.14/drivers/staging/rtl8723au/ |
| D | TODO | 5 - convert any remaining unusual variable types
|
| /linux-4.4.14/Documentation/devicetree/bindings/eeprom/ |
| D | eeprom.txt | 7 driver based on <type> is selected. Possible types are:
|
| /linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec2.txt | 33 - fsl,descriptor-types-mask : The bitmask representing what descriptors 69 fsl,descriptor-types-mask = <0x12b0ebf>;
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| D | base.c | 99 notify->types = 1; in nvkm_fifo_event_ctor() 136 notify->types = 1; in nvkm_fifo_uevent_ctor()
|
| /linux-4.4.14/Documentation/networking/ |
| D | ieee802154.txt | 42 Like with WiFi, there are several types of devices implementing IEEE 802.15.4. 45 2) 'SoftMAC' or just radio. These types of devices are just radio transceivers 49 Those types of devices require different approach to be hooked into Linux kernel.
|
| D | radiotap-headers.txt | 70 - The arguments for a given argument index can be a compound of multiple types 116 * for multibyte types... the pointer is not aligned. Use
|
| D | framerelay.txt | 27 to specify the types of boards to be configured as FRADs, as well as perform
|
| D | xfrm_sync.txt | 38 The netlink message types are: 119 4) Message types
|
| D | cops.txt | 6 that there are 2 main types of cards and all other cards are
|
| D | gen_stats.txt | 54 existing TLV types.
|
| /linux-4.4.14/arch/h8300/include/uapi/asm/ |
| D | Kbuild | 29 header-y += types.h
|
| /linux-4.4.14/Documentation/dmaengine/ |
| D | provider.txt | 144 Supported transaction types 147 The next thing you need is to set which transaction types your device 151 various types of transaction supported, and you need to modify this 153 transaction types you support as an argument. 158 Currently, the types available are: 203 - While in the mem2mem case we were having two distinct types to 227 These various types will also affect how the source and destination 243 implement, obviously depend on the transaction types you reported as
|
| /linux-4.4.14/arch/parisc/include/uapi/asm/ |
| D | Kbuild | 31 header-y += types.h
|
| /linux-4.4.14/arch/x86/ |
| D | Kconfig.cpu | 9 that can run on all supported x86 CPU types (albeit not 408 Intel CPU. Disabling this option on other types of CPUs 422 Cyrix CPU. Disabling this option on other types of CPUs 435 AMD CPU. Disabling this option on other types of CPUs 448 Centaur CPU. Disabling this option on other types of CPUs 462 Transmeta CPU. Disabling this option on other types of CPUs 476 UMC CPU. Disabling this option on other types of CPUs
|
| /linux-4.4.14/arch/x86/kernel/cpu/ |
| D | perf_event_intel_uncore.c | 778 static void __init uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument 781 for (i = 0; types[i]; i++) in uncore_types_exit() 782 uncore_type_exit(types[i]); in uncore_types_exit() 839 static int __init uncore_types_init(struct intel_uncore_type **types) in uncore_types_init() argument 843 for (i = 0; types[i]; i++) { in uncore_types_init() 844 ret = uncore_type_init(types[i]); in uncore_types_init() 851 uncore_type_exit(types[i]); in uncore_types_init()
|
| /linux-4.4.14/Documentation/sound/alsa/soc/ |
| D | dapm.txt | 51 Audio DAPM widgets fall into a number of types:- 79 Widgets can be added to the sound card by any of the component driver types. 294 5.1 Event types 297 The following event types are supported by event widgets. 299 /* dapm event types */
|
| /linux-4.4.14/arch/mn10300/include/uapi/asm/ |
| D | Kbuild | 33 header-y += types.h
|
| /linux-4.4.14/arch/score/include/uapi/asm/ |
| D | Kbuild | 33 header-y += types.h
|
| /linux-4.4.14/arch/m32r/include/uapi/asm/ |
| D | Kbuild | 32 header-y += types.h
|
| /linux-4.4.14/drivers/staging/rtl8188eu/ |
| D | TODO | 5 - convert any remaining unusual variable types
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | scpi-hwmon | 16 Processor Interface (SCPI). The following sensor types are supported
|
| D | w83793 | 47 * Temperature sensor types 48 Temp1-4 have 2 possible types. It can be read from (and written to)
|
| D | asb100 | 69 * Experiment with temp. sensor types.
|
| /linux-4.4.14/Documentation/trace/ |
| D | uprobetracer.txt | 41 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types 50 Several types are supported for fetch-args. Uprobe tracer will access memory 51 by given type. Prefix 's' and 'u' means those types are signed and unsigned
|
| D | kprobetrace.txt | 45 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types 54 Several types are supported for fetch-args. Kprobe tracer will access memory 55 by given type. Prefix 's' and 'u' means those types are signed and unsigned
|
| /linux-4.4.14/arch/microblaze/include/uapi/asm/ |
| D | Kbuild | 4 generic-y += types.h
|
| /linux-4.4.14/arch/avr32/include/uapi/asm/ |
| D | Kbuild | 22 header-y += types.h
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
| D | chan.c | 60 notify->types = 1; in nvkm_sw_chan_event_ctor()
|
| /linux-4.4.14/drivers/w1/ |
| D | Kconfig | 22 There are three types of messages between w1 core and userspace:
|
| /linux-4.4.14/arch/frv/include/uapi/asm/ |
| D | Kbuild | 34 header-y += types.h
|
| /linux-4.4.14/Documentation/netlabel/ |
| D | draft-ietf-cipso-ipsecurity-01.txt | 152 octet boundary. The tag types defined in this document contain alignment 156 CIPSO tag types 0 through 127 are reserved for defining standard tag 157 formats. Their definitions will be published in RFCs. Tag types whose 160 types, implementations will require the DOI identifier as well as the tag 162 tag. Use of tag types above 127 are restricted to closed networks where 165 requires only tag types 1 to 127. 167 Tag type 0 is reserved. Tag types 1, 2, and 5 are defined in this 179 In the three tag types described in this document, the length and count 188 Tag classes consist of tag types that have common processing requirements 610 5.1.1 Unrecognized tag types [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/arm/exynos/ |
| D | smp-sysram.txt | 9 declaration. These nodes are of two types depending upon secure or
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | w1.xml.db | 16 API-enum-w1-netlink-message-types
|
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | Kbuild | 34 header-y += types.h
|
| D | Kbuild.asm | 39 header-y += types.h
|
| /linux-4.4.14/Documentation/powerpc/ |
| D | bootwrapper.txt | 11 Makefile in that directory has targets for all the available image types. 12 The different image types are used to support all of the various firmware 101 Image types which embed a device tree blob (simpleImage, dtbImage, treeImage, 128 The wrapper is adapted for different image types at link time by linking in
|
| /linux-4.4.14/fs/ext2/ |
| D | dir.c | 294 unsigned char *types = NULL; in ext2_readdir() local 301 types = ext2_filetype_table; in ext2_readdir() 336 if (types && de->file_type < EXT2_FT_MAX) in ext2_readdir() 337 d_type = types[de->file_type]; in ext2_readdir()
|
| /linux-4.4.14/drivers/media/platform/ti-vpe/ |
| D | vpe.c | 231 u8 types; /* CAPTURE and/or OUTPUT */ member 241 .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, 250 .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, 259 .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, 267 .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, 275 .types = VPE_FMT_TYPE_CAPTURE, 283 .types = VPE_FMT_TYPE_CAPTURE, 291 .types = VPE_FMT_TYPE_CAPTURE, 299 .types = VPE_FMT_TYPE_CAPTURE, 1362 if (vpe_formats[i].types & type) { in __enum_fmt() [all …]
|
| /linux-4.4.14/drivers/usb/gadget/function/ |
| D | u_fs.h | 203 u8 types[4]; member
|
| /linux-4.4.14/arch/mips/include/uapi/asm/ |
| D | Kbuild | 40 header-y += types.h
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | Kbuild | 42 generic-y += types.h
|
| /linux-4.4.14/mm/ |
| D | Kconfig.debug | 19 This results in a large slowdown, but helps to find certain types
|
| /linux-4.4.14/drivers/powercap/ |
| D | Kconfig | 10 of multiple control types that determine which settings may be exposed and
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | Kbuild | 35 generic-y += types.h
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | sysfs.txt | 63 Mixing types, expressing multiple lines of data, and doing fancy 138 and struct attribute pointers to the appropriate pointer types, and 169 specified when declaring the attribute. The method types should be as 277 bus/ contains flat directory layout of the various bus types in the 288 span multiple bus types).
|
| D | adfs.txt | 65 RISC OS file types are stored in bits 19..8 of the file load address.
|
| /linux-4.4.14/scripts/ |
| D | asn1_compiler.c | 752 struct type *types; in build_type_list() local 767 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list() 779 types[t].flags |= TYPE_BEGIN; in build_type_list() 783 types[t].name = &token_list[n]; in build_type_list() 784 type_index[t] = &types[t]; in build_type_list() 788 types[t].name = &token_list[n + 1]; in build_type_list() 789 types[t].flags |= TYPE_STOP_MARKER; in build_type_list()
|
| D | .docproc.cmd | 14 /usr/include/i386-linux-gnu/bits/types.h \ 32 /usr/include/i386-linux-gnu/sys/types.h \
|
| /linux-4.4.14/drivers/media/tuners/ |
| D | Makefile | 10 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o
|
| /linux-4.4.14/arch/cris/include/uapi/asm/ |
| D | Kbuild | 43 header-y += types.h
|
| /linux-4.4.14/arch/unicore32/mm/ |
| D | Kconfig | 3 # Select CPU types depending on the architecture selected. This selects
|
| /linux-4.4.14/arch/alpha/include/uapi/asm/ |
| D | Kbuild | 42 header-y += types.h
|
| /linux-4.4.14/scripts/kconfig/ |
| D | .conf.o.cmd | 21 /usr/include/i386-linux-gnu/bits/types.h \ 39 /usr/include/i386-linux-gnu/sys/types.h \
|
| D | .zconf.tab.o.cmd | 13 /usr/include/i386-linux-gnu/bits/types.h \ 33 /usr/include/i386-linux-gnu/sys/types.h \
|
| /linux-4.4.14/Documentation/x86/ |
| D | pat.txt | 6 for setting of memory types over physical address ranges. However, PAT is 13 PAT allows for different types of memory attributes. The most commonly used 163 types.
|
| /linux-4.4.14/drivers/gpu/drm/exynos/ |
| D | exynos_drm_g2d.c | 183 unsigned int types[MAX_REG_TYPE_NR]; member 708 if (buf_info->types[reg_type] == BUF_TYPE_GEM) { in g2d_map_cmdlist_gem() 785 if (buf_info->types[reg_type] == BUF_TYPE_GEM) in g2d_unmap_cmdlist_gem() 794 buf_info->types[reg_type] = 0; in g2d_unmap_cmdlist_gem() 969 buf_info->types[reg_type] = BUF_TYPE_USERPTR; in g2d_check_reg_offset() 972 buf_info->types[reg_type] = BUF_TYPE_GEM; in g2d_check_reg_offset()
|
| /linux-4.4.14/arch/powerpc/include/uapi/asm/ |
| D | Kbuild | 45 header-y += types.h
|
| /linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
| D | nokia,smia.txt | 5 of that. These definitions are valid for both types of sensors.
|
| /linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
| D | Kconfig | 48 # processor types or platforms
|
| /linux-4.4.14/arch/cris/include/asm/ |
| D | Kbuild | 44 generic-y += types.h
|
| /linux-4.4.14/arch/ia64/include/uapi/asm/ |
| D | Kbuild | 46 header-y += types.h
|
| /linux-4.4.14/Documentation/acpi/apei/ |
| D | einj.txt | 38 This file shows which error types are supported: 56 the available error types. 60 Set the value of the error type being injected. Possible error types
|
| /linux-4.4.14/Documentation/w1/ |
| D | w1.netlink | 4 Message types. 7 There are three types of messages between w1 core and userspace: 66 being zero and filled type (one of event types) and id:
|
| /linux-4.4.14/Documentation/scsi/ |
| D | scsi-changer.txt | 29 4 different types of changer elements: 144 are some vendor-specific element types. Grundig for example 153 values, this way you can configure the element types 5-8.
|
| /linux-4.4.14/Documentation/zh_CN/arm/ |
| D | Booting | 83 (详见 linux/arch/arm/tools/mach-types )。
|
| /linux-4.4.14/arch/arc/include/asm/ |
| D | Kbuild | 47 generic-y += types.h
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | review-checklist.txt | 30 (all variables and sizes naturally aligned on 64-bit; use specific types
|
| /linux-4.4.14/arch/blackfin/include/asm/ |
| D | Kbuild | 45 generic-y += types.h
|
| /linux-4.4.14/arch/s390/include/uapi/asm/ |
| D | Kbuild | 47 header-y += types.h
|
| /linux-4.4.14/drivers/staging/fsl-mc/ |
| D | README.txt | 87 types of DPAA2 objects. In the example diagram below there 88 are 8 objects of 5 types (DPMCP, DPIO, DPBP, DPNI, and DPMAC) 258 types of DPAA2 objects. It is functionally similar to a plug-and-play 329 The allocator driver registers for these allocatable object types
|
| /linux-4.4.14/Documentation/devicetree/bindings/power_supply/ab8500/ |
| D | fg.txt | 52 allowed types are:
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | Kbuild | 54 generic-y += types.h
|
| /linux-4.4.14/drivers/ata/ |
| D | pata_it821x.c | 611 static const char *types[5] = { in it821x_display_disk() local 637 n, mbuf, types[buf[52]], id, cbl); in it821x_display_disk() 640 n, mbuf, types[buf[52]], buf[53], id, cbl); in it821x_display_disk()
|
| /linux-4.4.14/arch/hexagon/include/asm/ |
| D | Kbuild | 57 generic-y += types.h
|
| /linux-4.4.14/arch/metag/include/asm/ |
| D | Kbuild | 52 generic-y += types.h
|
| /linux-4.4.14/Documentation/xtensa/ |
| D | atomctl.txt | 11 The Core comes up with a default value of for the three types of cache ops:
|
| /linux-4.4.14/Documentation/i2c/busses/ |
| D | i2c-taos-evm | 35 Only 4 SMBus transaction types are supported by the TAOS evaluation
|
| /linux-4.4.14/scripts/basic/ |
| D | .fixdep.cmd | 12 /usr/include/i386-linux-gnu/sys/types.h \ 18 /usr/include/i386-linux-gnu/bits/types.h \
|
| /linux-4.4.14/arch/powerpc/boot/dts/ |
| D | asp834x-redboot.dts | 160 /* phy type (ULPI or SERIAL) are only types supported for MPH */ 287 descriptor-types-mask = <0x01010ebf>;
|
| D | sbc8349.dts | 137 /* phy type (ULPI or SERIAL) are only types supported for MPH */ 248 fsl,descriptor-types-mask = <0x01010ebf>;
|
| D | mpc834x_mds.dts | 146 /* phy type (ULPI or SERIAL) are only types supported for MPH */ 268 fsl,descriptor-types-mask = <0x01010ebf>;
|
| /linux-4.4.14/arch/c6x/include/asm/ |
| D | Kbuild | 58 generic-y += types.h
|
| /linux-4.4.14/arch/x86/include/uapi/asm/ |
| D | Kbuild | 60 header-y += types.h
|
| /linux-4.4.14/drivers/iio/ |
| D | Kconfig | 10 drivers for many different types of embedded sensors using a
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | alphascale,acc.txt | 18 This binding contains two types of clock providers:
|
| /linux-4.4.14/arch/unicore32/include/asm/ |
| D | Kbuild | 60 generic-y += types.h
|
| /linux-4.4.14/arch/nios2/include/asm/ |
| D | Kbuild | 60 generic-y += types.h
|
| /linux-4.4.14/Documentation/devicetree/bindings/net/ |
| D | fsl-tsec-phy.txt | 57 "rgmii-id", as all other connection types are detected by hardware. 63 certain packet types (user) defined by filer rules to wake up the system.
|
| /linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
| D | pq3-sec3.1-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
| D | pq3-sec3.3-0.dtsi | 44 fsl,descriptor-types-mask = <0x3a30abf>;
|
| D | pq3-sec3.0-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
| D | pq3-sec2.1-0.dtsi | 42 fsl,descriptor-types-mask = <0x12b0ebf>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/fsl/ |
| D | ifc.txt | 19 that interrupt reports both types of event.
|
| /linux-4.4.14/Documentation/devicetree/bindings/dma/ |
| D | fsl-imx-sdma.txt | 23 The full ID of peripheral types can be found below.
|
| /linux-4.4.14/Documentation/devicetree/bindings/ |
| D | common-properties.txt | 5 different machine types. This document attempts to provide a consistent
|
| /linux-4.4.14/Documentation/devicetree/bindings/display/imx/ |
| D | fsl-imx-drm.txt | 63 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
|
| /linux-4.4.14/Documentation/i2c/ |
| D | summary | 7 types of devices with infrequent or low bandwidth communications needs.
|
| D | i2c-stub | 6 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w)
|
| /linux-4.4.14/arch/openrisc/include/asm/ |
| D | Kbuild | 68 generic-y += types.h
|
| /linux-4.4.14/drivers/acpi/ |
| D | resource.c | 597 unsigned long types) in acpi_dev_filter_resource_type() argument 638 return (type & types) ? 0 : 1; in acpi_dev_filter_resource_type()
|
| /linux-4.4.14/Documentation/security/ |
| D | keys-trusted-encrypted.txt | 3 Trusted and Encrypted Keys are two new key types added to the existing kernel 4 key ring service. Both of these new types are variable length symmetric keys,
|
| /linux-4.4.14/Documentation/blockdev/ |
| D | floppy.txt | 145 non-standard CMOS types. The CMOS types are: 156 (Note: there are two valid types for ED drives. This is because 5 was
|
| /linux-4.4.14/arch/h8300/include/asm/ |
| D | Kbuild | 71 generic-y += types.h
|
| /linux-4.4.14/drivers/isdn/hardware/mISDN/ |
| D | Kconfig | 20 chip. There are three types of chips that are quite similar,
|
| /linux-4.4.14/drivers/net/wireless/rt2x00/ |
| D | Kconfig | 15 on the types of drivers being selected, these libraries will be 261 most important register types of the rt2x00 hardware.
|
| /linux-4.4.14/Documentation/hid/ |
| D | hidraw.txt | 24 and Bluetooth. In the future, as new hardware bus types are developed which 26 new bus types.
|
| /linux-4.4.14/Documentation/video4linux/cx2341x/ |
| D | README.vbi | 38 Here is the list of possible data types:
|
| /linux-4.4.14/Documentation/ABI/stable/ |
| D | sysfs-firmware-opal-elog | 47 In the future there may be additional types.
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
| D | base.c | 132 notify->types = req->mask; in nvkm_gpio_intr_ctor()
|
| /linux-4.4.14/drivers/hwtracing/intel_th/ |
| D | Kconfig | 6 software sources over several types of trace output ports encoded
|
| /linux-4.4.14/drivers/sbus/char/ |
| D | Kconfig | 44 CPU configuration, DIMM types, etc.). The second I2C controller
|
| /linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
| D | brcm,bcm11351-pinctrl.txt | 48 Each pin controlled by this pin controller belong to one of three types: 50 properties. A list of pins and their types is provided below. 192 The following are valid pin names and their pin types:
|
| D | lantiq,pinctrl-falcon.txt | 27 We support 2 types of nodes.
|
| /linux-4.4.14/Documentation/arm/ |
| D | Interrupts | 17 Unfortunately, this means that machine types that touch the irq_desc[] 18 array (basically all machine types) will break, and this means every
|
| /linux-4.4.14/tools/perf/ |
| D | design.txt | 6 CPUs. These registers count the number of certain types of hw events: such 95 * Generalized performance counter event types, used by the hw_event.event_id 111 These are standardized types of events that work relatively uniformly 456 - support for atomic64 types (and associated helper functions)
|
| /linux-4.4.14/Documentation/devicetree/bindings/edac/ |
| D | apm-xgene-edac.txt | 4 The follow error types are supported:
|
| /linux-4.4.14/kernel/time/ |
| D | timeconst.bc | 50 print "#include <linux/types.h>\n\n"
|