Home
last modified time | relevance | path

Searched refs:types (Results 1 – 200 of 579) sorted by relevance

123

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put() argument
29 while (types) { in nvkm_event_put()
30 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put()
39 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get() argument
42 while (types) { in nvkm_event_get()
43 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get()
52 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send() argument
63 if (notify->index == index && (notify->types & types)) { in nvkm_event_send()
Dnotify.c31 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/
Drpaphp_core.c174 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/
DMakefile7 include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Devent.h30 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,
Dnotify.h18 u32 types; member
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
22 led-types = "identify", "fault";
/linux-4.4.14/arch/sh/tools/
DMakefile13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
/linux-4.4.14/tools/vm/
DMakefile3 TARGETS=page-types slabinfo page_owner_sort
21 $(RM) page-types slabinfo page_owner_sort
D.gitignore2 page-types
/linux-4.4.14/drivers/leds/
Dleds-sunfire.c126 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/
Dutpredef.c377 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()
Ddbexec.c155 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()
Ddbnames.c528 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()
Dacdebug.h209 acpi_db_execute(char *name, char **args, acpi_object_type * types, u32 flags);
Daclocal.h1116 acpi_object_type *types; member
1145 u32 types[ACPI_TOTAL_TYPES]; member
/linux-4.4.14/sound/firewire/bebob/
Dbebob_terratec.c66 .types = phase88_rack_clk_src_types,
78 .types = phase24_series_clk_src_types,
Dbebob_focusrite.c187 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,
Dbebob_yamaha.c51 .types = clk_src_types,
Dbebob.h60 enum snd_bebob_clock_type *types; member
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_mh.c61 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type, in mh_mt6()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c304 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/
Dtree.c74 static char *types[] = { variable
97 p, classes[p->class], types[p->type], in dump_component()
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt6 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/
Ddontdiff163 mach-types
164 mach-types.h
187 page-types
Dzorro.txt14 There are two types of Zorro busses, Zorro II and Zorro III:
39 supports different types of boards, you can use a construct like:
DCodingStyle258 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 …]
Dprintk-formats.txt32 the following extended format specifiers for pointer types:
78 Physical addresses types phys_addr_t:
86 DMA addresses types dma_addr_t:
Dunaligned-memory-access.txt24 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/
Dmtdpart.c753 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()
Dmtdcore.h13 int parse_mtd_partitions(struct mtd_info *master, const char * const *types,
/linux-4.4.14/drivers/scsi/
Dses.c482 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/
Dsysfs-bus-css6 This attribute is present for all subchannel types.
14 subchannel types.
Dsysfs-firmware-memmap42 valid types.
52 Currently following types exist:
Dsysfs-firmware-dmi-entries28 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.
Dsysfs-bus-bcma14 There are a few types of BCMA cores, they can be identified by
Dsysfs-devices-online6 devices whose bus types provide .online() and .offline()
Dsysfs-bus-iio-adc-hi84359 and 24..31 has common sensor types.
/linux-4.4.14/Documentation/vm/
D.gitignore1 page-types
Dhwpoison.txt145 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
Dnuma19 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
Didle_page_tracking.txt29 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/
Dohci.txt23 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/
Dcomposite.txt6 register-mapped composite clock with multiple different sub-types;
18 "ti,*composite*-clock" types.
Ddpll.txt11 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/
Dip6t_mh.h8 __u8 types[2]; /* MH type range */ member
/linux-4.4.14/include/uapi/linux/iio/
DKbuild3 header-y += types.h
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dmain.c1808 .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/
Dti-omap.txt4 an interface for MMC, SD, and SDIO types of memory cards.
31 an interface for MMC, SD, and SDIO types of memory cards.
Dmxs-mmc.txt4 to support MMC, SD, and SDIO types of memory cards.
Ddavinci_mmc.txt4 provides an interface for MMC, SD and SDIO types of memory cards.
Dsunxi-mmc.txt4 for MMC, SD and SDIO types of memory cards.
Dnvidia,tegra20-sdhci.txt4 and SDIO types of memory cards.
Dmtk-sd.txt4 to support MMC, SD, and SDIO types of memory cards.
Dfsl-esdhc.txt4 for MMC, SD, and SDIO types of memory cards.
Datmel-hsmci.txt4 types of memory cards.
Dfsl-imx-esdhc.txt4 provides an interface for MMC, SD, and SDIO types of memory cards.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dmxms.c96 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/
Dsyscall.h28 const char **types; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_info.c83 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/
Dgeneric.c380 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/
Dcore.c510 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/
Dinit.c724 { .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/
Devent-codes.txt1 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.
Dinput-programming.txt169 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/
Dchangf119.c36 gf119_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) in gf119_disp_chan_uevent_init() argument
Dchannv50.c112 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()
Dbase.c66 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/
DTODO12 * See if we really need separate types for on-disk and in-memory
/linux-4.4.14/security/selinux/ss/
Dpolicydb.h84 struct ebitmap types; /* set of authorized types for role */ member
162 struct ebitmap types; member
Dpolicydb.c635 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/
DKconfig15 packet types.
/linux-4.4.14/arch/sparc/include/asm/
DKbuild21 generic-y += types.h
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt61 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/
Dmx2_emmaprp.c155 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()
Dm2m-deinterlace.c47 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()
Dvim2m.c86 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/
DKconfig.debug10 This results in a large slowdown, but helps to find certain types
/linux-4.4.14/arch/xtensa/include/uapi/asm/
DKbuild24 header-y += types.h
/linux-4.4.14/arch/sh/include/uapi/asm/
DKbuild22 header-y += types.h
/linux-4.4.14/Documentation/sysctl/
Dabi.txt8 This path is binary emulation relevant aka personality types aka abi.
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dvfio.txt4 Device types supported:
Dmpic.txt4 Device types supported:
/linux-4.4.14/drivers/staging/rtl8723au/
DTODO5 - convert any remaining unusual variable types
/linux-4.4.14/Documentation/devicetree/bindings/eeprom/
Deeprom.txt7 driver based on <type> is selected. Possible types are:
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt33 - 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/
Dbase.c99 notify->types = 1; in nvkm_fifo_event_ctor()
136 notify->types = 1; in nvkm_fifo_uevent_ctor()
/linux-4.4.14/Documentation/networking/
Dieee802154.txt42 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.
Dradiotap-headers.txt70 - The arguments for a given argument index can be a compound of multiple types
116 * for multibyte types... the pointer is not aligned. Use
Dframerelay.txt27 to specify the types of boards to be configured as FRADs, as well as perform
Dxfrm_sync.txt38 The netlink message types are:
119 4) Message types
Dcops.txt6 that there are 2 main types of cards and all other cards are
Dgen_stats.txt54 existing TLV types.
/linux-4.4.14/arch/h8300/include/uapi/asm/
DKbuild29 header-y += types.h
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt144 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/
DKbuild31 header-y += types.h
/linux-4.4.14/arch/x86/
DKconfig.cpu9 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/
Dperf_event_intel_uncore.c778 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/
Ddapm.txt51 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/
DKbuild33 header-y += types.h
/linux-4.4.14/arch/score/include/uapi/asm/
DKbuild33 header-y += types.h
/linux-4.4.14/arch/m32r/include/uapi/asm/
DKbuild32 header-y += types.h
/linux-4.4.14/drivers/staging/rtl8188eu/
DTODO5 - convert any remaining unusual variable types
/linux-4.4.14/Documentation/hwmon/
Dscpi-hwmon16 Processor Interface (SCPI). The following sensor types are supported
Dw8379347 * Temperature sensor types
48 Temp1-4 have 2 possible types. It can be read from (and written to)
Dasb10069 * Experiment with temp. sensor types.
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt41 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
Dkprobetrace.txt45 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/
DKbuild4 generic-y += types.h
/linux-4.4.14/arch/avr32/include/uapi/asm/
DKbuild22 header-y += types.h
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dchan.c60 notify->types = 1; in nvkm_sw_chan_event_ctor()
/linux-4.4.14/drivers/w1/
DKconfig22 There are three types of messages between w1 core and userspace:
/linux-4.4.14/arch/frv/include/uapi/asm/
DKbuild34 header-y += types.h
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt152 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/
Dsmp-sysram.txt9 declaration. These nodes are of two types depending upon secure or
/linux-4.4.14/Documentation/DocBook/
Dw1.xml.db16 API-enum-w1-netlink-message-types
/linux-4.4.14/include/uapi/asm-generic/
DKbuild34 header-y += types.h
DKbuild.asm39 header-y += types.h
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt11 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/
Ddir.c294 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/
Dvpe.c231 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/
Du_fs.h203 u8 types[4]; member
/linux-4.4.14/arch/mips/include/uapi/asm/
DKbuild40 header-y += types.h
/linux-4.4.14/arch/tile/include/asm/
DKbuild42 generic-y += types.h
/linux-4.4.14/mm/
DKconfig.debug19 This results in a large slowdown, but helps to find certain types
/linux-4.4.14/drivers/powercap/
DKconfig10 of multiple control types that determine which settings may be exposed and
/linux-4.4.14/arch/m68k/include/asm/
DKbuild35 generic-y += types.h
/linux-4.4.14/Documentation/filesystems/
Dsysfs.txt63 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).
Dadfs.txt65 RISC OS file types are stored in bits 19..8 of the file load address.
/linux-4.4.14/scripts/
Dasn1_compiler.c752 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.cmd14 /usr/include/i386-linux-gnu/bits/types.h \
32 /usr/include/i386-linux-gnu/sys/types.h \
/linux-4.4.14/drivers/media/tuners/
DMakefile10 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o
/linux-4.4.14/arch/cris/include/uapi/asm/
DKbuild43 header-y += types.h
/linux-4.4.14/arch/unicore32/mm/
DKconfig3 # Select CPU types depending on the architecture selected. This selects
/linux-4.4.14/arch/alpha/include/uapi/asm/
DKbuild42 header-y += types.h
/linux-4.4.14/scripts/kconfig/
D.conf.o.cmd21 /usr/include/i386-linux-gnu/bits/types.h \
39 /usr/include/i386-linux-gnu/sys/types.h \
D.zconf.tab.o.cmd13 /usr/include/i386-linux-gnu/bits/types.h \
33 /usr/include/i386-linux-gnu/sys/types.h \
/linux-4.4.14/Documentation/x86/
Dpat.txt6 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/
Dexynos_drm_g2d.c183 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/
DKbuild45 header-y += types.h
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dnokia,smia.txt5 of that. These definitions are valid for both types of sensors.
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
DKconfig48 # processor types or platforms
/linux-4.4.14/arch/cris/include/asm/
DKbuild44 generic-y += types.h
/linux-4.4.14/arch/ia64/include/uapi/asm/
DKbuild46 header-y += types.h
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt38 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/
Dw1.netlink4 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/
Dscsi-changer.txt29 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/
DBooting83 (详见 linux/arch/arm/tools/mach-types )。
/linux-4.4.14/arch/arc/include/asm/
DKbuild47 generic-y += types.h
/linux-4.4.14/Documentation/virtual/kvm/
Dreview-checklist.txt30 (all variables and sizes naturally aligned on 64-bit; use specific types
/linux-4.4.14/arch/blackfin/include/asm/
DKbuild45 generic-y += types.h
/linux-4.4.14/arch/s390/include/uapi/asm/
DKbuild47 header-y += types.h
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt87 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/
Dfg.txt52 allowed types are:
/linux-4.4.14/arch/arm64/include/asm/
DKbuild54 generic-y += types.h
/linux-4.4.14/drivers/ata/
Dpata_it821x.c611 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/
DKbuild57 generic-y += types.h
/linux-4.4.14/arch/metag/include/asm/
DKbuild52 generic-y += types.h
/linux-4.4.14/Documentation/xtensa/
Datomctl.txt11 The Core comes up with a default value of for the three types of cache ops:
/linux-4.4.14/Documentation/i2c/busses/
Di2c-taos-evm35 Only 4 SMBus transaction types are supported by the TAOS evaluation
/linux-4.4.14/scripts/basic/
D.fixdep.cmd12 /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/
Dasp834x-redboot.dts160 /* phy type (ULPI or SERIAL) are only types supported for MPH */
287 descriptor-types-mask = <0x01010ebf>;
Dsbc8349.dts137 /* phy type (ULPI or SERIAL) are only types supported for MPH */
248 fsl,descriptor-types-mask = <0x01010ebf>;
Dmpc834x_mds.dts146 /* 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/
DKbuild58 generic-y += types.h
/linux-4.4.14/arch/x86/include/uapi/asm/
DKbuild60 header-y += types.h
/linux-4.4.14/drivers/iio/
DKconfig10 drivers for many different types of embedded sensors using a
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dalphascale,acc.txt18 This binding contains two types of clock providers:
/linux-4.4.14/arch/unicore32/include/asm/
DKbuild60 generic-y += types.h
/linux-4.4.14/arch/nios2/include/asm/
DKbuild60 generic-y += types.h
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt57 "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/
Dpq3-sec3.1-0.dtsi44 fsl,descriptor-types-mask = <0x3ab0ebf>;
Dpq3-sec3.3-0.dtsi44 fsl,descriptor-types-mask = <0x3a30abf>;
Dpq3-sec3.0-0.dtsi44 fsl,descriptor-types-mask = <0x3ab0ebf>;
Dpq3-sec2.1-0.dtsi42 fsl,descriptor-types-mask = <0x12b0ebf>;
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/fsl/
Difc.txt19 that interrupt reports both types of event.
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt23 The full ID of peripheral types can be found below.
/linux-4.4.14/Documentation/devicetree/bindings/
Dcommon-properties.txt5 different machine types. This document attempts to provide a consistent
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt63 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
/linux-4.4.14/Documentation/i2c/
Dsummary7 types of devices with infrequent or low bandwidth communications needs.
Di2c-stub6 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w)
/linux-4.4.14/arch/openrisc/include/asm/
DKbuild68 generic-y += types.h
/linux-4.4.14/drivers/acpi/
Dresource.c597 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/
Dkeys-trusted-encrypted.txt3 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/
Dfloppy.txt145 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/
DKbuild71 generic-y += types.h
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DKconfig20 chip. There are three types of chips that are quite similar,
/linux-4.4.14/drivers/net/wireless/rt2x00/
DKconfig15 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/
Dhidraw.txt24 and Bluetooth. In the future, as new hardware bus types are developed which
26 new bus types.
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.vbi38 Here is the list of possible data types:
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog47 In the future there may be additional types.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dbase.c132 notify->types = req->mask; in nvkm_gpio_intr_ctor()
/linux-4.4.14/drivers/hwtracing/intel_th/
DKconfig6 software sources over several types of trace output ports encoded
/linux-4.4.14/drivers/sbus/char/
DKconfig44 CPU configuration, DIMM types, etc.). The second I2C controller
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt48 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:
Dlantiq,pinctrl-falcon.txt27 We support 2 types of nodes.
/linux-4.4.14/Documentation/arm/
DInterrupts17 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/
Ddesign.txt6 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/
Dapm-xgene-edac.txt4 The follow error types are supported:
/linux-4.4.14/kernel/time/
Dtimeconst.bc50 print "#include <linux/types.h>\n\n"

123