Lines Matching refs:bsg
13 #include <linux/bsg-lib.h>
145 * bsg_teardown_job - routine to teardown a bsg job
174 * bsg_job_done - completion routine for bsg requests
179 * The LLD should call this when the bsg job has completed.
194 * bsg_complete - softirq done routine for destroying the bsg requests
220 * bsg_prepare_job - create the bsg_job structure for the bsg request
221 * @dev: device that is being sent the bsg request
255 * bsg_queue_rq - generic handler for bsg requests
358 * bsg_setup_queue - Create and add the bsg hooks so we can receive requests
359 * @dev: device to attach bsg device to
360 * @name: device to give bsg device
361 * @job_fn: bsg job handler
401 printk(KERN_ERR "%s: bsg interface failed to "