Lines Matching defs:dev
264 struct device dev; member
273 struct device *dev, *dma_dev; member
288 struct ssb_device * dev_to_ssb_dev(const struct device *dev) in dev_to_ssb_dev()
297 void ssb_set_drvdata(struct ssb_device *dev, void *data) in ssb_set_drvdata()
302 void * ssb_get_drvdata(struct ssb_device *dev) in ssb_get_drvdata()
310 void * ssb_get_devtypedata(struct ssb_device *dev) in ssb_get_devtypedata()
575 static inline u8 ssb_read8(struct ssb_device *dev, u16 offset) in ssb_read8()
579 static inline u16 ssb_read16(struct ssb_device *dev, u16 offset) in ssb_read16()
583 static inline u32 ssb_read32(struct ssb_device *dev, u16 offset) in ssb_read32()
587 static inline void ssb_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_write8()
591 static inline void ssb_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_write16()
595 static inline void ssb_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_write32()
600 static inline void ssb_block_read(struct ssb_device *dev, void *buffer, in ssb_block_read()
606 static inline void ssb_block_write(struct ssb_device *dev, const void *buffer, in ssb_block_write()
624 static inline void __cold __ssb_dma_not_implemented(struct ssb_device *dev) in __ssb_dma_not_implemented()