Home
last modified time | relevance | path

Searched refs:offs (Results 1 – 9 of 9) sorted by relevance

/include/linux/mfd/
Dsmsc.h27 #define SMSC_BANK(offs) ((offs) >> 3) argument
28 #define SMSC_BIT(offs) (1u << ((offs) & 0x7)) argument
Dti_ssp.h88 int ti_ssp_load(struct device *dev, int offs, u32* prog, int len);
/include/linux/i2c/
Dadp5588.h101 #define ADP5588_BANK(offs) ((offs) >> 3) argument
102 #define ADP5588_BIT(offs) (1u << ((offs) & 0x7)) argument
/include/linux/mtd/
Dnftl.h59 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,
Dinftl.h56 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,
Dbbm.h60 int offs; member
Dnand.h352 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/
Dseq_oss.h55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…
/include/uapi/linux/
Dsoundcard.h704 int offs; /* If required by the device (0 if not used) */ member