Searched refs:write_enable (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/input/serio/ |
D | ps2-gpio.c | 53 bool write_enable; member 178 if (!drvdata->write_enable) in ps2_gpio_irq_rx() 185 if (!drvdata->write_enable) { in ps2_gpio_irq_rx() 339 drvdata->write_enable = device_property_read_bool(dev, in ps2_gpio_get_props() 393 serio->write = drvdata->write_enable ? ps2_gpio_write : NULL; in ps2_gpio_probe()
|
/Linux-v5.10/drivers/crypto/ccree/ |
D | cc_hw_queue_defs.h | 387 u32 size, bool write_enable) in set_dout_no_dma() argument 391 FIELD_PREP(WORD3_DOUT_LAST_IND, write_enable); in set_dout_no_dma()
|
/Linux-v5.10/drivers/phy/rockchip/ |
D | phy-rockchip-typec.c | 346 u32 write_enable; member 563 u32 mask = 1 << reg->write_enable; in property_enable()
|
/Linux-v5.10/drivers/pci/ |
D | quirks.c | 3115 u8 write_enable; in ricoh_mmc_fixup_rl5c476() local 3131 pci_read_config_byte(dev, 0x8E, &write_enable); in ricoh_mmc_fixup_rl5c476() 3136 pci_write_config_byte(dev, 0x8E, write_enable); in ricoh_mmc_fixup_rl5c476() 3147 u8 write_enable; in ricoh_mmc_fixup_r5c832() local 3186 pci_read_config_byte(dev, 0xCA, &write_enable); in ricoh_mmc_fixup_r5c832() 3189 pci_write_config_byte(dev, 0xCA, write_enable); in ricoh_mmc_fixup_r5c832()
|