/linux-4.1.27/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.1.27/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.1.27/arch/arm/tools/ |
D | Makefile | 7 include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
|
/linux-4.1.27/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.1.27/arch/sh/tools/ |
D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
/linux-4.1.27/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.1.27/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.1.27/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 | acdebug.h | 208 acpi_db_execute(char *name, char **args, acpi_object_type * types, u32 flags);
|
/linux-4.1.27/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.1.27/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.1.27/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 48 The precise modifier works with event types 0x76 (cpu-cycles, CPU 128 One or more types can be used at the same time, listing the events for the 129 types specified.
|
D | perf-script.txt | 129 i.e., the specified fields apply to all event types if the type string 168 Finally, a user may not set fields to none for all event types.
|
/linux-4.1.27/Documentation/ |
D | dontdiff | 163 mach-types 164 mach-types.h 188 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 | 28 the following extended format specifiers for pointer types: 74 Physical addresses types phys_addr_t: 82 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
|
D | remoteproc.txt | 23 Registration of other types of virtio devices is now also possible. Firmwares 249 Here are the various resource types that are currently supported: 252 * enum fw_resource_type - types of resource entries
|
/linux-4.1.27/drivers/scsi/ |
D | ses.c | 464 int types = ses_dev->page1_num_types; in ses_enclosure_data_process() local 501 for (i = 0; i < types; i++, type_ptr += 4) { in ses_enclosure_data_process() 596 int i, types, len, components = 0; in ses_intf_add() local 635 types = 0; in ses_intf_add() 645 types += type_ptr[2]; in ses_intf_add() 650 ses_dev->page1_num_types = types; in ses_intf_add() 652 for (i = 0; i < types && type_ptr < buf + len; i++, type_ptr += 4) { in ses_intf_add()
|
/linux-4.1.27/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 | 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()
|
/linux-4.1.27/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
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_mh.h | 8 __u8 types[2]; /* MH type range */ member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/include/uapi/linux/iio/ |
D | Kbuild | 3 header-y += types.h
|
/linux-4.1.27/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 | fsl-esdhc.txt | 4 for MMC, SD, and SDIO types of memory cards.
|
D | fsl-imx-esdhc.txt | 4 provides an interface for MMC, SD, and SDIO types of memory cards.
|
D | atmel-hsmci.txt | 4 types of memory cards.
|
/linux-4.1.27/drivers/mtd/ |
D | mtdpart.c | 751 int parse_mtd_partitions(struct mtd_info *master, const char *const *types, in parse_mtd_partitions() argument 758 if (!types) in parse_mtd_partitions() 759 types = default_mtd_part_types; in parse_mtd_partitions() 761 for ( ; ret <= 0 && *types; types++) { in parse_mtd_partitions() 762 parser = get_partition_parser(*types); in parse_mtd_partitions() 763 if (!parser && !request_module("%s", *types)) in parse_mtd_partitions() 764 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.1.27/include/trace/ |
D | syscall.h | 28 const char **types; member
|
/linux-4.1.27/net/wireless/ |
D | core.c | 503 u16 types = c->limits[j].types; in wiphy_verify_combinations() local 506 if (WARN_ON(types & all_iftypes)) in wiphy_verify_combinations() 508 all_iftypes |= types; in wiphy_verify_combinations() 514 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations() 518 if (WARN_ON(types & BIT(NL80211_IFTYPE_P2P_DEVICE) && in wiphy_verify_combinations() 527 if (WARN_ON((wiphy->interface_modes & types) != types)) in wiphy_verify_combinations()
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 319 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 323 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 325 update_fixed_last(base, base + step, *types); in print_fixed() 328 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed() 334 update_fixed_last(base, base + step, *types); in print_fixed()
|
/linux-4.1.27/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.1.27/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.1.27/fs/befs/ |
D | TODO | 12 * See if we really need separate types for on-disk and in-memory
|
/linux-4.1.27/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 | 630 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy() 688 ebitmap_destroy(&role->types); in role_destroy() 962 if (!ebitmap_get_bit(&role->types, c->type - 1)) in policydb_context_isvalid() 1188 ebitmap_init(&t->types); in type_set_init() 1197 if (ebitmap_read(&t->types, fp)) in type_set_read() 1434 rc = ebitmap_read(&role->types, fp); in role_read() 1728 ebitmap_for_each_positive_bit(&role->types, node, bit) { in role_bounds_sanity_check() 1729 if (ebitmap_get_bit(&upper->types, bit)) in role_bounds_sanity_check() 2772 if (ebitmap_write(&t->types, fp)) in type_set_write() 2952 rc = ebitmap_write(&role->types, fp); in role_write()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | base.c | 50 notify->types = 1; in nvkm_disp_vblank_ctor() 83 notify->types = req->v0.mask; in nvkm_disp_hpd_ctor()
|
/linux-4.1.27/drivers/misc/ti-st/ |
D | Kconfig | 15 packet types.
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | Kbuild | 21 generic-y += types.h
|
/linux-4.1.27/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.1.27/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) }, 761 { .max = 1, .types = BIT(NL80211_IFTYPE_AP) |
|
/linux-4.1.27/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() 478 if (formats[i].types & type) { in enum_fmt() 577 if (!fmt || !(fmt->types & MEM2MEM_CAPTURE)) in vidioc_try_fmt_vid_cap() 596 if (!fmt || !(fmt->types & MEM2MEM_OUTPUT)) in vidioc_try_fmt_vid_out()
|
D | vim2m.c | 87 u32 types; member 96 .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, 103 .types = MEM2MEM_OUTPUT, 448 if (formats[i].types & type) { in enum_fmt() 549 if (!(fmt->types & MEM2MEM_CAPTURE)) { in vidioc_try_fmt_vid_cap() 571 if (!(fmt->types & MEM2MEM_OUTPUT)) { in vidioc_try_fmt_vid_out()
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | Kbuild | 22 header-y += types.h
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | Kbuild | 24 header-y += types.h
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig.debug | 10 This results in a large slowdown, but helps to find certain types
|
/linux-4.1.27/Documentation/sysctl/ |
D | abi.txt | 8 This path is binary emulation relevant aka personality types aka abi.
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 5 - convert any remaining unusual variable types
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | eeprom.txt | 7 driver based on <type> is selected. Possible types are:
|
D | common-properties.txt | 5 different machine types. This document attempts to provide a consistent
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 4 Device types supported:
|
D | mpic.txt | 4 Device types supported:
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 31 - fsl,descriptor-types-mask : The bitmask representing what descriptors 67 fsl,descriptor-types-mask = <0x12b0ebf>;
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 725 static void __init uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument 728 for (i = 0; types[i]; i++) in uncore_types_exit() 729 uncore_type_exit(types[i]); in uncore_types_exit() 786 static int __init uncore_types_init(struct intel_uncore_type **types) in uncore_types_init() argument 790 for (i = 0; types[i]; i++) { in uncore_types_init() 791 ret = uncore_type_init(types[i]); in uncore_types_init() 798 uncore_type_exit(types[i]); in uncore_types_init()
|
/linux-4.1.27/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 125 types.
|
/linux-4.1.27/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.1.27/arch/parisc/include/uapi/asm/ |
D | Kbuild | 31 header-y += types.h
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | base.c | 42 notify->types = 1; in nvkm_fifo_event_ctor() 184 notify->types = 1; in nvkm_fifo_uevent_ctor()
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.cpu | 13 that can run on all supported x86 CPU types (albeit not 398 Intel CPU. Disabling this option on other types of CPUs 412 Cyrix CPU. Disabling this option on other types of CPUs 425 AMD CPU. Disabling this option on other types of CPUs 438 Centaur CPU. Disabling this option on other types of CPUs 452 Transmeta CPU. Disabling this option on other types of CPUs 466 UMC CPU. Disabling this option on other types of CPUs
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | Kbuild | 33 header-y += types.h
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 5 - convert any remaining unusual variable types
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | Kbuild | 32 header-y += types.h
|
/linux-4.1.27/arch/score/include/uapi/asm/ |
D | Kbuild | 33 header-y += types.h
|
/linux-4.1.27/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.1.27/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.
|
D | timestamping.txt | 44 Supports multiple types of timestamp requests. As a result, this 288 2.1.1.2 Timestamp types 295 The SCM_TSTAMP_* types are 1:1 matches to the SOF_TIMESTAMPING_* 359 supported, the driver may time stamp more than just the requested types
|
/linux-4.1.27/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.1.27/drivers/w1/ |
D | Kconfig | 22 There are three types of messages between w1 core and userspace:
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | Kbuild | 34 header-y += types.h
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | Kbuild | 22 header-y += types.h
|
/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
D | Kbuild | 4 generic-y += types.h
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/arm/exynos/ |
D | smp-sysram.txt | 9 declaration. These nodes are of two types depending upon secure or
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | Kbuild | 34 header-y += types.h
|
D | Kbuild.asm | 39 header-y += types.h
|
/linux-4.1.27/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.1.27/fs/ext2/ |
D | dir.c | 299 unsigned char *types = NULL; in ext2_readdir() local 306 types = ext2_filetype_table; in ext2_readdir() 341 if (types && de->file_type < EXT2_FT_MAX) in ext2_readdir() 342 d_type = types[de->file_type]; in ext2_readdir()
|
/linux-4.1.27/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, 1364 if (vpe_formats[i].types & type) { in __enum_fmt() [all …]
|
/linux-4.1.27/arch/tile/include/asm/ |
D | Kbuild | 41 generic-y += types.h
|
/linux-4.1.27/drivers/powercap/ |
D | Kconfig | 10 of multiple control types that determine which settings may be exposed and
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | Kbuild | 38 header-y += types.h
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_fs.h | 203 u8 types[4]; member
|
D | f_fs.c | 404 struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; in __ffs_ep0_read_events() 411 events[i].type = ffs->ev.types[i]; in __ffs_ep0_read_events() 420 memmove(ffs->ev.types, ffs->ev.types + n, in __ffs_ep0_read_events() 421 ffs->ev.count * sizeof *ffs->ev.types); in __ffs_ep0_read_events() 2422 u8 *ev = ffs->ev.types, *out = ev; in __ffs_event_add() 2429 ffs->ev.count = out - ffs->ev.types; in __ffs_event_add() 2433 ffs->ev.types[ffs->ev.count++] = type; in __ffs_event_add()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | Kbuild | 35 generic-y += types.h
|
/linux-4.1.27/mm/ |
D | Kconfig.debug | 19 This results in a large slowdown, but helps to find certain types
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | Kbuild | 40 header-y += types.h
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 65 Only some interrupt types defined in include/linux/kvm.h make sense when 90 Only some interrupt types defined in include/linux/kvm.h make sense when 93 service processor calls and virtio interrupts. Valid interrupt types are:
|
/linux-4.1.27/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 273 bus/ contains flat directory layout of the various bus types in the 284 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.1.27/scripts/ |
D | asn1_compiler.c | 718 struct type *types; in build_type_list() local 733 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list() 745 types[t].flags |= TYPE_BEGIN; in build_type_list() 749 types[t].name = &token_list[n]; in build_type_list() 750 type_index[t] = &types[t]; in build_type_list() 754 types[t].name = &token_list[n + 1]; in build_type_list() 755 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.1.27/arch/alpha/include/uapi/asm/ |
D | Kbuild | 42 header-y += types.h
|
/linux-4.1.27/arch/unicore32/mm/ |
D | Kconfig | 3 # Select CPU types depending on the architecture selected. This selects
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | Kbuild | 43 header-y += types.h
|
/linux-4.1.27/drivers/media/tuners/ |
D | Makefile | 10 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o
|
/linux-4.1.27/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.1.27/arch/ia64/include/uapi/asm/ |
D | Kbuild | 46 header-y += types.h
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | nokia,smia.txt | 5 of that. These definitions are valid for both types of sensors.
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 48 # processor types or platforms
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | Kbuild | 45 generic-y += types.h
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arc/include/asm/ |
D | Kbuild | 48 generic-y += types.h
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | Kbuild | 47 header-y += types.h
|
/linux-4.1.27/Documentation/zh_CN/arm/ |
D | Booting | 83 (详见 linux/arch/arm/tools/mach-types )。
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | review-checklist.txt | 30 (all variables and sizes naturally aligned on 64-bit; use specific types
|
/linux-4.1.27/Documentation/hwmon/ |
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.
|
D | lm78 | 28 From here on, LM7* means either of these three types.
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | Kbuild | 54 generic-y += types.h
|
/linux-4.1.27/arch/metag/include/asm/ |
D | Kbuild | 52 generic-y += types.h
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/ |
D | fg.txt | 52 allowed types are:
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_g2d.c | 179 unsigned int types[MAX_REG_TYPE_NR]; member 718 if (buf_info->types[reg_type] == BUF_TYPE_GEM) { in g2d_map_cmdlist_gem() 795 if (buf_info->types[reg_type] == BUF_TYPE_GEM) in g2d_unmap_cmdlist_gem() 804 buf_info->types[reg_type] = 0; in g2d_unmap_cmdlist_gem() 981 buf_info->types[reg_type] = BUF_TYPE_USERPTR; in g2d_check_reg_offset() 984 buf_info->types[reg_type] = BUF_TYPE_GEM; in g2d_check_reg_offset()
|
/linux-4.1.27/Documentation/xtensa/ |
D | atomctl.txt | 11 The Core comes up with a default value of for the three types of cache ops:
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | Kbuild | 58 generic-y += types.h
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | Kbuild | 57 generic-y += types.h
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-taos-evm | 35 Only 4 SMBus transaction types are supported by the TAOS evaluation
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/include/uapi/asm/ |
D | Kbuild | 60 header-y += types.h
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | alphascale,acc.txt | 18 This binding contains two types of clock providers:
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | Kbuild | 60 generic-y += types.h
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | Kbuild | 60 generic-y += types.h
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/ |
D | fsl-imx-drm.txt | 63 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
|
/linux-4.1.27/drivers/acpi/ |
D | resource.c | 586 unsigned long types) in acpi_dev_filter_resource_type() argument 627 return (type & types) ? 0 : 1; in acpi_dev_filter_resource_type()
|
/linux-4.1.27/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)
|
D | slave-interface | 54 types described hereafter. 'val' holds an u8 value for the data byte to be 60 Event types:
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | pq3-sec3.0-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
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-sec2.1-0.dtsi | 42 fsl,descriptor-types-mask = <0x12b0ebf>;
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 23 The full ID of peripheral types can be found below.
|
/linux-4.1.27/tools/perf/ |
D | MANIFEST | 25 tools/include/linux/types.h
|
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.1.27/Documentation/devicetree/bindings/memory-controllers/fsl/ |
D | ifc.txt | 19 that interrupt reports both types of event.
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | Kbuild | 68 generic-y += types.h
|
/linux-4.1.27/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,
|
D | keys-request-key.txt | 53 default is NULL). This is only useful for those key types that define their 65 The following example assumes that the key types involved don't define their
|
/linux-4.1.27/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.1.27/drivers/isdn/hardware/mISDN/ |
D | Kconfig | 20 chip. There are three types of chips that are quite similar,
|
/linux-4.1.27/drivers/iio/ |
D | Kconfig | 10 drivers for many different types of embedded sensors using a
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | Kconfig | 15 on the types of drivers being selected, these libraries will be 262 most important register types of the rt2x00 hardware.
|
/linux-4.1.27/Documentation/hid/ |
D | hidraw.txt | 24 and Bluetooth. In the future, as new hardware bus types are developed which 26 new bus types.
|
D | hid-sensor.txt | 45 This specification defines many different types of sensors with different sets of 147 HID Sensor specification defines two special sensor usage types. Since they
|
/linux-4.1.27/drivers/sbus/char/ |
D | Kconfig | 44 CPU configuration, DIMM types, etc.). The second I2C controller
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 38 Here is the list of possible data types:
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 47 In the future there may be additional types.
|
/linux-4.1.27/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,falcon-pinumx.txt | 27 We support 2 types of nodes.
|
D | lantiq,xway-pinumx.txt | 27 We support 2 types of nodes.
|
/linux-4.1.27/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
|
D | Booting | 67 value to the kernel. (see linux/arch/arm/tools/mach-types). This 72 necessary, but assures that it will not match any existing types.
|
D | README | 73 The ARM tree contains support for a lot of different machine types. To 191 a single multiplatform kernel build to be used for several machine types.
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 52 Every config option must have a type. There are only two basic types: 53 tristate and string; the other types are based on these two. The type 184 other symbol types result in 'n'. 198 There are two types of symbols: constant and non-constant symbols.
|
/linux-4.1.27/kernel/time/ |
D | timeconst.bc | 50 print "#include <linux/types.h>\n\n"
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 129 notify->types = req->mask; in nvkm_gpio_intr_ctor()
|
/linux-4.1.27/kernel/trace/ |
D | trace_syscalls.c | 140 trace_seq_printf(s, "%s ", entry->types[i]); in print_syscall_enter() 268 ret = trace_define_field(call, meta->types[i], in syscall_enter_define_fields()
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 906 __be16 *types) in sctp_inet6_supported_addrs() argument 908 types[0] = SCTP_PARAM_IPV6_ADDRESS; in sctp_inet6_supported_addrs() 910 types[1] = SCTP_PARAM_IPV4_ADDRESS; in sctp_inet6_supported_addrs()
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 102 process. There's a direct mapping between the first few kmap_atomic() types, DAMR number and 105 However, there are more kmap_atomic() types defined than there are DAMR registers available, 113 Note that the first three kmap atomic types are really just declared as placeholders. The DAMPR
|
/linux-4.1.27/include/linux/ |
D | sctp.h | 294 __be16 types[0]; member
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-and-swap-files.txt | 5 partitions and there are only two differences between these two types of swap
|
/linux-4.1.27/Documentation/fb/ |
D | deferred_io.txt | 29 For some types of nonvolatile high latency displays, the desired image is
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-io.txt | 5 types of I/O services available, and each type has a sync and an async
|
/linux-4.1.27/Documentation/video4linux/ |
D | uvcvideo.txt | 140 Data types: 232 Data types:
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | fskeleton.S | 206 | encountered. Three different types of exceptions can enter the F-Line exception 220 | encountered. Three different types of exceptions can enter the F-Line exception
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 7 some types of computationally intensive high-performance computing (HPC) 23 are running realtime applications or certain types of HPC 39 hundreds of microseconds). For these types of workloads, scheduling 179 useful for many types of real-time and compute-intensive applications.
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | ti-phy.txt | 22 "power" for all other types
|