Searched refs:reprobe (Results 1 – 5 of 5) sorted by relevance
90 struct iwl_trans_reprobe *reprobe; in iwl_trans_reprobe_wk() local92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk()94 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk()95 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_trans_reprobe_wk()96 put_device(reprobe->dev); in iwl_trans_reprobe_wk()97 kfree(reprobe); in iwl_trans_reprobe_wk()104 struct iwl_trans_reprobe *reprobe; in iwl_trans_schedule_reprobe() local116 reprobe = kzalloc_obj(*reprobe); in iwl_trans_schedule_reprobe()117 if (!reprobe) { in iwl_trans_schedule_reprobe()121 reprobe->dev = get_device(trans->dev); in iwl_trans_schedule_reprobe()[all …]
1483 int error, reprobe; in g_part_ctl_undo() local1515 reprobe = (table->gpt_scheme == &g_part_null_scheme || in g_part_ctl_undo()1518 if (reprobe) { in g_part_ctl_undo()
296 static int reprobe(struct cam_device *device);3073 reprobe(device); in atahpa()3221 reprobe(device); in ataama()9990 reprobe(struct cam_device *device) in reprobe() function10789 error = reprobe(cam_dev); in main()
831 needs to use devctl to re-enable the device, and reprobe it (or set
8339 - uninitialised variable in reprobe for rtt blocked domains fixed.