Searched refs:cfcnfg (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/caif/
H A Dcfcnfg.h14 struct cfcnfg;
40 struct cfcnfg *get_cfcnfg(struct net *net);
45 struct cfcnfg *cfcnfg_create(void);
51 void cfcnfg_remove(struct cfcnfg *cfg);
66 cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
79 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
87 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
H A Dcaif_dev.h11 #include <net/caif/cfcnfg.h>
/linux-master/net/caif/
H A DMakefile5 cfcnfg.o cfmuxl.o cfctrl.o \
H A Dcfcnfg.c16 #include <net/caif/cfcnfg.h>
24 #define container_obj(layr) container_of(layr, struct cfcnfg, layer)
55 struct cfcnfg { struct
72 struct cfcnfg *cfcnfg_create(void)
74 struct cfcnfg *this;
80 this = kzalloc(sizeof(struct cfcnfg), GFP_ATOMIC);
117 void cfcnfg_remove(struct cfcnfg *cfg)
133 static struct cfcnfg_phyinfo *cfcnfg_get_phyinfo_rcu(struct cfcnfg *cnfg,
148 static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnf
[all...]
H A Dcaif_dev.c27 #include <net/caif/cfcnfg.h>
52 struct cfcnfg *cfg;
59 struct cfcnfg *get_cfcnfg(struct net *net)
321 struct cfcnfg *cfg = get_cfcnfg(dev_net(dev));
370 struct cfcnfg *cfg;
526 struct cfcnfg *cfg = get_cfcnfg(net);
H A Dcaif_usb.c21 #include <net/caif/cfcnfg.h>
/linux-master/drivers/net/caif/
H A Dcaif_serial.c19 #include <net/caif/cfcnfg.h>

Completed in 144 milliseconds