hpt_action
vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
static void hpt_action(struct cam_sim *sim, union ccb *ccb);
hpt_vsim = cam_sim_alloc(hpt_action, hpt_poll, __str(PROC_DIR_NAME),
static void hpt_action(struct cam_sim *sim, union ccb *ccb);
vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
static void hpt_action(struct cam_sim *sim, union ccb *ccb);