Searched defs:fixed (Results 1 - 16 of 16) sorted by relevance

/drivers/clk/
H A Dclk-fixed-rate.c19 * DOC: basic fixed-rate clock that cannot gate
24 * rate - rate is always a fixed value. No clk_set_rate support
25 * parent - fixed parent. No clk_set_parent support
46 struct clk_fixed_rate *fixed; local
50 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL);
52 if (!fixed) {
53 pr_err("%s: could not allocate fixed clk\n", __func__);
58 fixed->fixed_rate = fixed_rate;
78 &clk_fixed_rate_ops, &fixed->hw,
/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/wireless/wl12xx/
H A Dio.h58 size_t len, bool fixed)
60 wl->if_ops->write(wl->dev, addr, buf, len, fixed);
64 size_t len, bool fixed)
66 wl->if_ops->read(wl->dev, addr, buf, len, fixed);
109 size_t len, bool fixed)
115 wl1271_raw_read(wl, physical, buf, len, fixed);
119 size_t len, bool fixed)
125 wl1271_raw_write(wl, physical, buf, len, fixed);
129 void *buf, size_t len, bool fixed)
139 wl1271_raw_read(wl, physical, buf, len, fixed);
57 wl1271_raw_write(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
63 wl1271_raw_read(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
108 wl1271_read(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
118 wl1271_write(struct wl1271 *wl, int addr, void *buf, size_t len, bool fixed) argument
128 wl1271_read_hwaddr(struct wl1271 *wl, int hwaddr, void *buf, size_t len, bool fixed) argument
[all...]
H A Dsdio.c71 size_t len, bool fixed)
84 if (fixed)
100 size_t len, bool fixed)
116 if (fixed)
70 wl12xx_sdio_raw_read(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
99 wl12xx_sdio_raw_write(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
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
/drivers/regulator/
H A Dtps65023-regulator.c134 bool fixed; member in struct:tps_info
531 .fixed = 1,
537 .fixed = 1,
568 .fixed = 1,
574 .fixed = 1,
611 .fixed = 1,
617 .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/net/wireless/b43legacy/
H A Dphy.c1340 void b43legacy_phy_lo_adjust(struct b43legacy_wldev *dev, int fixed) argument
1344 if (fixed) {
1345 /* Use fixed values. Only for initialization. */
/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/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_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/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/qib/
H A Dqib_iba6120.c2611 static u32 fixed; local
2623 fixed++;
2638 "errormask fixed(%u) %lx->%lx, ctrl %x hwerr %lx\n",
2639 fixed, errormask, (unsigned long)dd->cspec->errormask,
/drivers/net/wireless/
H A Drndis_wlan.c2019 struct ndis_80211_fixed_ies *fixed; local
2033 fixed = (struct ndis_80211_fixed_ies *)bssid->ies;
2049 timestamp = le64_to_cpu(*(__le64 *)fixed->timestamp);
2050 capability = le16_to_cpu(fixed->capabilities);
2051 beacon_interval = le16_to_cpu(fixed->beacon_interval);
H A Dairo.c761 u8 fixed[12]; /* WLAN management frame */ member in struct:BSSListRidExtra
6116 /* Now, check if we want a fixed or auto value */
6117 if(vwrq->fixed == 0) {
6127 /* One rate, fixed */
6153 vwrq->fixed = (local->config.rates[1] == 0);
6196 vwrq->fixed = 1;
6240 vwrq->fixed = 1;
6839 vwrq->fixed = 1; /* No power control */
7161 vwrq->fixed = 1;
7383 iwe.u.bitrate.fixed
[all...]
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c6182 /* Identify 'current FW band' and match it with the fixed
6189 /* Invalid fixed rate mask */
6191 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
6203 /* Invalid fixed rate mask */
6205 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
6214 /* Invalid fixed rate mask */
6216 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
9213 if (wrqu->sens.fixed == 0)
9238 wrqu->sens.fixed = 1;
9255 u32 fixed, mas local
[all...]

Completed in 400 milliseconds