Searched refs:is_on (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c463 u_int is_on; local
480 * is_on == 1 means ofdm weak signal detection is ON
482 * is_on == 0 means ofdm weak signal detection is OFF
485 is_on = param ? 1 : 0;
491 m1_thresh_low = is_on ?
493 m2_thresh_low = is_on ?
495 m1_thresh = is_on ?
497 m2_thresh = is_on ?
499 m2_count_thr = is_on ?
501 m2_count_thr_low = is_on
[all...]
/freebsd-10.1-release/sys/dev/usb/controller/
H A Dat91dci.h241 void at91dci_vbus_interrupt(struct at91dci_softc *sc, uint8_t is_on);
H A Davr32dci.h251 void avr32dci_vbus_interrupt(struct avr32dci_softc *sc, uint8_t is_on);
H A Datmegadci.c631 atmegadci_vbus_interrupt(struct atmegadci_softc *sc, uint8_t is_on) argument
633 DPRINTFN(5, "vbus = %u\n", is_on);
635 if (is_on) {
H A Davr32dci.c617 avr32dci_vbus_interrupt(struct avr32dci_softc *sc, uint8_t is_on) argument
619 DPRINTFN(5, "vbus = %u\n", is_on);
621 if (is_on) {
H A Dmusb_otg.h432 void musbotg_vbus_interrupt(struct musbotg_softc *sc, uint8_t is_on);
H A Dat91dci.c742 at91dci_vbus_interrupt(struct at91dci_softc *sc, uint8_t is_on) argument
744 DPRINTFN(5, "vbus = %u\n", is_on);
746 if (is_on) {
H A Ddwc_otg.c2688 dwc_otg_vbus_interrupt(struct dwc_otg_softc *sc, uint8_t is_on) argument
2690 DPRINTFN(5, "vbus = %u\n", is_on);
2692 if (is_on) {
H A Dmusb_otg.c2173 musbotg_vbus_interrupt(struct musbotg_softc *sc, uint8_t is_on) argument
2175 DPRINTFN(4, "vbus = %u\n", is_on);
2178 if (is_on) {
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dnode.cpp710 int is_on();
897 if ((is_on() || n->force_tprint())
926 if (is_on())
983 if (!is_on()) {
1008 if (!is_on())
1024 if (!is_on()) {
1105 if (!is_on())
1335 if (!is_on())
1423 if (is_on()) {
1456 if (is_on())
1718 int real_output_file::is_on() function in class:real_output_file
[all...]
H A Dnode.h541 int is_on; member in class:suppress_node
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_handle_request.c429 usb_handle_remote_wakeup(struct usb_xfer *xfer, uint8_t is_on) argument
439 if (is_on) {

Completed in 143 milliseconds