Searched refs:bsg_device (Results 1 – 1 of 1) sorted by relevance
29 struct bsg_device { struct196 static struct bsg_device *bsg_alloc_device(void) in bsg_alloc_device()198 struct bsg_device *bd; in bsg_alloc_device()200 bd = kzalloc(sizeof(struct bsg_device), GFP_KERNEL); in bsg_alloc_device()210 static int bsg_put_device(struct bsg_device *bd) in bsg_put_device()234 static struct bsg_device *bsg_add_device(struct inode *inode, in bsg_add_device()238 struct bsg_device *bd; in bsg_add_device()264 static struct bsg_device *__bsg_get_device(int minor, struct request_queue *q) in __bsg_get_device()266 struct bsg_device *bd; in __bsg_get_device()281 static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file) in bsg_get_device()[all …]