/kernel/linux/linux-5.10/drivers/bus/ |
D | ts-nbus.c | 38 struct gpio_desc *rdy; member 79 ts_nbus->rdy = devm_gpiod_get(&pdev->dev, "ts,rdy", GPIOD_IN); in ts_nbus_init_pdata() 80 if (IS_ERR(ts_nbus->rdy)) { in ts_nbus_init_pdata() 82 return PTR_ERR(ts_nbus->rdy); in ts_nbus_init_pdata() 230 ret = gpiod_get_value_cansleep(ts_nbus->rdy); in ts_nbus_read() 265 while (gpiod_get_value_cansleep(ts_nbus->rdy) != 0) { in ts_nbus_write()
|
/kernel/linux/linux-5.10/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() 345 gpiomtd->rdy = devm_gpiod_get_optional(dev, "rdy", GPIOD_IN); in gpio_nand_probe() 346 if (IS_ERR(gpiomtd->rdy)) { in gpio_nand_probe() 347 ret = PTR_ERR(gpiomtd->rdy); in gpio_nand_probe()
|
D | lpc32xx_slc.c | 300 int rdy = 0; in lpc32xx_nand_device_ready() local 303 rdy = 1; in lpc32xx_nand_device_ready() 305 return rdy; in lpc32xx_nand_device_ready()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_93cx6.c | 95 #define CLOCK_PULSE(sd, rdy) \ argument 96 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | wacom_w8001.c | 60 u8 rdy; member 111 coord->rdy = data[0] & 0x20; in parse_pen_data() 256 input_report_key(dev, w8001->type, coord->rdy); in report_pen_events() 259 if (!coord->rdy) in report_pen_events()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 62 ebu clk, ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, 94 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 106 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 121 nand rdy, nand rd, nand_d0, nand_d1, nand_d2, nand_d3, nand_d4, nand_d5,
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | picoxcell-pc7302-pc3x2.dts | 40 gpios = <&banka 1 0 /* rdy */
|
D | picoxcell-pc7302-pc3x3.dts | 46 gpios = <&banka 1 0 /* rdy */
|
D | stih418-b2199.dts | 91 st,osc-rdy;
|
D | stihxxx-b2120.dtsi | 134 st,osc-rdy;
|
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/ni/ |
D | 169445.dts | 67 gpios = <&gpio2 0 0>, /* rdy */
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
D | at91_cf.c | 95 int rdy = gpio_is_valid(cf->board->irq_pin); /* RDY/nIRQ */ in at91_cf_get_status() local 99 if (!rdy || gpio_get_value(cf->board->irq_pin)) in at91_cf_get_status()
|
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
D | crypto4xx_reg_def.h | 231 u32 rdy:1; member
|
D | crypto4xx_core.c | 895 sd->ctl.rdy = 1; in crypto4xx_build_pd() 906 sd->ctl.rdy = 1; in crypto4xx_build_pd()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | atmel-nand.txt | 183 gpios = <&pioC 13 0 /* rdy */ 210 gpios = <&pioD 5 0 /* rdy */
|
/kernel/linux/linux-5.10/sound/pci/ |
D | sis7019.c | 896 u16 rdy; in sis_ac97_rw() local 904 rdy = codec_ready[codec]; in sis_ac97_rw() 924 if ((status & rdy) && !(status & SIS_AC97_STATUS_BUSY)) in sis_ac97_rw()
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 1619 u32 loop, post, rdy = 0; in beiscsi_check_fw_rdy() local 1627 rdy = 1; in beiscsi_check_fw_rdy() 1633 if (!rdy) { in beiscsi_check_fw_rdy() 1638 return rdy; in beiscsi_check_fw_rdy()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
D | hisi_sas.h | 661 extern void hisi_sas_phy_down(struct hisi_hba *hisi_hba, int phy_no, int rdy);
|
D | hisi_sas_v3_hw.c | 1629 int rdy = phy_state & (1 << phy_no); in int_phy_up_down_bcast_v3_hw() local 1631 if (rdy) { in int_phy_up_down_bcast_v3_hw()
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
D | airo.c | 1008 unsigned int rdy: 1; member 2607 ai->rxfids[i].rx_desc.rdy = 0; in mpi_map_card() 3673 if (rxd.rdy && rxd.valid == 0) { in mpi_receive_802_3() 3726 rxd.rdy = 0; in mpi_receive_802_3() 3812 rxd.rdy = 0; in mpi_receive_802_11()
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | wacom_wac.c | 3038 bool range, prox, rdy; in wacom_bpt_pen() local 3045 rdy = (data[1] & 0x20) == 0x20; in wacom_bpt_pen() 3051 if (rdy) { in wacom_bpt_pen()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3308.dtsi | 867 flash_rdy: flash-rdy {
|