Home
last modified time | relevance | path

Searched full:present (Results 1 – 25 of 2415) sorted by relevance

12345678910>>...97

/linux-3.3/drivers/acpi/acpica/
Dnsinit.c131 * This means running _INI on all present devices.
189 /* Walk namespace to execute all _INIs on present devices */ in acpi_ns_initialize_devices()
411 * present under Device, Processor, and Thermal objects. in acpi_ns_find_ini_methods()
419 /* Mark parent and bubble up the INI present flag to the root */ in acpi_ns_find_ini_methods()
444 * present, and if so, calls _INI.
482 * Run _STA to determine if this device is present and functioning. We in acpi_ns_init_one_device()
485 * 1) We can only run _INI if the device is present. in acpi_ns_init_one_device()
487 * not present and is not functional (we will not examine the children) in acpi_ns_init_one_device()
489 * The _STA method is not required to be present under the device, we in acpi_ns_init_one_device()
490 * assume the device is present if _STA does not exist. in acpi_ns_init_one_device()
[all …]
/linux-3.3/arch/sh/mm/
Dgup.c27 * from not present to present, or present to not present or both in gup_get_pte()
28 * -- it will not switch to a completely different present page in gup_get_pte()
32 * Setting ptes from not present to present goes: in gup_get_pte()
37 * And present to not present goes: in gup_get_pte()
47 * guaranteed that pte_low will not have the present bit set *unless* in gup_get_pte()
48 * it is 'l'. And get_user_pages_fast only operates on present ptes, so in gup_get_pte()
/linux-3.3/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt12 - #address-cells, #size-cells : Must be present if the device has sub-nodes
15 optional gpio and may be set to 0 if not present.
18 - bank-width : Width (in bytes) of the device. If not present, the width
21 read registers (tR). If not present then a default of 20us is used.
24 the GPIO's and the NAND flash data bus. If present, then after changing
/linux-3.3/include/linux/
Dopenvswitch.h55 * the &struct ovs_header. Always present in notifications. Required in
63 * datapath. Always present in notifications.
82 __u64 n_flows; /* Number of flows present */
117 * @OVS_PACKET_ATTR_PACKET: Present for all notifications. Contains the entire
122 * @OVS_PACKET_ATTR_KEY: Present for all notifications. Contains the flow key
128 * @OVS_PACKET_ATTR_USERDATA: Present for an %OVS_PACKET_CMD_ACTION
330 * key. Always present in notifications. Required for all requests (except
333 * the actions to take for packets that match the key. Always present in
337 * flow. Present in notifications if the stats would be nonzero. Ignored in
340 * TCP flags seen on packets in this flow. Only present in notifications for
[all …]
/linux-3.3/arch/arm/mach-orion5x/
Dts78xx-setup.c112 * present; as it's an optional feature at purchase time and not all boards
113 * will have it present
397 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
398 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
399 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
407 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
408 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
409 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
412 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_supports()
413 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_supports()
[all …]
/linux-3.3/Documentation/
Dcputopology.txt80 brought online if they are present. [cpu_possible_mask]
82 present: CPUs that have been identified as being present in the
91 brought online as they are both present and possible.
97 present: 0-31
108 present: 0-3
/linux-3.3/drivers/acpi/
Dsbs.c111 u8 present:1; member
199 if ((!battery->present) && psp != POWER_SUPPLY_PROP_PRESENT) in acpi_sbs_battery_get_property()
213 val->intval = battery->present; in acpi_sbs_battery_get_property()
473 if (battery->present) in acpi_battery_alarm_store()
554 seq_printf(seq, "present: %s\n", in acpi_battery_read_info()
555 (battery->present) ? "yes" : "no"); in acpi_battery_read_info()
556 if (!battery->present) in acpi_battery_read_info()
597 seq_printf(seq, "present: %s\n", in acpi_battery_read_state()
598 (battery->present) ? "yes" : "no"); in acpi_battery_read_state()
599 if (!battery->present) in acpi_battery_read_state()
[all …]
/linux-3.3/drivers/pcmcia/
Dbfin_cf_pcmcia.c63 unsigned present:1; member
92 unsigned short present = bfin_cf_present(cf->cd_pfx); in bfin_cf_timer() local
94 if (present != cf->present) { in bfin_cf_timer()
95 cf->present = present; in bfin_cf_timer()
97 present ? "present" : "gone"); in bfin_cf_timer()
259 bfin_cf_present(cf->cd_pfx) ? "present" : "(not present)"); in bfin_cf_probe()
Domap_cf.c64 unsigned present:1; member
86 unsigned present = omap_cf_present(); in omap_cf_timer() local
88 if (present != cf->present) { in omap_cf_timer()
89 cf->present = present; in omap_cf_timer()
91 present ? "present" : "gone"); in omap_cf_timer()
290 omap_cf_present() ? "present" : "(not present)"); in omap_cf_probe()
/linux-3.3/Documentation/ABI/testing/
Dsysfs-devices-power32 events this file is not present. In that case the device cannot
87 the system from sleep states, this attribute is not present.
97 system from sleep states, this attribute is not present.
108 present.
118 states, this attribute is not present.
128 this attribute is not present.
138 states, this attribute is not present.
149 attribute is not present.
/linux-3.3/arch/arm/mach-vexpress/
Dplatsmp.c25 * which may be present or become present in the system.
35 * Initialise the present map, which describes the set of CPUs in platform_smp_prepare_cpus()
36 * actually populated at the present time. in platform_smp_prepare_cpus()
/linux-3.3/sound/core/oss/
Dmixer_oss.c486 unsigned int present; member
591 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_get_volume1()
593 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_get_volume1()
595 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_get_volume1()
598 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_get_volume1()
600 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_get_volume1()
602 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_get_volume1()
604 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_get_volume1()
701 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_put_volume1()
703 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) in snd_mixer_oss_put_volume1()
[all …]
/linux-3.3/fs/cifs/
Dntlmssp.h97 /* SECURITY_BUFFER for version info not present since we
98 do not set the version is present flag */
111 /* SECURITY_BUFFER for version info not present since we
112 do not set the version is present flag */
125 /* SECURITY_BUFFER for version info not present since we
126 do not set the version is present flag */
/linux-3.3/arch/x86/mm/
Dgup.c25 * present to present, or present to not present or both -- it will not in gup_get_pte()
26 * switch to a completely different present page without a TLB flush in in gup_get_pte()
29 * Setting ptes from not present to present goes: in gup_get_pte()
34 * And present to not present goes: in gup_get_pte()
44 * guaranteed that pte_low will not have the present bit set *unless* in gup_get_pte()
45 * it is 'l'. And get_user_pages_fast only operates on present ptes, so in gup_get_pte()
/linux-3.3/arch/openrisc/include/asm/
Dspr_defs.h144 * Bit definitions for the Unit Present Register
147 #define SPR_UPR_UP 0x00000001 /* UPR present */
148 #define SPR_UPR_DCP 0x00000002 /* Data cache present */
149 #define SPR_UPR_ICP 0x00000004 /* Instruction cache present */
150 #define SPR_UPR_DMP 0x00000008 /* Data MMU present */
151 #define SPR_UPR_IMP 0x00000010 /* Instruction MMU present */
152 #define SPR_UPR_MP 0x00000020 /* MAC present */
153 #define SPR_UPR_DUP 0x00000040 /* Debug unit present */
154 #define SPR_UPR_PCUP 0x00000080 /* Performance counters unit present */
155 #define SPR_UPR_PMP 0x00000100 /* Power management present */
[all …]
/linux-3.3/drivers/char/hw_random/
Dtimeriomem-rng.c47 if (!wait || timeriomem_rng_data->present) in timeriomem_rng_data_present()
48 return timeriomem_rng_data->present; in timeriomem_rng_data_present()
69 timeriomem_rng_data->present = 0; in timeriomem_rng_data_read()
80 timeriomem_rng_data->present = 1; in timeriomem_rng_trigger()
114 timeriomem_rng_data->present = 1; in timeriomem_rng_probe()
/linux-3.3/Documentation/filesystems/
Disofs.txt25 map=acorn As map=normal but also apply Acorn extensions if present
32 present.
33 nojoliet Ignore Joliet extensions if they are present.
34 norock Ignore Rock Ridge extensions if they are present.
/linux-3.3/include/media/
Dtveeprom.h9 bit 1: IR receiver present
10 bit 2: IR transmitter (blaster) present */
12 u32 has_MAC_address; /* 0: no MAC, 1: MAC present, 2: unknown */
/linux-3.3/drivers/net/wireless/brcm80211/include/
Dchipcommon.h240 #define CC_CAP_EXTBUS_NONE 0x00000000 /* No ExtBus present */
249 #define CC_CAP_JTAGP 0x00400000 /* JTAG Master Present */
252 #define CC_CAP_PMU 0x10000000 /* PMU Present, rev >= 20 */
253 #define CC_CAP_SROM 0x40000000 /* Srom Present, rev >= 32 */
254 /* Nand flash present, rev >= 35 */
257 #define CC_CAP2_SECI 0x00000001 /* SECI Present, rev >= 36 */
258 /* GSIO (spi/i2c) present, rev >= 37 */
/linux-3.3/arch/x86/um/
Dtls_32.c70 if (!t->arch.tls_array[idx].present) in get_free_idx()
103 if (!curr->present) { in load_TLS()
128 * present desc's, only if they haven't been flushed.
140 * Can't test curr->present, we may need to clear a descriptor in needs_TLS_update()
164 * Still correct to do this, if it wasn't present on the host it in clear_flushed_tls()
167 if (!curr->present) in clear_flushed_tls()
210 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present = 1; in set_tls_entry()
249 if (!t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present) in get_tls_entry()
/linux-3.3/Documentation/devicetree/bindings/arm/omap/
Domap.txt4 IPs present in the SoC.
15 - compatible: Every devices present in OMAP SoC should be in the
22 - ti,no_idle_on_suspend: When present, it prevents the PM to idle the module
/linux-3.3/arch/arm/mm/
Dproc-v7.S192 teq r5, #0x00100000 @ only present in r1p*
198 teq r6, #0x20 @ only present in r2p0
205 teq r6, #0x20 @ only present in r2p0
218 cmp r6, #0x22 @ only present up to r2p2
224 teq r6, #0x20 @ present in r2p0
225 teqne r6, #0x21 @ present in r2p1
226 teqne r6, #0x22 @ present in r2p2
233 teq r5, #0x00200000 @ only present in r2p*
239 ALT_SMP(cmp r6, #0x30) @ present prior to r3p0
/linux-3.3/arch/powerpc/include/asm/
Dpte-40x.h6 * At present, all PowerPC 400-class processors share a similar TLB
29 * - PRESENT *must* be in the bottom two bits because swap cache
37 * PRESENT.
41 #define _PAGE_FILE 0x001 /* when !present: nonlinear file mapping */
/linux-3.3/mm/
Dmincore.c31 unsigned char present; in mincore_hugetlb_page_range() local
39 present = ptep && !huge_pte_none(huge_ptep_get(ptep)); in mincore_hugetlb_page_range()
41 *vec = present; in mincore_hugetlb_page_range()
64 unsigned char present = 0; in mincore_page() local
70 * any other file mapping (ie. marked !present and faulted in with in mincore_page()
82 present = PageUptodate(page); in mincore_page()
86 return present; in mincore_page()
/linux-3.3/arch/arm/kernel/
Dtcm.c201 "ITCM code compiled in, but no TCM present " in tcm_init()
216 /* Setup DTCM if present */ in tcm_init()
226 "DTCM but only %lu bytes of DTCM present\n", in tcm_init()
244 "DTCM banks present in CPU\n", dtcm_code_sz); in tcm_init()
248 /* Setup ITCM if present */ in tcm_init()
258 "ITCM but only %lu bytes of ITCM present\n", in tcm_init()
276 "ITCM banks present in CPU\n", itcm_code_sz); in tcm_init()

12345678910>>...97