Home
last modified time | relevance | path

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

/linux-6.1.9/tools/usb/usbip/src/
Dusbip_list.c47 char class_name[100]; in get_exported_devices() local
98 usbip_names_get_class(class_name, sizeof(class_name), in get_exported_devices()
103 printf("%11s: %s\n", "", class_name); in get_exported_devices()
115 usbip_names_get_class(class_name, sizeof(class_name), in get_exported_devices()
119 printf("%11s: %2d - %s\n", "", j, class_name); in get_exported_devices()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Ddevice.c70 const char *class_name(void) in class_name() function
105 class = class_create(THIS_MODULE, class_name()); in dev_init()
Ddevice.h15 const char *class_name(void);
Ddebugfs.c1192 snprintf(name, sizeof(name), "%s_%d", class_name(), unit); in hfi1_dbg_ibdev_init()
Dfile_ops.c1655 snprintf(name, sizeof(name), "%s_%d", class_name(), dd->unit); in user_add()
Dinit.c1234 rvt_set_ibdev_name(&dd->verbs_dev.rdi, "%s_%d", class_name(), dd->unit); in hfi1_alloc_devdata()
/linux-6.1.9/net/atm/
Dproc.c143 static const char *const class_name[] = { in pvc_info() local
155 class_name[vcc->qos.rxtp.traffic_class], in pvc_info()
157 class_name[vcc->qos.txtp.traffic_class]); in pvc_info()
/linux-6.1.9/drivers/parport/
Dprobe.c87 kfree(info->class_name); in parse_data()
88 info->class_name = kstrdup(sep, GFP_KERNEL); in parse_data()
Dprocfs.c89 if ((str = info->class_name) != NULL) in do_autoprobe()
Dshare.c357 kfree(port->probe_info[d].class_name); in free_port()
/linux-6.1.9/drivers/usb/core/
Ddevices.c101 char *class_name; member
139 return clas_info[ix].class_name; in class_decode()
/linux-6.1.9/include/linux/
Dparport.h118 const char *class_name; member
/linux-6.1.9/include/linux/ceph/
Dosd_client.h111 const char *class_name; member
/linux-6.1.9/Documentation/admin-guide/
Ddynamic-debug-howto.rst179 The given class_name is validated against each module, which may
180 have declared a list of known class_names. If the class_name is
/linux-6.1.9/net/ceph/
Ddebugfs.c227 seq_printf(s, "-%s/%s", op->cls.class_name, in dump_request()
Dosd_client.c811 op->cls.class_name = class; in osd_req_op_cls_init()