Searched refs:skd_device (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 271 struct skd_device { struct 360 static inline u32 skd_reg_read32(struct skd_device *skdev, u32 offset) in skd_reg_read32() argument 377 static inline void skd_reg_write32(struct skd_device *skdev, u32 val, in skd_reg_write32() 392 static inline void skd_reg_write64(struct skd_device *skdev, u64 val, in skd_reg_write64() 452 static void skd_destruct(struct skd_device *skdev); 454 static void skd_send_fitmsg(struct skd_device *skdev, 456 static void skd_send_special_fitmsg(struct skd_device *skdev, 459 static void skd_end_request(struct skd_device *skdev, 461 static int skd_preop_sg_list(struct skd_device *skdev, 463 static void skd_postop_sg_list(struct skd_device *skdev, [all …]
|