Lines Matching refs:f

79 static int features_show(struct seq_file *f, void *ptr)  in features_show()  argument
81 struct hci_dev *hdev = f->private; in features_show()
86 seq_printf(f, "%2u: 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x " in features_show()
94 seq_printf(f, "LE: 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x " in features_show()
117 static int device_id_show(struct seq_file *f, void *ptr) in device_id_show() argument
119 struct hci_dev *hdev = f->private; in device_id_show()
122 seq_printf(f, "%4.4x:%4.4x:%4.4x:%4.4x\n", hdev->devid_source, in device_id_show()
141 static int device_list_show(struct seq_file *f, void *ptr) in device_list_show() argument
143 struct hci_dev *hdev = f->private; in device_list_show()
149 seq_printf(f, "%pMR (type %u)\n", &b->bdaddr, b->bdaddr_type); in device_list_show()
151 seq_printf(f, "%pMR (type %u) %u\n", &p->addr, p->addr_type, in device_list_show()
171 static int blacklist_show(struct seq_file *f, void *p) in blacklist_show() argument
173 struct hci_dev *hdev = f->private; in blacklist_show()
178 seq_printf(f, "%pMR (type %u)\n", &b->bdaddr, b->bdaddr_type); in blacklist_show()
196 static int uuids_show(struct seq_file *f, void *p) in uuids_show() argument
198 struct hci_dev *hdev = f->private; in uuids_show()
212 seq_printf(f, "%pUb\n", val); in uuids_show()
231 static int remote_oob_show(struct seq_file *f, void *ptr) in remote_oob_show() argument
233 struct hci_dev *hdev = f->private; in remote_oob_show()
238 seq_printf(f, "%pMR (type %u) %u %*phN %*phN %*phN %*phN\n", in remote_oob_show()
387 static int inquiry_cache_show(struct seq_file *f, void *p) in inquiry_cache_show() argument
389 struct hci_dev *hdev = f->private; in inquiry_cache_show()
397 seq_printf(f, "%pMR %d %d %d 0x%.2x%.2x%.2x 0x%.4x %d %d %u\n", in inquiry_cache_show()
423 static int link_keys_show(struct seq_file *f, void *ptr) in link_keys_show() argument
425 struct hci_dev *hdev = f->private; in link_keys_show()
430 seq_printf(f, "%pMR %u %*phN %u\n", &key->bdaddr, key->type, in link_keys_show()
449 static int dev_class_show(struct seq_file *f, void *ptr) in dev_class_show() argument
451 struct hci_dev *hdev = f->private; in dev_class_show()
454 seq_printf(f, "0x%.2x%.2x%.2x\n", hdev->dev_class[2], in dev_class_show()
642 static int identity_show(struct seq_file *f, void *p) in identity_show() argument
644 struct hci_dev *hdev = f->private; in identity_show()
652 seq_printf(f, "%pMR (type %u) %*phN %pMR\n", &addr, addr_type, in identity_show()
703 static int random_address_show(struct seq_file *f, void *p) in random_address_show() argument
705 struct hci_dev *hdev = f->private; in random_address_show()
708 seq_printf(f, "%pMR\n", &hdev->random_addr); in random_address_show()
726 static int static_address_show(struct seq_file *f, void *p) in static_address_show() argument
728 struct hci_dev *hdev = f->private; in static_address_show()
731 seq_printf(f, "%pMR\n", &hdev->static_addr); in static_address_show()
796 static int white_list_show(struct seq_file *f, void *ptr) in white_list_show() argument
798 struct hci_dev *hdev = f->private; in white_list_show()
803 seq_printf(f, "%pMR (type %u)\n", &b->bdaddr, b->bdaddr_type); in white_list_show()
821 static int identity_resolving_keys_show(struct seq_file *f, void *ptr) in identity_resolving_keys_show() argument
823 struct hci_dev *hdev = f->private; in identity_resolving_keys_show()
828 seq_printf(f, "%pMR (type %u) %*phN %pMR\n", in identity_resolving_keys_show()
850 static int long_term_keys_show(struct seq_file *f, void *ptr) in long_term_keys_show() argument
852 struct hci_dev *hdev = f->private; in long_term_keys_show()
857 seq_printf(f, "%pMR (type %u) %u 0x%02x %u %.4x %.16llx %*phN\n", in long_term_keys_show()