Searched refs:write_byte (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | nvram.h | 35 void (*write_byte)(unsigned char, int); member 76 if (arch_nvram_ops.write_byte) in nvram_write_byte() 77 arch_nvram_ops.write_byte(val, addr); in nvram_write_byte()
|
| D | i2c-algo-pca.h | 72 void (*write_byte) (void *data, int reg, int val); member
|
| D | w1.h | 143 void (*write_byte)(void *, u8); member
|
| /include/linux/rtc/ |
| D | m48t59.h | 50 void (*write_byte)(struct device *dev, u32 ofs, u8 val); member
|
| /include/linux/mmc/ |
| D | sdio_func.h | 159 extern u8 sdio_writeb_readb(struct sdio_func *func, u8 write_byte,
|
| /include/linux/mtd/ |
| D | rawnand.h | 1168 void (*write_byte)(struct nand_chip *chip, u8 byte); member
|