Searched refs:hconf (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | 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);
|
H A D | 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/sys/modules/hid/hconf/ |
H A D | Makefile | 3 KMOD= hconf 4 SRCS= hconf.c
|
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.c | 961 struct bsddialog_conf hconf; in f1help_dialog() local 963 bsddialog_initconf(&hconf); in f1help_dialog() 964 hconf.title = "HELP"; in f1help_dialog() 965 hconf.button.ok_label = "EXIT"; in f1help_dialog() 966 hconf.clear = true; in f1help_dialog() 967 hconf.ascii_lines = conf->ascii_lines; in f1help_dialog() 968 hconf.no_lines = conf->no_lines; in f1help_dialog() 969 hconf.shadow = conf->shadow; in f1help_dialog() 970 hconf.text.escape = conf->text.escape; in f1help_dialog() 974 output = bsddialog_msgbox(&hconf, con in f1help_dialog() [all...] |
/freebsd/sys/modules/hid/ |
H A D | Makefile | 10 hconf \
|
/freebsd/contrib/wpa/src/ap/ |
H A D | 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/share/man/man4/ |
H A D | Makefile | 189 hconf.4 \
|
/freebsd/sys/conf/ |
H A D | files | 1754 dev/hid/hconf.c optional hconf 1765 dev/hid/hmt.c optional hmt hconf
|
H A D | NOTES | 2439 device hconf # Multitouch configuration TLC
|