Searched defs:busid (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/usbip/
H A Dstub_main.c52 * Find the index of the busid by name.
55 static int get_busid_idx(const char *busid) argument
62 if (!strncmp(busid_table[i].name, busid, BUSID_SIZE)) {
69 struct bus_id_priv *get_busid_priv(const char *busid) argument
75 idx = get_busid_idx(busid);
83 static int add_match_busid(char *busid) argument
90 if (get_busid_idx(busid) >= 0) {
97 strlcpy(busid_table[i].name, busid, BUSID_SIZE);
111 int del_match_busid(char *busid) argument
117 idx = get_busid_idx(busid);
156 char busid[BUSID_SIZE]; local
[all...]
/drivers/s390/scsi/
H A Dzfcp_aux.c56 static void __init zfcp_init_device_configure(char *busid, u64 wwpn, u64 lun) argument
62 cdev = get_ccwdev_by_busid(&zfcp_ccw_driver, busid);
92 char busid[ZFCP_BUS_ID_SIZE]; local
104 strncpy(busid, token, ZFCP_BUS_ID_SIZE);
115 zfcp_init_device_configure(busid, wwpn, lun);
/drivers/amba/
H A Dbus.c528 const char *busid; member in struct:find_data
542 if (d->busid)
543 r &= strcmp(dev_name(dev), d->busid) == 0;
555 * @busid: bus id for device (or NULL)
568 amba_find_device(const char *busid, struct device *parent, unsigned int id, argument
575 data.busid = busid;
/drivers/s390/block/
H A Ddasd_eer.c282 char busid[DASD_EER_BUSID_SIZE]; member in struct:dasd_eer_header
315 strncpy(header.busid, dev_name(&device->cdev->dev),
358 strncpy(header.busid, dev_name(&device->cdev->dev),
/drivers/staging/unisys/virtpci/
H A Dvirtpci.c305 /* find bus device with the busid that matches - match_busid matches bus_id */
307 sprintf(busid, "vbus%d", busno); \
309 (void *)busid, match_busid); \
311 LOGERR("**** FAILED to find vbus %s\n", busid); \
324 unsigned char busid[BUS_ID_SIZE]; local
381 unsigned char busid[BUS_ID_SIZE]; local
418 unsigned char busid[BUS_ID_SIZE]; local
620 unsigned char busid[BUS_ID_SIZE]; local
632 devtype == VIRTHBA_TYPE ? "vhbas" : "vnics", busid);

Completed in 129 milliseconds