Home
last modified time | relevance | path

Searched +full:100 +full:bt (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/linux/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c14 #define BENCH_NR_ITERS 100 /* number of times to run gathering statistics */
64 if (test_add_key(lsk, DEFAULT_TEST_PASSWORD, *p, -1, 100, 100)) in server_apply_keys()
140 if (test_add_key(sk, DEFAULT_TEST_PASSWORD, *p, -1, 100, 100)) in add_back_mkt()
153 ao_del.sndid = 100; in bench_delete()
154 ao_del.rcvid = 100; in bench_delete()
214 struct bench_tests *bt = &bench_results[i]; in server_fn() local
233 bench_delete(lsk, &bt->add_key, &bt->delete_last_key, in server_fn()
236 nr_keys[i], &bt->add_key); in server_fn()
238 nr_keys[i], &bt->delete_last_key); in server_fn()
240 bench_delete(lsk, &bt->add_key, &bt->delete_rand_key, in server_fn()
[all …]
/linux/drivers/net/wireless/ti/wl12xx/
H A Dconf.h38 * Configure the min and max time BT gains the antenna
39 * in WLAN / BT master basic rate
47 * Configure the min and max time BT gains the antenna
48 * in WLAN / BT slave basic rate
56 * Configure the min and max time BT gains the antenna
57 * in WLAN / BT master EDR
65 * Configure the min and max time BT gains the antenna
66 * in WLAN / BT slave EDR
75 * in WLAN PSM / BT master/slave BR
84 * in WLAN PSM / BT master/slave EDR
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c28 * Detects if there is any priority bt traffic
42 /* Detect if colocated bt started scanning */ in ath_detect_bt_priority()
45 "BT scan detected\n"); in ath_detect_bt_priority()
50 "BT priority traffic detected\n"); in ath_detect_bt_priority()
60 * This is the master bt coex work which runs for every
61 * 45ms, bt traffic will be given priority during 55% of this
95 * Work to time slice between wlan and bt traffic and
106 ath_dbg(common, BTCOEX, "time slice work for bt and wlan\n"); in ath_btcoex_duty_cycle_work()
122 btcoex->btcoex_no_stomp = (100 - ATH_BTCOEX_DEF_DUTY_CYCLE) * in ath_htc_init_btcoex_work()
123 btcoex->btcoex_period / 100; in ath_htc_init_btcoex_work()
[all …]
H A Dgpio.c140 * Detects if there is any priority bt traffic
154 /* Detect if colocated bt started scanning */ in ath_detect_bt_priority()
157 "BT scan detected\n"); in ath_detect_bt_priority()
162 "BT priority traffic detected\n"); in ath_detect_bt_priority()
190 * This is the master bt coex timer which runs for every
191 * 45ms, bt traffic will be given priority during 55% of this
253 * registers to time slice between wlan and bt traffic
281 btcoex->btcoex_no_stomp = (100 - ATH_BTCOEX_DEF_DUTY_CYCLE) * in ath_init_btcoex_timer()
282 btcoex->btcoex_period / 100; in ath_init_btcoex_timer()
283 btcoex->btscan_no_stomp = (100 - ATH_BTCOEX_BTSCAN_DUTY_CYCLE) * in ath_init_btcoex_timer()
[all …]
H A Dmci.c106 (100 - btcoex->duty_cycle) / 100; in ath_mci_adjust_aggr_limit()
112 * without collision with BT traffic. in ath_mci_adjust_aggr_limit()
157 * For single PAN/FTP profile, allocate 35% for BT in ath_mci_update_scheme()
163 "Single PAN/FTP bt period %d ms dutycycle %d\n", in ath_mci_update_scheme()
177 "Two BT profiles aggr limit 1.5 ms dutycycle %d%%\n", in ath_mci_update_scheme()
204 (100 - btcoex->duty_cycle) / 100; in ath_mci_update_scheme()
380 ath_dbg(common, MCI, "(MCI) Need to flush BT profiles\n"); in ath_mci_msg()
510 * only when BT wake up. Now they are always sent, as a in ath_mci_intr()
511 * recovery method to reset BT MCI's RX alignment. in ath_mci_intr()
680 "WLAN current channel %d mask BT channel %d - %d\n", in ath9k_mci_update_wlan_channels()
[all …]
/linux/drivers/power/supply/
H A Dtwl4030_madc_battery.c55 static int twl4030_madc_bat_get_charging_status(struct twl4030_madc_battery *bt) in twl4030_madc_bat_get_charging_status() argument
57 return (madc_read(bt->channel_ichg) > 0) ? 1 : 0; in twl4030_madc_bat_get_charging_status()
60 static int twl4030_madc_bat_get_voltage(struct twl4030_madc_battery *bt) in twl4030_madc_bat_get_voltage() argument
62 return madc_read(bt->channel_vbat); in twl4030_madc_bat_get_voltage()
65 static int twl4030_madc_bat_get_current(struct twl4030_madc_battery *bt) in twl4030_madc_bat_get_current() argument
67 return madc_read(bt->channel_ichg) * 1000; in twl4030_madc_bat_get_current()
70 static int twl4030_madc_bat_get_temp(struct twl4030_madc_battery *bt) in twl4030_madc_bat_get_temp() argument
72 return madc_read(bt->channel_temp) * 10; in twl4030_madc_bat_get_temp()
141 val->intval = (percent * bat->pdata->capacity) / 100; in twl4030_madc_bat_get_property()
158 int chg = (percent * (bat->pdata->capacity/1000))/100; in twl4030_madc_bat_get_property()
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c44 struct bt878 *bt = from_work(bt, t, bh_work); in dvb_bt8xx_work() local
45 struct dvb_bt8xx_card *card = dev_get_drvdata(&bt->adapter->dev); in dvb_bt8xx_work()
47 dprintk("%d\n", card->bt->finished_block); in dvb_bt8xx_work()
49 while (card->bt->last_block != card->bt->finished_block) { in dvb_bt8xx_work()
50 (card->bt->TS_Size ? dvb_dmx_swfilter_204 : dvb_dmx_swfilter) in dvb_bt8xx_work()
52 &card->bt->buf_cpu[card->bt->last_block * in dvb_bt8xx_work()
53 card->bt->block_bytes], in dvb_bt8xx_work()
54 card->bt->block_bytes); in dvb_bt8xx_work()
55 card->bt->last_block = (card->bt->last_block + 1) % in dvb_bt8xx_work()
56 card->bt->block_count; in dvb_bt8xx_work()
[all …]
/linux/drivers/net/phy/
H A Dbcm7xxx.c64 /* AFE_TX_CONFIG, set 100BT Cfeed=011 to improve rise/fall time */ in bcm7xxx_28nm_d0_afe_config_init()
70 /* AFE_VDAC_OTHERS_0, set 1000BT Cidac=010 for all ports */ in bcm7xxx_28nm_d0_afe_config_init()
73 /* AFE_HPF_TRIM_OTHERS, set 100Tx/10BT to -4.5% swing and set rCal in bcm7xxx_28nm_d0_afe_config_init()
95 /* AFE_TX_CONFIG, set 100BT Cfeed=011 to improve rise/fall time */ in bcm7xxx_28nm_e0_plus_afe_config_init()
101 /* AFE_HPF_TRIM_OTHERS, set 100Tx/10BT to -4.5% swing and set rCal in bcm7xxx_28nm_e0_plus_afe_config_init()
132 /* Change 100Tx EEE bandwidth */ in bcm7xxx_28nm_a0_patch_afe_config_init()
475 udelay(100); in bcm7xxx_16nm_ephy_afe_config()
481 udelay(100); in bcm7xxx_16nm_ephy_afe_config()
483 /* Adjust 10BT amplitude additional +7% and 100BT +2% */ in bcm7xxx_16nm_ephy_afe_config()
505 /* AFE_BIAS_CONFIG_0 10BT bias code (Bias: E4) */ in bcm7xxx_16nm_ephy_afe_config()
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c66 /* set BT polluted packet on for tx rate adaptive, in rtw_coex_limited_tx()
278 } else if (cnt_cck < 100) { in rtw_coex_wl_noisy_detect()
329 times = 100 / tbtt_interval; in rtw_coex_tdma_timer_base()
330 if (100 % tbtt_interval != 0) in rtw_coex_tdma_timer_base()
335 times = tbtt_interval / 100; in rtw_coex_tdma_timer_base()
336 if (tbtt_interval % 100 <= 80) in rtw_coex_tdma_timer_base()
428 /* BT RFK */ in rtw_coex_check_rfk()
524 "[BTCoex], BT state changed (%d) -> (%d)\n", in rtw_coex_monitor_bt_enable()
735 /* update wl/bt rssi by btinfo */ in rtw_coex_update_bt_link_info()
897 /* notify BT rx gain table changed */ in rtw_coex_set_bt_rx_gain()
[all …]
/linux/drivers/net/
H A Dsungem_phy.c38 { 0, 0, 0 }, /* 10BT Half Duplex */
39 { 1, 0, 0 }, /* 10BT Full Duplex */
40 { 0, 1, 0 }, /* 100BT Half Duplex */
41 { 0, 1, 0 }, /* 100BT Half Duplex */
42 { 1, 1, 0 }, /* 100BT Full Duplex*/
43 { 1, 0, 1 }, /* 1000BT */
44 { 1, 0, 1 }, /* 1000BT */
77 udelay(100); in reset_one_mii_phy()
201 udelay(100); in bcm5400_init()
203 /* Reset and configure cascaded 10/100 PHY */ in bcm5400_init()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst80 BT.601 as well, even though BT.601 does not mention any color primaries.
119 The full name of this standard is Rec. ITU-R BT.709-5.
161 in which case the BT.601 Y'CbCr encoding is used.
180 similar to the BT.601 encoding, but it allows for R', G' and B' values
278 170M/BT.601. The Y'CbCr quantization is limited range.
347 170M/BT.601. The Y'CbCr quantization is limited range.
352 Colorspace BT.2020 (V4L2_COLORSPACE_BT2020)
361 .. flat-table:: BT.2020 Chromaticities
640 identical to one defined in SMPTE 170M/BT.601.
711 identical to one defined in SMPTE 170M/BT.601.
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-phytec-segin-peb-wlbt-05.dtsi20 startup-delay-us = <100>;
28 MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0x3031 /* BT ENABLE */
34 pinctrl_uart2_bt: uart2-bt-grp {
68 compatible = "brcm,bcm43438-bt";
H A Dimx6ull-dhcom-som-cfg-sdcard.dtsi13 * Disabled: WiFi and BT
19 * BT is also not available, so remove BT from the UART node.
75 pinctrl_usdhc1_100mhz: usdhc1-100mhz-grp {
/linux/Documentation/devicetree/bindings/net/
H A Dmarvell-bt-8xxx.txt10 * "marvell,sd8897-bt" (for SDIO)
11 * "marvell,sd8997-bt" (for SDIO)
39 wakeup pin 13 and gap 100ms are configured so that firmware can wakeup host
54 compatible = "marvell,sd8897-bt";
74 mvl_bt1: bt@1 {
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-radxa-zero-3w.dts23 post-power-on-delay-ms = <100>;
31 bt_reg_on_h: bt-reg-on-h {
35 bt_wake_host_h: bt-wake-host-h {
39 host_wake_bt_h: host-wake-bt-h {
/linux/arch/sh/lib/
H A Dudivsi3_i4i.S79 bt/s div_by_1
98 bt/s div_r8
106 bt udiv_r8
167 bt/s pos_divisor
171 bt/s neg_result
219 bt/s div_by_1_neg
236 bt/s pos_result
277 bt/s div_r8_neg
519 .byte -100
569 .byte 100
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711-rpi-cm4.dtsi5 #include "bcm283x-rpi-wifi-bt.dtsi"
40 &bt {
50 /* Even the IP block is limited to 100 MHz
97 /* uart0 communicates with the BT module */
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.h102 #define I40E_IEEE_DEFAULT_ETS_TCBW 100
175 /* BitTimes (BT) conversion */
176 #define I40E_BT2KB(BT) (((BT) + (8 * 1024 - 1)) / (8 * 1024)) argument
177 #define I40E_B2BT(BT) ((BT) * 8) argument
178 #define I40E_BT2B(BT) (((BT) + (8 - 1)) / 8) argument
/linux/arch/powerpc/crypto/
H A Daes-spe-modes.S55 stw rI1,100(r1); \
61 lwz rI1,100(r1); \
243 bt gt,ppc_encrypt_ecb_loop
279 bt gt,ppc_decrypt_ecb_loop
322 bt gt,ppc_encrypt_cbc_loop
361 bt lt,ppc_decrypt_cbc_end
386 bt gt,ppc_decrypt_cbc_loop
423 bt lt,ppc_crypt_ctr_partial
451 bt gt,ppc_crypt_ctr_loop
454 bt eq,ppc_crypt_ctr_end
[all …]
/linux/drivers/hid/
H A Dhid-playstation.c206 /* Main DualSense input report excluding any BT/USB specific headers. */
231 /* Common data between DualSense BT/USB main output report. */
286 struct dualsense_output_report_bt *bt; member
424 /* Main DualShock4 input report excluding any BT/USB specific headers. */
457 struct dualshock4_touch_report touch_reports[4]; /* BT has 4 compared to 3 for USB */
507 struct dualshock4_output_report_bt *bt; member
1187 struct dualsense_output_report_bt *bt = buf; in dualsense_init_output_report() local
1189 memset(bt, 0, sizeof(*bt)); in dualsense_init_output_report()
1190 bt->report_id = DS_OUTPUT_REPORT_BT; in dualsense_init_output_report()
1191 bt->tag = DS_OUTPUT_TAG; /* Tag must be set. Exact meaning is unclear. */ in dualsense_init_output_report()
[all …]
/linux/include/uapi/linux/
H A Dmii.h49 #define BMCR_SPEED100 0x2000 /* Select 100Mbps */
63 #define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */
64 #define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */
67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
69 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */
78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
80 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
82 #define ADVERTISE_100BASE4 0x0200 /* Try for 100mbps 4k packets */
101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
[all …]
/linux/drivers/media/i2c/
H A Dtda1997x.c494 HPD_LOW_BP, /* HPD low and pulse of at least 100ms */
495 HPD_LOW_OTHER, /* HPD low and pulse of at least 100ms */
517 /* HPD low and pulse of at least 100ms */ in tda1997x_manual_hpd()
533 /* HPD low and pulse of at least 100ms */ in tda1997x_manual_hpd()
592 /* Enable hotplug after 100ms */ in tda1997x_enable_edid()
687 if (state->timings.bt.height <= 576) in tda1997x_configure_csc()
693 if (state->timings.bt.height <= 576) in tda1997x_configure_csc()
746 const struct v4l2_bt_timings *bt = &state->timings.bt; in tda1997x_configure_vhref() local
755 href_start = bt->hbackporch + bt->hsync + 1; in tda1997x_configure_vhref()
756 href_end = href_start + bt->width; in tda1997x_configure_vhref()
[all …]
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210-trats.dts188 reset-delay = <100>;
189 init-delay = <100>;
264 samsung,i2c-sda-delay = <100>;
284 samsung,i2c-sda-delay = <100>;
471 bt_shutdown: bt-shutdown-pins {
477 bt_host_wakeup: bt-host-wakeup-pins {
483 bt_device_wakeup: bt-device-wakeup-pins {
544 compatible = "brcm,bcm4330-bt";
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-timestamp.c43 const struct can_bittiming *bt = &priv->can.bittiming; in rkcanfd_timestamp_init() local
56 bitrate = max(bt->bitrate, dbt->bitrate); in rkcanfd_timestamp_init()
82 bitrate % MEGA / KILO / 100, in rkcanfd_timestamp_init()
/linux/drivers/net/can/dev/
H A Dnetlink.c39 static int can_validate_bittiming(const struct can_bittiming *bt, in can_validate_bittiming() argument
43 if (bt->sample_point >= 1000) { in can_validate_bittiming()
44 NL_SET_ERR_MSG(extack, "sample point must be between 0 and 100%"); in can_validate_bittiming()
109 struct can_bittiming bt; in can_validate() local
111 memcpy(&bt, nla_data(data[IFLA_CAN_BITTIMING]), sizeof(bt)); in can_validate()
112 err = can_validate_bittiming(&bt, extack); in can_validate()
128 struct can_bittiming bt; in can_validate() local
130 memcpy(&bt, nla_data(data[IFLA_CAN_DATA_BITTIMING]), sizeof(bt)); in can_validate()
131 err = can_validate_bittiming(&bt, extack); in can_validate()
246 struct can_bittiming bt; in can_changelink() local
[all …]

12345678910>>...14