w1_family
static struct w1_family bq27xxx_battery_hdq_family = {
static struct w1_family w1_ds2760_family = {
static struct w1_family w1_max1721x_family = {
static struct w1_family w1_family_ds2405 = {
static struct w1_family w1_family_12 = {
static struct w1_family w1_family_29 = {
static struct w1_family w1_family_3a = {
static struct w1_family w1_family_1d = {
static struct w1_family w1_family_14 = {
static struct w1_family w1_family_2d = {
static struct w1_family w1_family_23 = {
static struct w1_family w1_family_43 = {
static struct w1_family w1_ds2438_family = {
static struct w1_family w1_family_09 = {
static struct w1_family w1_family_0b = {
static struct w1_family w1_family_89 = {
static struct w1_family w1_family_91 = {
static struct w1_family w1_ds2780_family = {
static struct w1_family w1_ds2781_family = {
static struct w1_family w1_family_0d = {
static struct w1_family w1_family_1C = {
static struct w1_family w1_family_19 = {
static struct w1_family w1_smem_family_01 = {
static struct w1_family w1_smem_family_81 = {
struct w1_family *f;
static struct w1_family w1_therm_family_DS18S20 = {
static struct w1_family w1_therm_family_DS18B20 = {
static struct w1_family w1_therm_family_DS1822 = {
static struct w1_family w1_therm_family_DS28EA00 = {
static struct w1_family w1_therm_family_DS1825 = {
static struct w1_family w1_default_family = {
struct w1_family *f;
void w1_reconnect_slaves(struct w1_family *f, int attach)
static void __w1_family_put(struct w1_family *f)
void w1_family_put(struct w1_family *f)
void w1_family_get(struct w1_family *f)
void __w1_family_get(struct w1_family *f)
int w1_register_family(struct w1_family *newf)
struct w1_family *f;
f = list_entry(ent, struct w1_family, family_entry);
void w1_unregister_family(struct w1_family *fent)
struct w1_family *f;
f = list_entry(ent, struct w1_family, family_entry);
struct w1_family * w1_family_registered(u8 fid)
struct w1_family *f = NULL;
f = list_entry(ent, struct w1_family, family_entry);
void w1_reconnect_slaves(struct w1_family *f, int attach);
void w1_family_put(struct w1_family *f);
void __w1_family_get(struct w1_family *f);
struct w1_family *w1_family_registered(u8 fid);
int w1_register_family(struct w1_family *family);
void w1_unregister_family(struct w1_family *family);
struct w1_family *family;