Searched refs:src_dev (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/drivers/target/ | 
| D | target_core_xcopy.c | 87 			xop->src_dev = se_dev;  in target_xcopy_locate_se_dev_e4() 89 				" se_dev\n", xop->src_dev);  in target_xcopy_locate_se_dev_e4() 167 			xop->src_dev = se_cmd->se_dev;  in target_xcopy_parse_tiddesc_e4() 169 					" received xop\n", xop->src_dev);  in target_xcopy_parse_tiddesc_e4() 253 		 xop->src_dev, &xop->src_tid_wwn[0]);  in target_xcopy_parse_target_descriptors() 379 		remote_dev = xop->src_dev;  in xcopy_pt_undepend_remotedev() 645 	struct se_device *src_dev,  in target_xcopy_read_source()  argument 651 	u32 length = (src_sectors * src_dev->dev_attrib.block_size);  in target_xcopy_read_source() 675 	rc = target_xcopy_setup_pt_cmd(xpt_cmd, xop, src_dev, &cdb[0],  in target_xcopy_read_source() 765 	struct se_device *src_dev = xop->src_dev, *dst_dev = xop->dst_dev;  in target_xcopy_do_work()  local [all …] 
 | 
| D | target_core_xcopy.h | 17 	struct se_device *src_dev;  member
  | 
| /linux-4.1.27/drivers/uwb/ | 
| D | drp.c | 743 			 size_t ielen, struct uwb_dev *src_dev)  in uwb_drp_process_all()  argument 757 			uwb_drp_availability_process(rc, src_dev, (struct uwb_ie_drp_avail *)ie_hdr);  in uwb_drp_process_all() 760 			uwb_drp_process(rc, drp_evt, src_dev, (struct uwb_ie_drp *)ie_hdr);  in uwb_drp_process_all() 812 	struct uwb_dev *src_dev;  in uwbd_evt_handle_rc_drp()  local 833 	src_dev = uwb_dev_get_by_devaddr(rc, &src_addr);  in uwbd_evt_handle_rc_drp() 834 	if (!src_dev) {  in uwbd_evt_handle_rc_drp() 849 	uwb_drp_process_all(rc, drp_evt, ielength, src_dev);  in uwbd_evt_handle_rc_drp() 853 	uwb_dev_put(src_dev);  in uwbd_evt_handle_rc_drp()
  | 
| /linux-4.1.27/drivers/scsi/libsas/ | 
| D | sas_expander.c | 1826 			      struct domain_device **src_dev)  in sas_find_bcast_dev()  argument 1844 			*src_dev = dev;  in sas_find_bcast_dev() 1853 			res = sas_find_bcast_dev(ch, src_dev);  in sas_find_bcast_dev() 1854 			if (*src_dev)  in sas_find_bcast_dev()
  | 
| /linux-4.1.27/drivers/regulator/ | 
| D | core.c | 94 	struct device *src_dev;  member 1259 		if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0)  in regulator_find_supply_alias() 1624 	map->src_dev = dev;  in regulator_register_supply_alias()
  |