Searched refs:offs (Results 1 – 9 of 9) sorted by relevance
/include/linux/mfd/ |
D | smsc.h | 27 #define SMSC_BANK(offs) ((offs) >> 3) argument 28 #define SMSC_BIT(offs) (1u << ((offs) & 0x7)) argument
|
D | ti_ssp.h | 88 int ti_ssp_load(struct device *dev, int offs, u32* prog, int len);
|
/include/linux/i2c/ |
D | adp5588.h | 101 #define ADP5588_BANK(offs) ((offs) >> 3) argument 102 #define ADP5588_BIT(offs) (1u << ((offs) & 0x7)) argument
|
/include/linux/mtd/ |
D | nftl.h | 59 int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, 61 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
|
D | inftl.h | 56 int inftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, 58 int inftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
|
D | bbm.h | 60 int offs; member
|
D | nand.h | 352 uint32_t offs, uint32_t len, uint8_t *buf); 628 extern int nand_update_bbt(struct mtd_info *mtd, loff_t offs); 630 extern int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
|
/include/sound/ |
D | seq_oss.h | 55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…
|
/include/uapi/linux/ |
D | soundcard.h | 704 int offs; /* If required by the device (0 if not used) */ member
|