Lines Matching refs:lba_device
180 struct lba_device { struct
212 #define LBA_DEV(d) ((struct lba_device *) (d)) argument
288 lba_device_present( u8 bus, u8 dfn, struct lba_device *d) in lba_device_present()
466 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
511 struct lba_device *d = LBA_DEV(dev->bus->sysdata); \
549 lba_wr_cfg( struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
594 struct lba_device *d = LBA_DEV(dev->bus->sysdata); \
702 struct lba_device *ldev = LBA_DEV(bus->sysdata); in lba_fixup_bus()
989 lba_pat_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev) in lba_pat_resources()
1086 lba_legacy_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev) in lba_legacy_resources()
1199 lba_hw_init(struct lba_device *d) in lba_hw_init()
1280 lba_common_init(struct lba_device *lba_dev) in lba_common_init()
1304 struct lba_device *lba_dev; in lba_driver_callback()
1342 lba_dev = kmalloc(sizeof(struct lba_device), GFP_KERNEL); in lba_driver_callback()
1349 memset(lba_dev, 0, sizeof(struct lba_device)); in lba_driver_callback()