Lines Matching defs:bsg_device
29 struct bsg_device {
198 static struct bsg_device *bsg_alloc_device(void)
200 struct bsg_device *bd;
202 bd = kzalloc(sizeof(struct bsg_device), GFP_KERNEL);
212 static int bsg_put_device(struct bsg_device *bd)
236 static struct bsg_device *bsg_add_device(struct inode *inode,
240 struct bsg_device *bd;
266 static struct bsg_device *__bsg_get_device(int minor, struct request_queue *q)
268 struct bsg_device *bd;
283 static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file)
285 struct bsg_device *bd;
310 struct bsg_device *bd;
323 struct bsg_device *bd = file->private_data;
329 static int bsg_get_command_q(struct bsg_device *bd, int __user *uarg)
334 static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg)
351 struct bsg_device *bd = file->private_data;