/linux/drivers/char/ipmi/ |
A D | ipmi_bt_sm.c | 113 #define BMC2HOST bt->io->inputb(bt->io, 1) 230 bt->write_data[2] = bt->seq++; in bt_start_transaction() 237 bt->timeout = bt->BT_CAP_req2rsp; in bt_start_transaction() 323 bt->write_count, bt->seq); in write_all_bytes() 342 bt->read_count = bt->read_data[0]; in read_all_bytes() 378 bt->read_data[1], bt->read_data[2], bt->read_data[3]); in read_all_bytes() 390 bt->timeout = bt->BT_CAP_req2rsp; in error_recovery() 566 bt->state = bt->complete; in bt_event() 574 bt_init_data(bt, bt->io); in bt_event() 605 bt->timeout = bt->BT_CAP_req2rsp; in bt_event() [all …]
|
/linux/sound/soc/mediatek/common/ |
A D | mtk-btcvsd.c | 202 bt->conn_bt_cvsd_mask, bt->conn_bt_cvsd_mask); in mtk_btcvsd_snd_irq_disable() 212 bt->tx->state, bt->rx->state, bt->irq_disabled); in mtk_btcvsd_snd_set_state() 234 memset(bt->tx, 0, sizeof(*bt->tx)); in mtk_btcvsd_snd_tx_init() 247 memset(bt->rx, 0, sizeof(*bt->rx)); in mtk_btcvsd_snd_rx_init() 493 __func__, bt->rx->state, bt->tx->state); in mtk_btcvsd_snd_irq_handler() 556 if (bt->rx->packet_w - bt->rx->packet_r <= in mtk_btcvsd_snd_irq_handler() 569 (bt->rx->packet_w - bt->rx->packet_r <= in mtk_btcvsd_snd_irq_handler() 593 if (bt->tx->packet_w - bt->tx->packet_r >= in mtk_btcvsd_snd_irq_handler() 718 int ret = wait_for_bt_irq(bt, bt->rx); in mtk_btcvsd_snd_read() 811 int ret = wait_for_bt_irq(bt, bt->tx); in mtk_btcvsd_snd_write() [all …]
|
/linux/drivers/media/pci/bt8xx/ |
A D | bt878.c | 70 dma_free_coherent(&bt->dev->dev, bt->buf_size, bt->buf_cpu, in bt878_mem_free() 76 dma_free_coherent(&bt->dev->dev, bt->risc_size, bt->risc_cpu, in bt878_mem_free() 87 bt->buf_cpu = dma_alloc_coherent(&bt->dev->dev, bt->buf_size, in bt878_mem_alloc() 95 bt->risc_cpu = dma_alloc_coherent(&bt->dev->dev, bt->risc_size, in bt878_mem_alloc() 125 bt->block_bytes = bt->buf_size >> 4; in bt878_make_risc() 127 bt->line_bytes = bt->block_bytes; in bt878_make_risc() 128 bt->line_count = bt->block_count; in bt878_make_risc() 153 bt->line_count, bt->line_bytes); in bt878_risc_program() 163 bt->block_count) | bt-> in bt878_risc_program() 487 free_irq(bt->irq, bt); in bt878_probe() [all …]
|
A D | dvb-bt8xx.c | 44 struct bt878 *bt = from_tasklet(bt, t, tasklet); in dvb_bt8xx_task() local 49 while (card->bt->last_block != card->bt->finished_block) { in dvb_bt8xx_task() 52 &card->bt->buf_cpu[card->bt->last_block * in dvb_bt8xx_task() 54 card->bt->block_bytes); in dvb_bt8xx_task() 55 card->bt->last_block = (card->bt->last_block + 1) % in dvb_bt8xx_task() 56 card->bt->block_count; in dvb_bt8xx_task() 94 bt878_stop(card->bt); in dvb_bt8xx_stop_feed() 307 return request_firmware(fw, name, &bt->bt->dev->dev); in microtune_mt7202dtf_request_firmware() 405 return request_firmware(fw, name, &bt->bt->dev->dev); in or51211_request_firmware() 664 state->bt = card->bt; in frontend_init() [all …]
|
/linux/arch/arm/mach-s3c/ |
A D | iotiming-s3c2412.c | 45 if (!bt) in s3c2412_print_timing() 97 bt->smbidcyr = calc_timing(bt->idcy, hclk, &err); in s3c2412_calc_bank() 98 bt->smbwstrd = calc_timing(bt->wstrd, hclk, &err); in s3c2412_calc_bank() 99 bt->smbwstwr = calc_timing(bt->wstwr, hclk, &err); in s3c2412_calc_bank() 100 bt->smbwstoen = calc_timing(bt->wstoen, hclk, &err); in s3c2412_calc_bank() 101 bt->smbwstwen = calc_timing(bt->wstwen, hclk, &err); in s3c2412_calc_bank() 102 bt->smbwstbrd = calc_timing(bt->wstbrd, hclk, &err); in s3c2412_calc_bank() 147 if (!bt) in s3c2412_iotiming_calc() 182 if (!bt) in s3c2412_iotiming_set() 241 bt = kzalloc(sizeof(*bt), GFP_KERNEL); in s3c2412_iotiming_get() [all …]
|
A D | iotiming-s3c2410.c | 39 if (!bt) in s3c2410_print_timing() 44 print_ns(bt->tacs), in s3c2410_print_timing() 45 print_ns(bt->tcos), in s3c2410_print_timing() 220 res = bt->bankcon; in s3c2410_calc_bank() 239 ret |= calc_tacc(bt->tacc, bt->nwait_en, hclk, &res); in s3c2410_calc_bank() 244 bt->bankcon = res; in s3c2410_calc_bank() 369 if (!bt) in s3c2410_iotiming_calc() 409 if (!bt) in s3c2410_iotiming_set() 452 bt = kzalloc(sizeof(*bt), GFP_KERNEL); in s3c2410_iotiming_get() 453 if (!bt) in s3c2410_iotiming_get() [all …]
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dv-timings.c | 145 const struct v4l2_bt_timings *bt = &t->bt; in v4l2_valid_dv_timings() local 251 if (t1->bt.width == t2->bt.width && in v4l2_match_dv_timings() 252 t1->bt.height == t2->bt.height && in v4l2_match_dv_timings() 258 t1->bt.hsync == t2->bt.hsync && in v4l2_match_dv_timings() 261 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings() 268 t1->bt.il_vsync == t2->bt.il_vsync && in v4l2_match_dv_timings() 278 const struct v4l2_bt_timings *bt = &t->bt; in v4l2_print_dv_timings() local 297 bt->width, bt->height, bt->interlaced ? "i" : "p", in v4l2_print_dv_timings() 306 bt->hsync, bt->hbackporch); in v4l2_print_dv_timings() 310 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings() [all …]
|
/linux/drivers/net/can/dev/ |
A D | bittiming.c | 154 bt->phase_seg1 = tseg1 - bt->prop_seg; in can_calc_bittiming() 159 bt->sjw = 1; in can_calc_bittiming() 217 tseg1 = bt->prop_seg + bt->phase_seg1; in can_fixup_bittiming() 218 if (!bt->sjw) in can_fixup_bittiming() 219 bt->sjw = 1; in can_fixup_bittiming() 234 if (bt->brp < btc->brp_min || bt->brp > btc->brp_max) in can_fixup_bittiming() 237 alltseg = bt->prop_seg + bt->phase_seg1 + bt->phase_seg2 + 1; in can_fixup_bittiming() 238 bt->bitrate = priv->clock.freq / (bt->brp * alltseg); in can_fixup_bittiming() 276 if (!bt->tq && bt->bitrate && btc) in can_get_bittiming() 278 else if (bt->tq && !bt->bitrate && btc) in can_get_bittiming() [all …]
|
/linux/kernel/trace/ |
A D | blktrace.c | 92 if (!bt->rchan) in trace_note() 192 if (bt->pid && pid != bt->pid) in act_log_check() 319 kfree(bt); in blk_trace_free() 351 if (!bt) in __blk_trace_remove() 505 bt = kzalloc(sizeof(*bt), GFP_KERNEL); in do_blk_trace_setup() 506 if (!bt) in do_blk_trace_setup() 942 if (bt) in blk_add_trace_plug() 954 if (bt) { in blk_add_trace_unplug() 975 if (bt) { in blk_add_trace_split() 1632 bt = kzalloc(sizeof(*bt), GFP_KERNEL); in blk_trace_setup_queue() [all …]
|
/linux/drivers/media/i2c/ |
A D | ths8200.c | 217 uint16_t line_start_active_video = (bt->vsync + bt->vbackporch); in ths8200_setup() 218 uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch); in ths8200_setup() 229 if (!bt->interlaced) in ths8200_setup() 236 (bt->hbackporch + bt->hsync) & 0xff); in ths8200_setup() 244 ((bt->hbackporch + bt->hsync) & 0x100) >> 1); in ths8200_setup() 271 if (!bt->interlaced) in ths8200_setup() 304 (bt->hsync >> 2) & 0xc0); in ths8200_setup() 356 "vertical: sync %d\n", __func__, htotal(bt), vtotal(bt), in ths8200_setup() 357 polarity, bt->hfrontporch, bt->hbackporch, in ths8200_setup() 358 bt->hsync, bt->vsync); in ths8200_setup() [all …]
|
A D | ths7303.c | 38 struct v4l2_bt_timings bt; member 145 state->bt.pixelclock = 0; in ths7303_s_std_output() 170 if (state->bt.pixelclock > 120000000) in ths7303_config() 172 else if (state->bt.pixelclock > 70000000) in ths7303_config() 174 else if (state->bt.pixelclock > 20000000) in ths7303_config() 204 state->bt = dv_timings->bt; in ths7303_s_dv_timings() 287 if (state->bt.pixelclock) { in ths7303_log_status() 288 struct v4l2_bt_timings *bt = &state->bt; in ths7303_log_status() local 295 bt->width, bt->height, bt->interlaced ? "i" : "p", in ths7303_log_status() 297 (int)bt->pixelclock / in ths7303_log_status() [all …]
|
A D | tda1997x.c | 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() 757 vref_f1_start = bt->height + bt->vbackporch + bt->vsync + in tda1997x_configure_vhref() 758 bt->il_vbackporch + bt->il_vsync + in tda1997x_configure_vhref() 759 bt->il_vfrontporch; in tda1997x_configure_vhref() 760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch; in tda1997x_configure_vhref() 765 if (bt->interlaced) { in tda1997x_configure_vhref() 767 (bt->il_vbackporch + bt->il_vsync - 1); in tda1997x_configure_vhref() 768 vref_f2_width = bt->il_vbackporch + bt->il_vsync + in tda1997x_configure_vhref() 1158 timings->bt.il_vsync = timings->bt.vsync; in tda1997x_detect_std() [all …]
|
/linux/arch/powerpc/boot/ |
A D | mktree.c | 48 boot_block_t bt; in main() local 62 bt.bb_magic = htonl(0x0052504F); in main() 72 bt.bb_num_512blocks = htonl(nblks); in main() 73 bt.bb_debug_flag = 0; in main() 75 bt.bb_checksum = 0; in main() 79 bt.reserved[0] = 0; in main() 80 bt.reserved[1] = 0; in main() 93 cp = (void *)&bt; in main() 119 if (write(out_fd, &bt, sizeof(bt)) != sizeof(bt)) { in main() 140 bt.bb_checksum = htonl(cksum); in main() [all …]
|
/linux/block/ |
A D | blk-mq-tag.c | 77 struct sbitmap_queue *bt) in __blk_mq_get_tag() argument 80 !hctx_may_queue(data->hctx, bt)) in __blk_mq_get_tag() 86 return __sbitmap_queue_get(bt); in __blk_mq_get_tag() 107 struct sbitmap_queue *bt; in blk_mq_get_tag() local 118 bt = &tags->breserved_tags; in blk_mq_get_tag() 121 bt = &tags->bitmap_tags; in blk_mq_get_tag() 125 tag = __blk_mq_get_tag(data, bt); in blk_mq_get_tag() 157 bt_prev = bt; in blk_mq_get_tag() 167 bt = &tags->breserved_tags; in blk_mq_get_tag() 169 bt = &tags->bitmap_tags; in blk_mq_get_tag() [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
A D | qualcomm-bluetooth.yaml | 19 - qcom,qca6174-bt 20 - qcom,qca9377-bt 21 - qcom,wcn3990-bt 22 - qcom,wcn3991-bt 23 - qcom,wcn3998-bt 24 - qcom,qca6390-bt 25 - qcom,wcn6750-bt 97 - qcom,qca6174-bt 108 - qcom,wcn3990-bt 109 - qcom,wcn3991-bt [all …]
|
/linux/drivers/video/fbdev/ |
A D | tcx.c | 111 struct bt_regs __iomem *bt; member 175 struct bt_regs __iomem *bt = par->bt; in tcx_setcolreg() local 187 sbus_writel(regno << 24, &bt->addr); in tcx_setcolreg() 188 sbus_writel(red << 24, &bt->color_map); in tcx_setcolreg() 189 sbus_writel(green << 24, &bt->color_map); in tcx_setcolreg() 190 sbus_writel(blue << 24, &bt->color_map); in tcx_setcolreg() 355 if (par->bt) in tcx_unmap_regs() 357 par->bt, sizeof(struct bt_regs)); in tcx_unmap_regs() 403 !par->bt || !info->screen_base) in tcx_probe() 448 sbus_writel(0x05 << 24, &par->bt->addr); in tcx_probe() [all …]
|
/linux/include/linux/can/ |
A D | bittiming.h | 123 int can_calc_bittiming(struct net_device *dev, struct can_bittiming *bt, 131 can_calc_bittiming(struct net_device *dev, struct can_bittiming *bt, in can_calc_bittiming() argument 146 int can_get_bittiming(struct net_device *dev, struct can_bittiming *bt, 159 static inline unsigned int can_bit_time(const struct can_bittiming *bt) in can_bit_time() argument 161 return CAN_SYNC_SEG + bt->prop_seg + bt->phase_seg1 + bt->phase_seg2; in can_bit_time()
|
/linux/drivers/media/i2c/adv748x/ |
A D | adv748x-hdmi.c | 96 fmt->field = hdmi->timings.bt.interlaced ? in adv748x_hdmi_fill_format() 102 fmt->width = hdmi->timings.bt.width; in adv748x_hdmi_fill_format() 103 fmt->height = hdmi->timings.bt.height; in adv748x_hdmi_fill_format() 245 timings->bt.interlaced ? in adv748x_hdmi_s_dv_timings() 277 struct v4l2_bt_timings *bt = &timings->bt; in adv748x_hdmi_query_dv_timings() local 295 bt->pixelclock = pixelclock; in adv748x_hdmi_query_dv_timings() 299 bt->width = hdmi_read16(state, ADV748X_HDMI_LW1, in adv748x_hdmi_query_dv_timings() 301 bt->height = hdmi_read16(state, ADV748X_HDMI_F0H1, in adv748x_hdmi_query_dv_timings() 320 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv748x_hdmi_query_dv_timings() 321 bt->height += hdmi_read16(state, 0x0b, 0x1fff); in adv748x_hdmi_query_dv_timings() [all …]
|
/linux/drivers/platform/x86/ |
A D | acerhdf.c | 606 const struct bios_settings *bt = NULL; in acerhdf_check_hardware() local 624 for (bt = bios_tbl; bt->vendor[0]; bt++) { in acerhdf_check_hardware() 625 pr_info("%-13s | %-17s | %-10s\n", bt->vendor, in acerhdf_check_hardware() 626 bt->product, bt->version); in acerhdf_check_hardware() 649 for (bt = bios_tbl; bt->vendor[0]; bt++) { in acerhdf_check_hardware() 654 if (str_starts_with(vendor, bt->vendor) && in acerhdf_check_hardware() 655 str_starts_with(product, bt->product) && in acerhdf_check_hardware() 656 str_starts_with(version, bt->version)) { in acerhdf_check_hardware() 669 ctrl_cfg.fanreg = bt->fanreg; in acerhdf_check_hardware() 670 ctrl_cfg.tempreg = bt->tempreg; in acerhdf_check_hardware() [all …]
|
/linux/include/linux/ |
A D | blktrace_api.h | 52 struct blk_trace *bt; \ 55 bt = rcu_dereference((q)->blk_trace); \ 56 if (unlikely(bt)) \ 57 __trace_note_message(bt, cg, fmt, ##__VA_ARGS__);\ 66 struct blk_trace *bt; in blk_trace_note_message_enabled() local 70 bt = rcu_dereference(q->blk_trace); in blk_trace_note_message_enabled() 71 ret = bt && (bt->act_mask & BLK_TC_NOTIFY); in blk_trace_note_message_enabled()
|
/linux/arch/sh/lib/ |
A D | strlen.S | 17 bt/s 1f 28 bt 8f 33 bt 8f 38 bt 8f 57 bt/s 8f 62 bt/s 8f 67 bt 8f
|
A D | checksum.S | 50 bt/s 2f ! Jump if alignment is ok. 59 bt 9f 70 bt 2f 91 bt/s 4f ! if it's =0, go to 4f 147 bt/s 8f 165 bt 10f 211 bt/s 1f 222 bt 4f 251 bt 7f 271 bt/s 2f [all …]
|
A D | memcpy-sh4.S | 53 bt/s 3b ! 109 BR 70 bt/s 3b ! 109 BR 80 bt 9f ! 109 BR 85 bt/s 8b ! 109 BR 138 bt/s 3b 148 bt 9f ! 109 BR 280 bt/s .Lcase0 287 2: bt/s .Lcase0b 296 bt/s .Lcase1 384 bt 9f ! 110 BR [all …]
|
/linux/drivers/net/wireless/realtek/rtw89/ |
A D | coex.c | 562 memset(bt, 0, sizeof(*bt)); in _reset_btc_var() 607 struct rtw89_btc_bt_info *bt = &cx->bt; in _chk_btc_err() local 1618 struct rtw89_btc_bt_info *bt = &cx->bt; in _update_btc_state_map() local 2227 struct rtw89_btc_bt_info *bt = &cx->bt; in _set_ant() local 3480 if (bt->enable.now != bt->enable.last) in _update_bt_scbd() 3490 bt->enable.last = bt->enable.now; in _update_bt_scbd() 3987 bt->inq_pag.last = bt->inq_pag.now; in _update_bt_info() 4846 bt->raw_info[4], bt->raw_info[5], bt->raw_info[6], in _show_bt_info() 5700 bt->raw_info[2], bt->raw_info[3], in rtw89_btc_dump_info() 5701 bt->raw_info[4], bt->raw_info[5], in rtw89_btc_dump_info() [all …]
|
/linux/arch/csky/abiv2/ |
A D | strcmp.S | 22 bt 2f 31 bt 2f 38 bt 2f 45 bt 2f 52 bt 2f 59 bt 2f 66 bt 2f 73 bt 2f
|