Searched refs:bandwidth (Results 1 - 25 of 160) sorted by relevance

1234567

/drivers/media/tuners/
H A Dfc0012-priv.h29 u32 bandwidth; member in struct:fc0012_priv
H A Dfc0013-priv.h41 u32 bandwidth; member in struct:fc0013_priv
H A Dmax2165_priv.h50 u32 bandwidth; member in struct:max2165_priv
H A Dmsi001.c46 struct v4l2_ctrl *bandwidth; member in struct:msi001
136 * bandwidth (Hz)
139 unsigned int bandwidth; local
184 bandwidth = s->bandwidth->val;
185 bandwidth = clamp(bandwidth, 200000U, 8000000U);
188 if (bandwidth <= bandwidth_lut[i].freq) {
189 bandwidth = bandwidth_lut[i].val;
199 s->bandwidth
[all...]
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Drf.h33 u8 bandwidth);
H A Drf.c35 void rtl92ee_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth) argument
40 switch (bandwidth) {
59 "unknown bandwidth: %#X\n", bandwidth);
/drivers/media/dvb-frontends/
H A Dstb6100_cfg.h59 static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
72 *bandwidth = t_state.bandwidth;
77 static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) argument
84 t_state.bandwidth = bandwidth;
H A Dtda8261_cfg.h59 static int tda8261_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
72 *bandwidth = t_state.bandwidth;
73 printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
H A Dstb6100_proc.h73 static int stb6100_get_bandw(struct dvb_frontend *fe, u32 *bandwidth) argument
93 *bandwidth = state.bandwidth;
99 static int stb6100_set_bandw(struct dvb_frontend *fe, u32 bandwidth) argument
106 state.bandwidth = bandwidth;
H A Dtda826x.c81 u32 bandwidth; local
92 bandwidth = (878 * ksyms + 6500000) / 1000000 + 1;
93 if (bandwidth < 5)
94 bandwidth = 5;
95 else if (bandwidth > 36)
96 bandwidth = 36;
105 buf[5] = ((bandwidth - 5) << 3) | 7; /* baseband cut-off */
H A Dstv6110x.h47 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth);
48 int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth);
H A Dstb6100.c251 static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
262 state->status.bandwidth = (f + 5) * 2000; /* x2 for ZIF */
264 *bandwidth = state->bandwidth = state->status.bandwidth * 1000;
265 dprintk(verbose, FE_DEBUG, 1, "bandwidth = %u Hz", state->bandwidth);
269 static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) argument
275 dprintk(verbose, FE_DEBUG, 1, "set bandwidth to %u Hz", bandwidth);
[all...]
H A Dstv090x.h97 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth);
98 int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth);
/drivers/staging/iio/gyro/
H A DKconfig10 Say yes here to build support for Analog Devices adis16060 wide bandwidth
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Drf.h33 u8 bandwidth);
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Drf.h37 void rtl92ce_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Drf.h33 void rtl92d_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Drf.h35 u8 bandwidth);
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Drf.h33 u8 bandwidth);
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Drf.h33 u8 bandwidth);
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Drf.h33 u8 bandwidth);
/drivers/staging/rtl8188eu/include/
H A Drf.h5 enum ht_channel_width bandwidth);
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Drf.h37 void rtl92cu_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
/drivers/media/usb/dvb-usb/
H A DcinergyT2.h70 uint8_t bandwidth; member in struct:dvbt_get_status_msg
86 uint8_t bandwidth; member in struct:dvbt_set_parameters_msg
/drivers/firewire/
H A Dcore-iso.c4 * - Isochronous bus resource management (channels, bandwidth), client side
232 * Isochronous bus resource management (channels, bandwidth), client side
236 int bandwidth, bool allocate)
247 new = allocate ? old - bandwidth : old + bandwidth;
258 /* A generation change frees all bandwidth. */
259 return allocate ? -EAGAIN : bandwidth;
263 return bandwidth;
339 * fw_iso_resource_manage() - Allocate or deallocate a channel and/or bandwidth
341 * In parameters: card, generation, channels_mask, bandwidth, allocat
235 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) argument
362 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) argument
[all...]

Completed in 450 milliseconds

1234567