Searched refs:hconf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sys/modules/hid/hconf/ |
| HD | Makefile | 4 KMOD= hconf 5 SRCS= hconf.c
|
| /freebsd-14-stable/sys/dev/hid/ |
| HD | hconf.c | 56 static SYSCTL_NODE(_hw_hid, OID_AUTO, hconf, CTLFLAG_RW, 0, 322 DRIVER_MODULE(hconf, hidbus, hconf_driver, NULL, NULL); 323 MODULE_DEPEND(hconf, hidbus, 1, 1, 1); 324 MODULE_DEPEND(hconf, hid, 1, 1, 1); 325 MODULE_VERSION(hconf, 1);
|
| HD | hmt.c | 866 device_t hconf; in hmt_set_input_mode() local 872 hconf = hidbus_find_child(device_get_parent(sc->dev), in hmt_set_input_mode() 874 if (hconf == NULL) in hmt_set_input_mode() 878 if (device_is_alive(hconf) == 0) in hmt_set_input_mode() 879 device_probe_and_attach(hconf); in hmt_set_input_mode() 880 if (device_is_attached(hconf) == 0) in hmt_set_input_mode() 883 if (device_get_devclass(hconf) != hconf_devclass) in hmt_set_input_mode() 887 device_busy(hconf); in hmt_set_input_mode() 888 err = hconf_set_input_mode(hconf, mode); in hmt_set_input_mode() 889 device_unbusy(hconf); in hmt_set_input_mode() [all …]
|
| /freebsd-14-stable/contrib/bsddialog/lib/ |
| HD | lib_util.c | 170 struct bsddialog_conf hconf; in f1help() local 172 bsddialog_initconf(&hconf); in f1help() 173 hconf.title = "HELP"; in f1help() 174 hconf.button.ok_label = "EXIT"; in f1help() 175 hconf.clear = true; in f1help() 176 hconf.ascii_lines = conf->ascii_lines; in f1help() 177 hconf.no_lines = conf->no_lines; in f1help() 178 hconf.shadow = conf->shadow; in f1help() 179 hconf.text.highlight = conf->text.highlight; in f1help() 183 output = bsddialog_msgbox(&hconf, conf->key.f1_message, 0, 0); in f1help() [all …]
|
| /freebsd-14-stable/sys/modules/hid/ |
| HD | Makefile | 11 hconf \
|
| /freebsd-14-stable/contrib/wpa/src/ap/ |
| HD | drv_callbacks.c | 994 struct hostapd_bss_config *hconf = h_hapd->conf; in hostapd_notif_disassoc() local 996 if (!hconf->mld_ap || in hostapd_notif_disassoc() 997 hconf->mld_id != hapd->conf->mld_id) in hostapd_notif_disassoc()
|
| /freebsd-14-stable/share/man/man4/ |
| HD | Makefile | 184 hconf.4 \
|
| /freebsd-14-stable/sys/conf/ |
| HD | files | 1773 dev/hid/hconf.c optional hconf 1784 dev/hid/hmt.c optional hmt hconf
|
| HD | NOTES | 2435 device hconf # Multitouch configuration TLC
|