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

12345678910

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Drf.h10 u8 bandwidth);
/linux-master/drivers/media/tuners/
H A Dfc0012-priv.h16 u32 bandwidth; member in struct:fc0012_priv
H A Dfc0013-priv.h27 u32 bandwidth; member in struct:fc0013_priv
/linux-master/net/mac80211/
H A Dwbrf.c28 static void get_chan_freq_boundary(u32 center_freq, u32 bandwidth, u64 *start, u64 *end) argument
30 bandwidth *= KHZ_PER_MHZ;
33 *start = center_freq - bandwidth / 2;
34 *end = center_freq + bandwidth / 2;
46 int bandwidth; local
48 bandwidth = nl80211_chan_width_to_mhz(chandef->width);
50 get_chan_freq_boundary(chandef->center_freq1, bandwidth, &start_freq1, &end_freq1);
57 get_chan_freq_boundary(chandef->center_freq2, bandwidth, &start_freq2, &end_freq2);
/linux-master/sound/firewire/
H A Diso-resources.c55 /* convert to bandwidth units (quadlets at S1600 = bytes at S400) */
69 * 88.3 + N * 24.3 in bandwidth units.
91 * fw_iso_resources_allocate - allocate isochronous channel and bandwidth
96 * This function allocates one isochronous channel and enough bandwidth for the
109 int bandwidth, channel, err; local
114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed);
128 bandwidth = r->bandwidth + r->bandwidth_overhead;
130 &channel, &bandwidth, true);
167 int bandwidth, channe local
214 int bandwidth, channel; local
[all...]
H A Diso-resources.h11 * struct fw_iso_resources - manages channel/bandwidth allocation
16 * bandwidth) for one isochronous stream.
24 unsigned int bandwidth; /* in bandwidth units, without overhead */ member in struct:fw_iso_resources
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt.h18 enum cxd2880_dtv_bandwidth bandwidth; member in struct:cxd2880_dvbt_tune_param
H A Dcxd2880_tnrdmd_dvbt2.h23 enum cxd2880_dtv_bandwidth bandwidth; member in struct:cxd2880_dvbt2_tune_param
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Drf.h10 u8 bandwidth);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Drf.h10 u8 bandwidth);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Drf.h10 u8 bandwidth);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Drf.h10 void rtl92ce_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Drf.h7 void rtl92d_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Drf.h10 u8 bandwidth);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Drf.h10 u8 bandwidth);
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_rtl8256.h12 enum ht_channel_width bandwidth);
/linux-master/include/linux/
H A Dbma150.h37 unsigned char bandwidth; /* one of BMA150_BW_xxx */ member in struct:bma150_cfg
/linux-master/drivers/media/dvb-frontends/
H A Dtda8261_cfg.h43 static int tda8261_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
46 *bandwidth = 40000000;
H A Dstb6100_cfg.h38 c->bandwidth_hz = 0; /* Don't adjust the bandwidth */
51 static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
58 err = tuner_ops->get_bandwidth(fe, bandwidth);
67 static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) argument
75 c->bandwidth_hz = bandwidth;
H A Dtda826x.c67 u32 bandwidth; local
78 bandwidth = (878 * ksyms + 6500000) / 1000000 + 1;
79 if (bandwidth < 5)
80 bandwidth = 5;
81 else if (bandwidth > 36)
82 bandwidth = 36;
91 buf[5] = ((bandwidth - 5) << 3) | 7; /* baseband cut-off */
H A Dstb6100_proc.h43 c->bandwidth_hz = 0; /* Don't adjust the bandwidth */
64 static int stb6100_get_bandw(struct dvb_frontend *fe, u32 *bandwidth) argument
74 err = tuner_ops->get_bandwidth(fe, bandwidth);
87 static int stb6100_set_bandw(struct dvb_frontend *fe, u32 bandwidth) argument
95 c->bandwidth_hz = bandwidth;
H A Dstv6110x.h38 int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth);
39 int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth);
/linux-master/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h119 unsigned long bandwidth = acornfb_bandwidth(var); local
121 /* Encode bandwidth as VIDC20 setting */
122 if (bandwidth > 33334) /* < 30.0MB/s */
124 else if (bandwidth > 26666) /* < 37.5MB/s */
126 else if (bandwidth > 22222) /* < 45.0MB/s */
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Drf.h10 void rtl92cu_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
/linux-master/drivers/media/usb/dvb-usb/
H A DcinergyT2.h56 uint8_t bandwidth; member in struct:dvbt_get_status_msg
72 uint8_t bandwidth; member in struct:dvbt_set_parameters_msg

Completed in 234 milliseconds

12345678910