Home
last modified time | relevance | path

Searched refs:class_interface (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/include/linux/device/
A Dclass.h241 struct class_interface { struct
245 int (*add_dev) (struct device *, struct class_interface *); argument
246 void (*remove_dev) (struct device *, struct class_interface *); argument
249 extern int __must_check class_interface_register(struct class_interface *);
250 extern void class_interface_unregister(struct class_interface *);
/linux-6.3-rc2/include/scsi/
A Dscsi_driver.h29 extern int scsi_register_interface(struct class_interface *);
/linux-6.3-rc2/drivers/hwmon/
A Ddrivetemp.c553 static int drivetemp_add(struct device *dev, struct class_interface *intf) in drivetemp_add()
588 static void drivetemp_remove(struct device *dev, struct class_interface *intf) in drivetemp_remove()
602 static struct class_interface drivetemp_interface = {
/linux-6.3-rc2/drivers/scsi/
A Dses.c667 struct class_interface *intf) in ses_intf_add()
873 struct class_interface *intf) in ses_intf_remove()
883 static struct class_interface ses_interface = {
A Dsg.c99 static int sg_add_device(struct device *, struct class_interface *);
100 static void sg_remove_device(struct device *, struct class_interface *);
106 static struct class_interface sg_interface = {
1491 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device()
1581 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device()
A Dscsi_sysfs.c1580 int scsi_register_interface(struct class_interface *intf) in scsi_register_interface()
/linux-6.3-rc2/drivers/base/
A Dclass.c442 int class_interface_register(struct class_interface *class_intf) in class_interface_register()
469 void class_interface_unregister(struct class_interface *class_intf) in class_interface_unregister()
A Dcore.c559 struct class_interface *class_intf) in devlink_add_symlinks()
609 struct class_interface *class_intf) in devlink_remove_symlinks()
639 static struct class_interface devlink_class_intf = {
3477 struct class_interface *class_intf; in device_add()
3736 struct class_interface *class_intf; in device_del()
/linux-6.3-rc2/drivers/pcmcia/
A Drsrc_nonstatic.c1204 struct class_interface *class_intf)
1214 struct class_interface *class_intf)
1223 static struct class_interface pccard_rsrc_interface __refdata = {
A Dds.c1339 struct class_interface *class_intf) in pcmcia_bus_add_socket()
1373 struct class_interface *class_intf) in pcmcia_bus_remove_socket()
1397 static struct class_interface pcmcia_bus_interface __refdata = {
/linux-6.3-rc2/kernel/time/
A Dalarmtimer.c85 struct class_interface *class_intf) in alarmtimer_rtc_add_device()
132 static struct class_interface alarmtimer_rtc_interface = {
/linux-6.3-rc2/drivers/net/
A Drionet.c666 struct class_interface *class_intf) in rionet_remove_mport()
714 static struct class_interface rio_mport_interface __refdata = {
/linux-6.3-rc2/drivers/ntb/hw/mscc/
A Dntb_hw_switchtec.c1474 struct class_interface *class_intf) in switchtec_ntb_add()
1545 struct class_interface *class_intf) in switchtec_ntb_remove()
1563 static struct class_interface switchtec_interface = {
/linux-6.3-rc2/drivers/rapidio/
A Drio_cm.c2096 struct class_interface *class_intf) in riocm_add_mport()
2176 struct class_interface *class_intf) in riocm_remove_mport()
2285 static struct class_interface rio_mport_interface __refdata = {
/linux-6.3-rc2/drivers/rapidio/devices/
A Drio_mport_cdev.c2542 struct class_interface *class_intf) in mport_add_mport()
2563 struct class_interface *class_intf) in mport_remove_mport()
2588 static struct class_interface rio_mport_interface __refdata = {

Completed in 45 milliseconds