Searched refs:hp_device (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.h | 3 * drivers/hyperhold/hp_device.h 20 struct hp_device { struct 31 void unbind_bdev(struct hp_device *dev); 32 bool bind_bdev(struct hp_device *dev, const char *name); 33 bool crypto_init(struct hp_device *dev, bool soft); 34 void crypto_deinit(struct hp_device *dev);
|
H A D | hp_device.c | 3 * drivers/hyperhold/hp_device.c 13 #include "hp_device.h" 25 void unbind_bdev(struct hp_device *dev) in unbind_bdev() 49 bool bind_bdev(struct hp_device *dev, const char *name) in bind_bdev() 204 bool crypto_init(struct hp_device *dev, bool soft) in crypto_init() 224 void crypto_deinit(struct hp_device *dev) in crypto_deinit()
|
H A D | Makefile | 2 hyperhold-y := hp_core.o hp_device.o hp_space.o hp_iotab.o
|
H A D | hp_core.c | 15 #include "hp_device.h" 39 struct hp_device dev; 313 static struct hp_device *device_of(u32 eid) in device_of() 616 static struct page *get_encrypted_page(struct hp_device *dev, struct page *page, unsigned int op) in get_encrypted_page() 658 struct hp_device *dev = NULL; in hp_endio_work() 703 struct hp_device *dev = NULL; in hpio_submit()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.h | 3 * drivers/hyperhold/hp_device.h 20 struct hp_device { struct 31 void unbind_bdev(struct hp_device *dev); 32 bool bind_bdev(struct hp_device *dev, const char *name); 33 bool crypto_init(struct hp_device *dev, bool soft); 34 void crypto_deinit(struct hp_device *dev);
|
H A D | hp_device.c | 3 * drivers/hyperhold/hp_device.c 15 #include "hp_device.h" 27 void unbind_bdev(struct hp_device *dev) in unbind_bdev() 51 bool bind_bdev(struct hp_device *dev, const char *name) in bind_bdev() 210 bool crypto_init(struct hp_device *dev, bool soft) in crypto_init() 230 void crypto_deinit(struct hp_device *dev) in crypto_deinit()
|
H A D | Makefile | 2 hyperhold-y := hp_core.o hp_device.o hp_space.o hp_iotab.o
|
H A D | hp_core.c | 16 #include "hp_device.h" 40 struct hp_device dev; 353 static struct hp_device *device_of(u32 eid) in device_of() 656 static struct page *get_encrypted_page(struct hp_device *dev, struct page *page, unsigned int op) in get_encrypted_page() 698 struct hp_device *dev = NULL; in hp_endio_work() 743 struct hp_device *dev = NULL; in hpio_submit()
|
Completed in 4 milliseconds