Searched refs:fixed (Results 1 - 25 of 48) sorted by relevance

12

/drivers/net/wireless/wl12xx/
H A Dio.h56 size_t len, bool fixed)
58 wl->if_ops->write(wl->dev, addr, buf, len, fixed);
62 size_t len, bool fixed)
64 wl->if_ops->read(wl->dev, addr, buf, len, fixed);
107 size_t len, bool fixed)
113 wl1271_raw_read(wl, physical, buf, len, fixed);
117 size_t len, bool fixed)
123 wl1271_raw_write(wl, physical, buf, len, fixed);
127 void *buf, size_t len, bool fixed)
137 wl1271_raw_read(wl, physical, buf, len, fixed);
55 wl1271_raw_write(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
61 wl1271_raw_read(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
106 wl1271_read(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
116 wl1271_write(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
126 wl1271_read_hwaddr(struct wl1271 *wl, int hwaddr, void *buf, size_t len, bool fixed) argument
[all...]
H A Dspi.c199 size_t len, bool fixed)
221 if (fixed)
256 if (!fixed)
264 size_t len, bool fixed)
290 if (fixed)
301 if (!fixed)
198 wl12xx_spi_raw_read(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
263 wl12xx_spi_raw_write(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
H A Dsdio.c71 size_t len, bool fixed)
82 if (fixed)
96 size_t len, bool fixed)
110 if (fixed)
70 wl12xx_sdio_raw_read(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
95 wl12xx_sdio_raw_write(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
H A Dwl12xx.h215 bool fixed);
217 bool fixed);
/drivers/gpu/drm/i2c/
H A Dch7006_priv.h35 typedef int64_t fixed; typedef
50 fixed vrefresh;
55 fixed subc_freq;
56 fixed black_level;
68 fixed subc_coeff;
163 static inline int32_t round_fixed(fixed x)
/drivers/infiniband/hw/ipath/
H A Dipath_stats.c205 static u32 fixed; local
217 fixed++;
232 "errormask fixed(%u) %lx -> %lx, ctrl %x hwerr %lx\n",
233 fixed, errormask, (unsigned long)dd->ipath_errormask,
236 ipath_dbg("errormask fixed(%u) %lx -> %lx, no freeze\n",
237 fixed, errormask,
/drivers/net/phy/
H A DMakefile18 obj-$(CONFIG_FIXED_PHY) += fixed.o
/drivers/regulator/
H A Dtps65023-regulator.c134 bool fixed; member in struct:tps_info
535 .fixed = 1,
541 .fixed = 1,
572 .fixed = 1,
578 .fixed = 1,
615 .fixed = 1,
621 .fixed = 1,
H A DMakefile8 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
H A Dfixed.c2 * fixed.c
26 #include <linux/regulator/fixed.h>
290 { .compatible = "regulator-fixed", },
302 .name = "reg-fixed-voltage",
323 MODULE_ALIAS("platform:reg-fixed-voltage");
/drivers/staging/wlags49_h2/
H A Dwl_wext.c1087 sens->fixed = 0; /* auto */
2015 rrq->fixed = 1;
2067 if(rts->fixed == 0) {
2144 rts->fixed = 1;
2229 if( rrq->fixed == 1 ) {
2237 if( rrq->fixed == 1 ) {
2245 if( rrq->fixed == 1 ) {
2253 if( rrq->fixed == 1 ) {
2261 if( rrq->fixed == 1 ) {
2269 if( rrq->fixed
[all...]
/drivers/staging/rtl8712/
H A Dwlan_bssdef.h93 * Except the IELength, all other fields are fixed length. Therefore, we can
211 int fixed; /* set to fixed when not to be removed asi member in struct:wlan_network
H A Drtl871x_mlme.c110 if (pnetwork->fixed == true)
130 if (pnetwork->fixed == true)
322 if (pwlan->fixed != true) {
664 pwlan->fixed = false;
792 pcur_wlan->fixed = false;
808 ptarget_wlan->fixed = true;
815 ptarget_wlan->fixed = true;
999 pwlan->fixed = false;
1319 i = 12; /* after the fixed IE */
1578 /*copy fixed i
[all...]
H A Drtl871x_ioctl_linux.c272 iwe.u.bitrate.fixed = 0;
895 wrqu->sens.fixed = 0; /* no auto select */
1371 u32 fixed = wrqu->bitrate.fixed; local
1427 if (fixed == 0)
1473 wrqu->bitrate.fixed = 0; /* no auto select */
1506 wrqu->rts.fixed = 0; /* no auto select */
1534 wrqu->frag.fixed = 0; /* no auto select */
1543 wrqu->retry.fixed = 0; /* no auto select */
1714 wrqu->power.fixed
[all...]
/drivers/net/wireless/
H A Dzd1201.c1092 read them, unless we poll on a fixed interval we can't
1169 iwe.u.bitrate.fixed = 0;
1261 if (!rrq->fixed) { /* Also enable all lower bitrates */
1299 rrq->fixed = 0;
1312 if (rts->disabled || !rts->fixed)
1337 rts->fixed = 1;
1349 if (frag->disabled || !frag->fixed)
1375 frag->fixed = 1;
1633 rrq->fixed = 1;
1683 rrq->fixed
[all...]
H A Dwl3501_cs.c1496 wrqu->sens.fixed = 1;
1670 wrqu->bitrate.fixed = 1;
1685 wrqu->rts.fixed = 1;
1701 wrqu->frag.fixed = 1;
1722 wrqu->txpower.fixed = 0;
1894 /* Try allocating IO ports. This tries a few fixed addresses. If you
/drivers/net/wireless/b43legacy/
H A Dphy.h198 * "fixed" is only set to 1 once in initialization. Set to 0 otherwise.
200 void b43legacy_phy_lo_adjust(struct b43legacy_wldev *dev, int fixed);
/drivers/staging/media/lirc/
H A Dlirc_zilog.c145 /* Global fixed data template */
146 int fixed[TX_BLOCK_SIZE]; member in struct:tx_data_struct
595 if (tx_data->fixed[i] == -1) {
599 buf[i] = (unsigned char)tx_data->fixed[i];
831 tx_data->fixed[i] = -1;
833 /* Read global fixed data template */
843 tx_data->fixed[pos] = (int)val;
868 * global fixed
/drivers/staging/vt6655/
H A Diwctl.c328 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
1019 // Now, check if we want a fixed or auto value
1020 if(wrq->fixed != 0) {
1022 // One rate, fixed
1100 wrq->fixed = true;
1151 wrq->fixed = 1;
1199 wrq->fixed = 1;
1728 wrq->fixed = 1;
/drivers/staging/vt6656/
H A Diwctl.c312 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
986 // Now, check if we want a fixed or auto value
987 if(wrq->fixed != 0) {
989 // One rate, fixed
1048 wrq->fixed = TRUE;
1099 wrq->fixed = 1;
1147 wrq->fixed = 1;
1540 wrq->fixed = 1;
/drivers/video/intelfb/
H A Dintelfbdrv.c237 static bool fixed = 0; variable
256 module_param(fixed, bool, S_IRUGO);
257 MODULE_PARM_DESC(fixed, "Disable mode switching");
365 else if (get_opt_bool(this_opt, "fixed", &fixed))
548 dinfo->fixed_mode = fixed;
789 DBG_MSG("options: vram = %d, accel = %d, hwcursor = %d, fixed = %d, "
790 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit);
/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c259 if (wrqu->rts.disabled || !wrqu->rts.fixed)
276 wrqu->rts.fixed = 0; /* no auto select */
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c245 if (wrqu->rts.disabled || !wrqu->rts.fixed)
262 wrqu->rts.fixed = 0; /* no auto select */
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c6170 /* Identify 'current FW band' and match it with the fixed
6177 /* Invalid fixed rate mask */
6179 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
6191 /* Invalid fixed rate mask */
6193 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
6202 /* Invalid fixed rate mask */
6204 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
9201 if (wrqu->sens.fixed == 0)
9226 wrqu->sens.fixed = 1;
9243 u32 fixed, mas local
[all...]
/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c341 if (rrq->fixed) {
408 rrq->fixed = 0;
410 rrq->fixed = 1;
488 sens->fixed = 1;
580 rts->fixed = 1;
630 rts->fixed = 1;
1542 if (!rrq->fixed && local->txpower_type != PRISM2_TXPOWER_AUTO) {
1578 if (rrq->fixed)
1599 rrq->fixed = 0;
1615 rrq->fixed
[all...]

Completed in 436 milliseconds

12