class_interface
int class_interface_register(struct class_interface *class_intf)
void class_interface_unregister(struct class_interface *class_intf)
struct class_interface *class_intf;
struct class_interface *class_intf;
static struct class_interface devlink_class_intf = {
static struct class_interface drivetemp_interface = {
int rpmb_interface_register(struct class_interface *intf)
void rpmb_interface_unregister(struct class_interface *intf)
static struct class_interface rio_mport_interface __refdata = {
static struct class_interface switchtec_interface = {
static struct class_interface pcmcia_bus_interface __refdata = {
static struct class_interface pccard_rsrc_interface __refdata = {
static struct class_interface rio_mport_interface __refdata = {
static struct class_interface rio_mport_interface __refdata = {
int scsi_register_interface(struct class_interface *intf)
static struct class_interface ses_interface = {
static struct class_interface sg_interface = {
static struct class_interface rpmb_class_intf = {
int __must_check class_interface_register(struct class_interface *);
void class_interface_unregister(struct class_interface *);
int rpmb_interface_register(struct class_interface *intf);
void rpmb_interface_unregister(struct class_interface *intf);
static inline int rpmb_interface_register(struct class_interface *intf)
static inline void rpmb_interface_unregister(struct class_interface *intf)
extern int scsi_register_interface(struct class_interface *);
static struct class_interface alarmtimer_rtc_interface = {