Home
last modified time | relevance | path

Searched refs:class_name (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/tools/usb/usbip/src/
Dusbip_list.c51 char class_name[100]; in get_exported_devices() local
100 usbip_names_get_class(class_name, sizeof(class_name), in get_exported_devices()
105 printf("%11s: %s\n", "", class_name); in get_exported_devices()
117 usbip_names_get_class(class_name, sizeof(class_name), in get_exported_devices()
121 printf("%11s: %2d - %s\n", "", j, class_name); in get_exported_devices()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddevice.c114 const char *class_name(void) in class_name() function
149 class = class_create(THIS_MODULE, class_name()); in dev_init()
Ddevice.h58 const char *class_name(void);
Dfile_ops.c2100 ret = hfi1_cdev_init(0, class_name(), &hfi1_file_ops, in user_add()
2107 snprintf(name, sizeof(name), "%s_%d", class_name(), dd->unit); in user_add()
2116 "%s_ui%d", class_name(), dd->unit); in user_add()
Ddiag.c281 snprintf(name, sizeof(name), "%s_diagpkt%d", class_name(), in hfi1_diag_add()
291 snprintf(name, sizeof(name), "%s_diagpkt", class_name()); in hfi1_diag_add()
Ddebugfs.c716 snprintf(name, sizeof(name), "%s_%d", class_name(), unit); in hfi1_dbg_ibdev_init()
Dverbs.c1995 lcpysz = strlcpy(ibdev->name, class_name(), lcpysz); in hfi1_register_ib_device()
/linux-4.4.14/drivers/parport/
Dprobe.c90 kfree(info->class_name); in parse_data()
91 info->class_name = kstrdup(sep, GFP_KERNEL); in parse_data()
Dprocfs.c88 if ((str = info->class_name) != NULL) in do_autoprobe()
Dshare.c356 kfree(port->probe_info[d].class_name); in free_port()
/linux-4.4.14/net/atm/
Dproc.c156 static const char *const class_name[] = { in pvc_info() local
168 class_name[vcc->qos.rxtp.traffic_class], in pvc_info()
170 class_name[vcc->qos.txtp.traffic_class]); in pvc_info()
/linux-4.4.14/drivers/usb/core/
Ddevices.c138 char *class_name; member
178 return clas_info[ix].class_name; in class_decode()
/linux-4.4.14/include/linux/ceph/
Dosd_client.h97 const char *class_name; member
/linux-4.4.14/include/linux/
Dparport.h118 const char *class_name; member
/linux-4.4.14/drivers/block/
Drbd.c3276 const char *class_name, in rbd_obj_method_sync() argument
3316 class_name, method_name); in rbd_obj_method_sync()
/linux-4.4.14/net/ceph/
Dosd_client.c539 op->cls.class_name = class; in osd_req_op_cls_init()