/linux-6.12.1/drivers/bus/ |
D | ts-nbus.c | 35 struct gpio_desc *rdy; member 71 ts_nbus->rdy = devm_gpiod_get(&pdev->dev, "ts,rdy", GPIOD_IN); in ts_nbus_init_pdata() 72 if (IS_ERR(ts_nbus->rdy)) in ts_nbus_init_pdata() 73 return dev_err_probe(&pdev->dev, PTR_ERR(ts_nbus->rdy), in ts_nbus_init_pdata() 74 "failed to retrieve ts,rdy-gpio from dts\n"); in ts_nbus_init_pdata() 221 ret = gpiod_get_value_cansleep(ts_nbus->rdy); in ts_nbus_read() 256 while (gpiod_get_value_cansleep(ts_nbus->rdy) != 0) { in ts_nbus_write()
|
D | tegra-gmi.c | 120 if (of_property_read_bool(child, "nvidia,snor-rdy-active-before-data")) in tegra_gmi_parse_dt() 123 if (of_property_read_bool(child, "nvidia,snor-rdy-active-high")) in tegra_gmi_parse_dt()
|
/linux-6.12.1/Documentation/devicetree/bindings/bus/ |
D | ts-nbus.txt | 16 - ts,rdy-gpios : The GPIO pin connected to the rdy line on the FPGA 43 ts,rdy-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
|
D | nvidia,tegra20-gmi.txt | 45 - nvidia,snor-rdy-active-before-data: Assert RDY signal one cycle before data. 47 - nvidia,snor-rdy-active-high: RDY signal is active high
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | gpio.c | 39 struct gpio_desc *rdy; member 124 if (!gpiomtd->rdy) in gpio_nand_exec_instr() 127 return nand_gpio_waitrdy(chip, gpiomtd->rdy, in gpio_nand_exec_instr() 342 gpiomtd->rdy = devm_gpiod_get_optional(dev, "rdy", GPIOD_IN); in gpio_nand_probe() 343 if (IS_ERR(gpiomtd->rdy)) { in gpio_nand_probe() 344 ret = PTR_ERR(gpiomtd->rdy); in gpio_nand_probe()
|
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_dev.c | 42 /* Wait for the CSTS.RDY bit to match @enabled. */ 69 "Timed out waiting for device to indicate RDY %u; aborting %s\n", in fun_wait_ready() 75 * RDY value. 87 dev_err(fdev->dev, "Unexpected CSTS RDY %u\n", actual_rdy); in fun_check_csts_rdy() 93 /* Check that CSTS RDY has the expected value. Then write a new value to the CC 94 * register and wait for CSTS RDY to match the new CC ENABLE state. 705 * i.e., CSTS.RDY = CC.EN = 0. 714 /* First get RDY to agree with the current EN. Give RDY the opportunity in sanitize_dev()
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional. 38 gpios = <&banka 1 0>, /* RDY */
|
D | atmel-nand.txt | 173 gpios = <&pioC 13 0 /* rdy */ 200 gpios = <&pioD 5 0 /* rdy */
|
/linux-6.12.1/include/linux/mtd/ |
D | ndfc.h | 29 #define NDFC_CCR_RIE 0x20000000 /* Interrupt Enable on Device Rdy */ 30 #define NDFC_CCR_REN 0x10000000 /* Enable wait for Rdy in LinearR */
|
/linux-6.12.1/drivers/accessibility/speakup/ |
D | speakup_dtlk.h | 20 #define TTS_WRITABLE 0x10 /* mask for RDY bit, which when set to 22 * to accept a byte of data. The RDY
|
D | speakup_acnt.h | 12 #define SYNTH_WRITABLE 0x02 /* mask for RDY bit, which when set to
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 67 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 79 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 94 nand rdy, nand rd, nand_d0, nand_d1, nand_d2, nand_d3, nand_d4, nand_d5,
|
/linux-6.12.1/include/linux/ |
D | dtlk.h | 25 #define TTS_WRITABLE 0x10 /* mask for RDY bit, which when set to 27 to accept a byte of data. The RDY
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | wacom_w8001.c | 60 u8 rdy; member 111 coord->rdy = data[0] & 0x20; in parse_pen_data() 219 * We have 1 bit for proximity (rdy) and 3 bits for tip, side, in report_pen_events() 220 * side2/eraser. If rdy && f2 are set, this can be either pen + side2, in report_pen_events() 256 input_report_key(dev, w8001->type, coord->rdy); in report_pen_events() 259 if (!coord->rdy) in report_pen_events()
|
D | iqs7211.c | 53 * drain RDY pin to settle. Its value is calculated as 5*R*C, where R and C 1220 * The following delay ensures the shared RDY/MCLR pin is sampled in in iqs7211_hard_reset() 1256 * The device cannot communicate until it asserts its interrupt (RDY) in iqs7211_force_comms() 1257 * pin. Attempts to do so while RDY is deasserted return an ACK; how- in iqs7211_force_comms() 1262 * RDY pin and agrees to communicate. in iqs7211_force_comms() 1265 * interrupt, the device automatically deasserts its RDY pin once it in iqs7211_force_comms() 1309 * The following loop protects against an edge case in which the RDY in iqs7211_read_burst() 1375 * The following loop protects against an edge case in which the RDY in iqs7211_write_burst() 1380 * into preemptively deasserting the RDY pin and the command must be in iqs7211_write_burst() 2356 * I2C communication prompts the device to assert its RDY pin if it is in iqs7211_suspend() [all …]
|
D | iqs5xx.c | 452 * to assert the RDY output, so disable the interrupt line to prevent in iqs5xx_set_state() 646 * RDY output during bootloader mode. If the device operates outside of in iqs5xx_irq() 694 * ensure the device's RDY output has been deasserted by the time the in iqs5xx_irq() 851 * assert the RDY output until the next attempt. in iqs5xx_fw_file_write()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | drxd_firm.c | 35 0x26, 0x00, /* 0 -> ring.rdy; */ 42 0x26, 0x00, /* 0 -> ring.rdy; */ 63 0x26, 0x00, /* 0 -> ring.rdy; */ 68 0x26, 0x00, /* 0 -> ring.rdy; */ 71 0x26, 0x00, /* 0 -> ring.rdy; */ 75 0x26, 0x00, /* 0 -> ring.rdy; */ 124 0x26, 0x00, /* 0 -> ring.rdy; */ 129 0x26, 0x00, /* 0 -> ring.rdy; */ 132 0x26, 0x00, /* 0 -> ring.rdy; */ 136 0x26, 0x00, /* 0 -> ring.rdy; */
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | phy-miphy28lp.txt | 34 - st,osc-rdy : to check the MIPHY0_OSC_RDY status in the glue-logic. This 65 st,osc-rdy;
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7173.yaml | 76 - const: rdy 383 interrupt-names = "rdy"; 441 interrupt-names = "rdy";
|
/linux-6.12.1/drivers/char/ |
D | dtlk.c | 197 /* the RDY bit goes zero 2-3 usec in dtlk_write() 200 up to 250 usec for the RDY bit to in dtlk_write() 649 /* the RDY bit goes zero 2-3 usec after writing, and goes in dtlk_write_tts() 651 usec for the RDY bit to go zero. */ in dtlk_write_tts()
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stih418-b2199.dts | 43 st,osc-rdy;
|
/linux-6.12.1/arch/mips/boot/dts/ni/ |
D | 169445.dts | 67 gpios = <&gpio2 0 0>, /* rdy */
|
/linux-6.12.1/Documentation/devicetree/bindings/spi/ |
D | fsl-imx-cspi.yaml | 75 fsl,spi-rdy-drctl:
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_93cx6.h | 77 * RDY - SEEPROM ready
|
D | aic7xxx_93cx6.c | 95 #define CLOCK_PULSE(sd, rdy) \ argument 96 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
|