Searched refs:ready (Results 1 – 25 of 33) sorted by relevance
12
/arch/um/drivers/ |
D | xterm_kern.c | 14 struct completion ready; member 30 complete(&xterm->ready); in xterm_interrupt() 50 init_completion(&data->ready); in xterm_fd() 65 wait_for_completion(&data->ready); in xterm_fd()
|
/arch/sparc/mm/ |
D | leon_mm.c | 77 goto ready; in leon_swprobe() 100 goto ready; in leon_swprobe() 128 goto ready; in leon_swprobe() 151 goto ready; in leon_swprobe() 157 ready: in leon_swprobe()
|
/arch/m68k/include/asm/ |
D | atari_joystick.h | 18 int ready; member
|
/arch/arm/boot/dts/ |
D | intel-ixp42x-linksys-nslu2.dts | 40 led-ready { 41 label = "nslu2:green:ready";
|
D | moxart-uc7112lx.dts | 54 label = "ready-led";
|
D | mmp2-olpc-xo-1-75.dts | 227 ready-gpio = <&gpio 125 GPIO_ACTIVE_HIGH>;
|
D | ls1021a-moxa-uc-8410a.dts | 61 sw-ready {
|
D | sun8i-a83t-allwinner-h8homlet-v2.dts | 232 * logic is ready and 30ms after the reset pin is de-asserted.
|
D | sun8i-a83t-cubietruck-plus.dts | 367 * logic is ready and 30ms after the reset pin is de-asserted.
|
D | gemini-dlink-dir-685.dts | 324 * RESET and phy ready
|
D | sun8i-a83t-bananapi-m3.dts | 359 * are applied until core logic is ready and
|
D | sun9i-a80-cubieboard4.dts | 414 * are applied until core logic is ready and
|
D | sun9i-a80-optimus.dts | 411 * are applied until core logic is ready and
|
D | am3874-iceboard.dts | 355 * we force the CS lines to pull up as GPIOs until we're ready.
|
/arch/arm/include/debug/ |
D | at91.S | 24 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
|
/arch/sparc/include/asm/ |
D | floppy_64.h | 502 int ready; in sun_pci_fd_test_drive() local 518 ready = 0; in sun_pci_fd_test_drive() 520 ready = (status & 0x10) ? 0 : 1; in sun_pci_fd_test_drive() 523 return ready; in sun_pci_fd_test_drive()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-ciu3-defs.h | 240 uint64_t ready : 1; member 242 uint64_t ready : 1;
|
/arch/powerpc/boot/dts/ |
D | motionpro.dts | 17 &gpt7 { // Motion-PRO ready LED
|
/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 145 tst r3, #32 @ Is chip ready?
|
/arch/arm/mach-pxa/ |
D | sleep.S | 125 @ get ready for the change
|
/arch/unicore32/kernel/ |
D | entry.S | 172 @ We are now ready to fill in the remaining blanks on the stack: 201 @ We are now ready to fill in the remaining blanks on the stack: 254 @ get ready to re-enable interrupts if appropriate
|
/arch/arm64/boot/dts/qcom/ |
D | qcs404.dtsi | 305 interrupt-names = "wdog", "fatal", "ready", 507 interrupt-names = "wdog", "fatal", "ready", 940 interrupt-names = "wdog", "fatal", "ready",
|
D | msm8916.dtsi | 1041 interrupt-names = "wdog", "fatal", "ready", 1095 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
/arch/arm/kernel/ |
D | entry-armv.S | 171 @ We are now ready to fill in the remaining blanks on the stack:
|
/arch/m68k/fpsp040/ |
D | ssin.S | 481 |--We are now ready to perform (R+r) - N*P1 - N*P2, P1 = 2**(L) * Piby2_1 and
|
12