Searched refs:hwmode (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/wpa/src/common/
H A Dprivsep_commands.h64 int hwmode; member in struct:privsep_cmd_associate
/freebsd-current/sys/dev/drm2/
H A Ddrm_irq.c464 dotclock = (u64) crtc->hwmode.clock * 1000;
469 if (crtc->hwmode.flags & DRM_MODE_FLAG_INTERLACE)
479 linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal *
481 framedur_ns = (s64) crtc->hwmode.crtc_vtotal * linedur_ns;
490 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
491 crtc->base.id, crtc->hwmode.crtc_htotal,
492 crtc->hwmode.crtc_vtotal, crtc->hwmode.crtc_vdisplay);
567 mode = &refcrtc->hwmode;
H A Ddrm_crtc_helper.c406 saved_hwmode = crtc->hwmode;
487 crtc->hwmode = *adjusted_mode;
491 * timestamping. They are derived from true hwmode.
499 crtc->hwmode = saved_hwmode;
H A Ddrm_crtc.h366 * @hwmode: mode timings as programmed to hw regs
401 struct drm_display_mode hwmode; member in struct:drm_crtc
/freebsd-current/sys/dev/cxgbe/
H A Dt4_filter.c450 fconf_to_mode(uint16_t hwmode, int vnic_mode) argument
455 if (hwmode & F_FRAGMENTATION)
457 if (hwmode & F_MPSHITTYPE)
459 if (hwmode & F_MACMATCH)
461 if (hwmode & F_ETHERTYPE)
463 if (hwmode & F_PROTOCOL)
465 if (hwmode & F_TOS)
467 if (hwmode & F_VLAN)
469 if (hwmode & F_VNIC_ID)
471 if (hwmode
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c1960 struct hostapd_hw_modes *hwmode; local
1972 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
1974 if (!hwmode) {
1989 ieee802_edmg_is_allowed(hwmode->edmg, edmg)) {
6620 struct hostapd_hw_modes *hwmode; local
6627 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
6629 if (!hwmode ||
6630 wpas_p2p_verify_channel(wpa_s, hwmode, op_class,
6649 struct hostapd_hw_modes *hwmode; local
6656 hwmode
[all...]
H A Dwpa_priv.c323 params.freq.mode = assoc->hwmode;
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_privsep.c321 data->hwmode = params->freq.mode;

Completed in 257 milliseconds