/Linux-v6.1/drivers/bus/ |
D | ts-nbus.c | 35 struct gpio_desc *rdy; member 76 ts_nbus->rdy = devm_gpiod_get(&pdev->dev, "ts,rdy", GPIOD_IN); in ts_nbus_init_pdata() 77 if (IS_ERR(ts_nbus->rdy)) { in ts_nbus_init_pdata() 79 return PTR_ERR(ts_nbus->rdy); in ts_nbus_init_pdata() 227 ret = gpiod_get_value_cansleep(ts_nbus->rdy); in ts_nbus_read() 262 while (gpiod_get_value_cansleep(ts_nbus->rdy) != 0) { in ts_nbus_write()
|
/Linux-v6.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() 344 gpiomtd->rdy = devm_gpiod_get_optional(dev, "rdy", GPIOD_IN); in gpio_nand_probe() 345 if (IS_ERR(gpiomtd->rdy)) { in gpio_nand_probe() 346 ret = PTR_ERR(gpiomtd->rdy); in gpio_nand_probe()
|
D | lpc32xx_slc.c | 299 int rdy = 0; in lpc32xx_nand_device_ready() local 302 rdy = 1; in lpc32xx_nand_device_ready() 304 return rdy; in lpc32xx_nand_device_ready()
|
/Linux-v6.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-v6.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_93cx6.c | 95 #define CLOCK_PULSE(sd, rdy) \ argument 96 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
|
/Linux-v6.1/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,
|
/Linux-v6.1/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()
|
/Linux-v6.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-v6.1/arch/mips/boot/dts/ni/ |
D | 169445.dts | 67 gpios = <&gpio2 0 0>, /* rdy */
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stih418-b2199.dts | 43 st,osc-rdy;
|
D | stih418-b2264.dts | 121 st,osc-rdy;
|
D | stihxxx-b2120.dtsi | 77 st,osc-rdy;
|
D | rk3036.dtsi | 748 flash_rdy: flash-rdy {
|
/Linux-v6.1/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()
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | atmel-nand.txt | 183 gpios = <&pioC 13 0 /* rdy */ 210 gpios = <&pioD 5 0 /* rdy */
|
/Linux-v6.1/sound/pci/ |
D | sis7019.c | 895 u16 rdy; in sis_ac97_rw() local 903 rdy = codec_ready[codec]; in sis_ac97_rw() 923 if ((status & rdy) && !(status & SIS_AC97_STATUS_BUSY)) in sis_ac97_rw()
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/scsi/hisi_sas/ |
D | hisi_sas.h | 650 extern void hisi_sas_phy_down(struct hisi_hba *hisi_hba, int phy_no, int rdy,
|
D | hisi_sas_main.c | 1958 void hisi_sas_phy_down(struct hisi_hba *hisi_hba, int phy_no, int rdy, in hisi_sas_phy_down() argument 1965 if (rdy) { in hisi_sas_phy_down()
|
D | hisi_sas_v3_hw.c | 1656 int rdy = phy_state & (1 << phy_no); in int_phy_up_down_bcast_v3_hw() local 1658 if (rdy) { in int_phy_up_down_bcast_v3_hw()
|
/Linux-v6.1/drivers/net/wireless/cisco/ |
D | airo.c | 1007 unsigned int rdy: 1; member 2603 ai->rxfids[i].rx_desc.rdy = 0; in mpi_map_card() 3665 if (rxd.rdy && rxd.valid == 0) { in mpi_receive_802_3() 3718 rxd.rdy = 0; in mpi_receive_802_3() 3804 rxd.rdy = 0; in mpi_receive_802_11()
|
/Linux-v6.1/drivers/hid/ |
D | wacom_wac.c | 3135 bool range, prox, rdy; in wacom_bpt_pen() local 3142 rdy = (data[1] & 0x20) == 0x20; in wacom_bpt_pen() 3148 if (rdy) { in wacom_bpt_pen()
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3308.dtsi | 981 flash_rdy: flash-rdy {
|