• Home
  • Raw
  • Download

Lines Matching refs:family

84 	w1_family_put(sl->family);  in w1_slave_release()
401 unsigned int family; in w1_atoreg_num() local
418 i = sscanf(buf, "%02x-%012llx", &family, &id); in w1_atoreg_num()
423 rn->family = family; in w1_atoreg_num()
431 rn->family, (unsigned long long)rn->id, rn->crc); in w1_atoreg_num()
446 if (sl->reg_num.family == rn->family && in w1_slave_search_device()
515 dev_info(dev, "Device %02x-%012llx doesn't exists\n", rn.family, in w1_master_attribute_store_remove()
604 err = add_uevent_var(env, "W1_FID=%02X", sl->reg_num.family); in w1_uevent()
619 fops = sl->family->fops; in w1_family_notify()
664 sl->family->fops->remove_slave(sl); in w1_family_notify()
682 sl->family->of_match_table); in __w1_attach_slave_device()
685 (unsigned int) sl->reg_num.family, in __w1_attach_slave_device()
689 (unsigned int) sl->reg_num.family, in __w1_attach_slave_device()
744 rn->family, (unsigned long long)rn->id, rn->crc); in w1_attach_slave_device()
748 request_module("w1-family-0x%02X", rn->family); in w1_attach_slave_device()
752 f = w1_family_registered(rn->family); in w1_attach_slave_device()
756 rn->family, rn->family, in w1_attach_slave_device()
762 sl->family = f; in w1_attach_slave_device()
769 w1_family_put(sl->family); in w1_attach_slave_device()
857 if (sl->reg_num.family == id->family && in w1_search_slave()
893 if ((attach && sl->family->fid == W1_FAMILY_DEFAULT in w1_reconnect_slaves()
894 && sl->reg_num.family == f->fid) || in w1_reconnect_slaves()
895 (!attach && sl->family->fid == f->fid)) { in w1_reconnect_slaves()