Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 113) sorted by relevance

12345

/Linux-v4.19/drivers/net/ethernet/freescale/fs_enet/
DKconfig12 bool "Chip has an SCC usable for ethernet"
17 bool "Chip has an FCC usable for ethernet"
22 bool "Chip has an FEC usable for ethernet"
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt94 - usable-privilege
179 This property may exist when the usable-privilege property value has PR bit set.
191 features usable by userspace will have a hwcap-bit-nr property.
213 usable-privilege = <1 | 2 | 4>;
219 usable-privilege = <1 | 2>;
226 usable-privilege = <2 | 4>;
233 usable-privilege = <1 | 2 | 4>;
241 usable-privilege = <1 | 2 | 4>;
/Linux-v4.19/arch/arm/boot/dts/
Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/Linux-v4.19/arch/um/include/shared/
Dmem_user.h55 extern void setup_physmem(unsigned long start, unsigned long usable,
/Linux-v4.19/Documentation/devicetree/bindings/
Dchosen.txt79 linux,usable-memory-range
94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>;
98 The main usage is for crash dump kernel to identify its own usable
/Linux-v4.19/Documentation/vm/
Dpage_frags.rst32 called. The "netdev" prefixed functions are usable in any context as these
34 only usable within the softirq context.
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Ddallas,ds1390.txt9 Values usable for ds1390 are 250, 2000, 4000
Dti,bq32k.txt9 Values usable are 1120 and 20180
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Daxp20x_ac_power.txt14 usable.
/Linux-v4.19/Documentation/
Dlogo.txt4 and is freely usable as long as you acknowledge Larry as the original
Dpadata.txt35 cpumasks, submitted by padata_alloc/padata_alloc_possible and the 'usable'
36 cpumasks. The usable cpumasks are always a subset of active CPUs in the
87 The padata cpumask change notifier notifies about changes of the usable
/Linux-v4.19/arch/powerpc/kvm/
DKconfig97 that KVM is not usable under PowerVM (pHyp), is only usable
114 machines where hypervisor mode is not available or not usable,
/Linux-v4.19/sound/aoa/soundbus/
Dsoundbus.h100 int (*usable)(struct codec_info_item *cii, member
/Linux-v4.19/sound/aoa/codecs/
Dtoonie.c80 .usable = toonie_usable,
/Linux-v4.19/lib/
DKconfig.kgdb120 kernel is still usable in this situation.
122 No guarantees that the kernel is still usable in this situation.
/Linux-v4.19/Documentation/devicetree/bindings/arm/sunxi/
Dsmp-sram.txt17 check if this SRAM is usable first.
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Damlogic,meson-uart.txt9 is active since power-on and does not need any clock gating and is usable
/Linux-v4.19/Documentation/leds/
Dledtrig-oneshot.txt10 This trigger is meant to be usable both for sporadic and dense events. In the
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dimg-mdc-dma.txt19 line may be mapped (i.e. bit N set indicates channel N is usable).
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_file_ops.c1342 static inline int usable(struct qib_pportdata *ppd) in usable() function
1361 if (!usable(dd->pport + port - 1)) { in choose_port_ctxt()
1377 if (usable(dd->pport + pidx)) in choose_port_ctxt()
1382 if (usable(dd->pport + pidx)) in choose_port_ctxt()
1433 usable(dd->pport + port - 1)) in get_a_ctxt()
1437 if (usable(dd->pport + i)) in get_a_ctxt()
1947 if (!usable(rcd->ppd)) { in disarm_req_delay()
1966 for (i = 0; !usable(rcd->ppd) && i < 300; i++) in disarm_req_delay()
/Linux-v4.19/arch/arm/mach-vexpress/
DKconfig39 platforms. The traditional (ATAGs) boot method is not usable on
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dcpm.txt53 indicate the portion of muram that is usable by the OS for arbitrary
/Linux-v4.19/kernel/debug/kdb/
Dkdb_main.c661 int usable; member
681 s->usable = 0; in kdb_defcmd2()
682 if (s->usable) in kdb_defcmd2()
692 if (!s->usable) in kdb_defcmd2()
698 s->usable = 0; in kdb_defcmd2()
740 s->usable = 1; in kdb_defcmd()
/Linux-v4.19/Documentation/driver-api/
Di2c.rst27 all such functions are usable only from task context.

12345