/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | bench-lookups.c | 14 #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 D | conf.h | 38 * 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 D | htc_drv_gpio.c | 28 * 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 D | gpio.c | 140 * 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 282 btcoex->btcoex_no_stomp = (100 - ATH_BTCOEX_DEF_DUTY_CYCLE) * in ath_init_btcoex_timer() 283 btcoex->btcoex_period / 100; in ath_init_btcoex_timer() 284 btcoex->btscan_no_stomp = (100 - ATH_BTCOEX_BTSCAN_DUTY_CYCLE) * in ath_init_btcoex_timer() [all …]
|
H A D | mci.c | 106 (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 D | twl4030_madc_battery.c | 55 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 D | dvb-bt8xx.c | 44 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/wireless/realtek/rtw88/ |
H A D | coex.c | 66 /* 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 D | sungem_phy.c | 38 { 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 D | colorspaces-details.rst | 80 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 D | imx6ul-phytec-segin-peb-wlbt-05.dtsi | 20 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 D | imx6ull-dhcom-som-cfg-sdcard.dtsi | 13 * 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 D | marvell-bt-8xxx.txt | 10 * "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 D | rk3566-radxa-zero-3w.dts | 23 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/arm/boot/dts/broadcom/ |
H A D | bcm2711-rpi-cm4.dtsi | 5 #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/arch/sh/lib/ |
H A D | udivsi3_i4i.S | 79 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/powerpc/crypto/ |
H A D | aes-spe-modes.S | 55 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/arch/arm64/boot/dts/freescale/ |
H A D | imx93-phyboard-segin-peb-wlbt-05.dtso | 16 post-power-on-delay-ms = <100>; 28 compatible = "brcm,bcm43438-bt"; 88 MX93_PAD_ENET1_RD3__GPIO4_IO13 0x31e /* BT ENABLE */
|
H A D | imx8mm-innocomm-wb15.dtsi | 220 &uart1 { /* BT */ 229 compatible = "brcm,bcm4349-bt"; 341 pinctrl_modem_bt: modem-bt-grp { 396 pinctrl_usdhc1_100mhz: usdhc1-100mhz-grp { 448 pinctrl_usdhc2_100mhz: usdhc2-100mhz-grp {
|
H A D | imx8mp-beacon-som.dtsi | 18 reg_wl_bt: regulator-wifi-bt { 22 regulator-name = "wl-bt-pow-dwn"; 282 compatible = "nxp,88w8997-bt"; 416 pinctrl_usdhc1_100mhz: usdhc1-100mhzgrp { 454 pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp {
|
H A D | imx943-evk.dts | 23 bt_sco_codec: bt-sco-codec { 24 compatible = "linux,bt-sco"; 72 sound-bt-sco { 78 simple-audio-card,name = "bt-sco-audio"; 502 pinctrl_usdhc1_100mhz: usdhc1-100mhzgrp { 550 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
|
/linux/include/uapi/linux/ |
H A D | mii.h | 49 #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/arch/arm/boot/dts/samsung/ |
H A D | exynos4210-trats.dts | 188 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 D | rockchip_canfd-timestamp.c | 43 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/sound/soc/sof/amd/ |
H A D | vangogh.c | 52 .name = "acp-sof-bt", 66 /* Supporting only stereo for I2S BT controller capture */ 145 usleep_range(100, 150); in sof_vangogh_post_fw_run_delay()
|