Searched refs:wmode (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-guruplug-server-plus.dts | 31 pmx_led_wmode_r: pmx-led-wmode-r { 35 pmx_led_wmode_g: pmx-led-wmode-g { 70 led-wmode-r { 71 label = "guruplug:red:wmode"; 74 led-wmode-g { 75 label = "guruplug:green:wmode";
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | o_fopen.c | 67 WCHAR wmode[8]; in openssl_fopen() local 73 wmode, OSSL_NELEM(wmode)) in openssl_fopen() 74 && (file = _wfopen(wfilename, wmode)) == NULL && (errno == ENOENT || errno == EBADF)) { in openssl_fopen()
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 127 vga_setwmode(struct vt_device *vd, int wmode) in vga_setwmode() argument 131 if (sc->vga_wmode == wmode) in vga_setwmode() 135 REG_WRITE1(sc, VGA_GC_DATA, wmode); in vga_setwmode() 136 sc->vga_wmode = wmode; in vga_setwmode() 138 switch (wmode) { in vga_setwmode()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | chan.h | 92 enum rtw89_mr_wmode wmode; member
|
| H A D | coex.c | 6905 } else if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1AP) { in _update_wl_link_mode() 6907 } else if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1CLIENT) { in _update_wl_link_mode() 6946 } else if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1AP) { in _update_wl_link_mode() 6948 } else if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1CLIENT) { in _update_wl_link_mode() 6974 mlo_info->wmode[i] = qinfo.wmode; in _update_wl_mlo_info() 7076 if (mlo_info->wmode[RTW89_MAC_0] == RTW89_MR_WMODE_NONE && in _update_wl_mlo_info() 7077 mlo_info->wmode[RTW89_MAC_1] == RTW89_MR_WMODE_NONE) in _update_wl_mlo_info()
|
| H A D | chan.c | 3175 info->wmode = __rtw89_query_mr_wmode(rtwdev, inst_idx); in rtw89_query_mr_chanctx_info()
|
| H A D | core.h | 1644 u8 wmode[RTW89_PHY_NUM]; /* enum phl_mr_wmode */ member
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 300 u_int wmode; /* wheel mode button number */ member 1555 bt->wmode = opt_wmode; in r_init_buttons() 1557 quirks_get_uint32(q, MOUSED_WMODE, &bt->wmode); in r_init_buttons() 1558 if (bt->wmode != 0) in r_init_buttons() 1559 bt->wmode = 1 << (bt->wmode - 1); in r_init_buttons() 2637 if (pbuttons & bt->wmode) { in r_map() 2638 pbuttons &= ~bt->wmode; in r_map()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw88xxa.c | 129 u8 wmode = 0; in rtw88xxa_read_usb_type() local 159 wmode = u8_get_bits(val8, GENMASK(3, 2)); in rtw88xxa_read_usb_type() 160 if (wmode) in rtw88xxa_read_usb_type() 182 if (antenna == 2 && wmode == 2) { in rtw88xxa_read_usb_type()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clvnops.c | 352 nfs34_access_otw(struct vnode *vp, int wmode, struct thread *td, in nfs34_access_otw() argument 360 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw() 408 u_int32_t mode, wmode, rmode; in nfs_access() local 477 wmode = NFSACCESS_READ | NFSACCESS_MODIFY | in nfs_access() 481 wmode = mode; in nfs_access() 515 error = nfs34_access_otw(vp, wmode, ap->a_td, in nfs_access()
|