Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 19 of 19) sorted by relevance

/linux-4.19.296/drivers/char/ipmi/
Dipmi_bt_sm.c70 #define BT_STATE_CHANGE(X, Y) { bt->state = X; return Y; }
108 #define BT_STATUS bt->io->inputb(bt->io, 0)
109 #define BT_CONTROL(x) bt->io->outputb(bt->io, 0, x)
111 #define BMC2HOST bt->io->inputb(bt->io, 1)
112 #define HOST2BMC(x) bt->io->outputb(bt->io, 1, x)
114 #define BT_INTMASK_R bt->io->inputb(bt->io, 2)
115 #define BT_INTMASK_W(x) bt->io->outputb(bt->io, 2, x)
140 #define STATE2TXT state2txt(bt->state)
171 static unsigned int bt_init_data(struct si_sm_data *bt, struct si_sm_io *io) in bt_init_data() argument
173 memset(bt, 0, sizeof(struct si_sm_data)); in bt_init_data()
[all …]
DMakefile25 obj-$(CONFIG_ASPEED_BT_IPMI_BMC) += bt-bmc.o
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-dv-timings.c145 const struct v4l2_bt_timings *bt = &t->bt; in v4l2_valid_dv_timings() local
146 const struct v4l2_bt_timings_cap *cap = &dvcap->bt; in v4l2_valid_dv_timings()
149 u32 max_hor = 3 * bt->width; in v4l2_valid_dv_timings()
154 bt->height < cap->min_height || in v4l2_valid_dv_timings()
155 bt->height > cap->max_height || in v4l2_valid_dv_timings()
156 bt->width < cap->min_width || in v4l2_valid_dv_timings()
157 bt->width > cap->max_width || in v4l2_valid_dv_timings()
158 bt->pixelclock < cap->min_pixelclock || in v4l2_valid_dv_timings()
159 bt->pixelclock > cap->max_pixelclock || in v4l2_valid_dv_timings()
161 cap->standards && bt->standards && in v4l2_valid_dv_timings()
[all …]
Dv4l2-ioctl.c713 p->bt.interlaced, p->bt.pixelclock, in v4l_print_dv_timings()
714 p->bt.width, p->bt.height, in v4l_print_dv_timings()
715 p->bt.polarities, p->bt.hfrontporch, in v4l_print_dv_timings()
716 p->bt.hsync, p->bt.hbackporch, in v4l_print_dv_timings()
717 p->bt.vfrontporch, p->bt.vsync, in v4l_print_dv_timings()
718 p->bt.vbackporch, p->bt.il_vfrontporch, in v4l_print_dv_timings()
719 p->bt.il_vsync, p->bt.il_vbackporch, in v4l_print_dv_timings()
720 p->bt.standards, p->bt.flags); in v4l_print_dv_timings()
743 p->bt.min_width, p->bt.max_width, in v4l_print_dv_timings_cap()
744 p->bt.min_height, p->bt.max_height, in v4l_print_dv_timings_cap()
[all …]
/linux-4.19.296/block/
Dblk-mq-tag.c70 struct sbitmap_queue *bt) in hctx_may_queue() argument
82 if (bt->sb.depth == 1) in hctx_may_queue()
92 depth = max((bt->sb.depth + users - 1) / users, 4U); in hctx_may_queue()
97 struct sbitmap_queue *bt) in __blk_mq_get_tag() argument
100 !hctx_may_queue(data->hctx, bt)) in __blk_mq_get_tag()
103 return __sbitmap_queue_get_shallow(bt, data->shallow_depth); in __blk_mq_get_tag()
105 return __sbitmap_queue_get(bt); in __blk_mq_get_tag()
111 struct sbitmap_queue *bt; in blk_mq_get_tag() local
123 bt = &tags->breserved_tags; in blk_mq_get_tag()
126 bt = &tags->bitmap_tags; in blk_mq_get_tag()
[all …]
Dblk-mq-tag.h39 static inline struct sbq_wait_state *bt_wait_ptr(struct sbitmap_queue *bt, in bt_wait_ptr() argument
43 return &bt->ws[0]; in bt_wait_ptr()
44 return sbq_wait_ptr(bt, &hctx->wait_index); in bt_wait_ptr()
Dbfq-iosched.c5349 struct sbitmap_queue *bt) in bfq_update_depths() argument
5364 bfqd->word_depths[0][0] = max((1U << bt->sb.shift) >> 1, 1U); in bfq_update_depths()
5370 bfqd->word_depths[0][1] = max(((1U << bt->sb.shift) * 3) >> 2, 1U); in bfq_update_depths()
5380 bfqd->word_depths[1][0] = max(((1U << bt->sb.shift) * 3) >> 4, 1U); in bfq_update_depths()
5382 bfqd->word_depths[1][1] = max(((1U << bt->sb.shift) * 6) >> 4, 1U); in bfq_update_depths()
/linux-4.19.296/include/linux/
Dblktrace_api.h54 struct blk_trace *bt; \
57 bt = rcu_dereference((q)->blk_trace); \
58 if (unlikely(bt)) \
59 __trace_note_message(bt, cg, fmt, ##__VA_ARGS__);\
68 struct blk_trace *bt; in blk_trace_note_message_enabled() local
72 bt = rcu_dereference(q->blk_trace); in blk_trace_note_message_enabled()
73 ret = bt && (bt->act_mask & BLK_TC_NOTIFY); in blk_trace_note_message_enabled()
/linux-4.19.296/include/media/
Dv4l2-dv-timings.h203 static inline bool can_reduce_fps(struct v4l2_bt_timings *bt) in can_reduce_fps() argument
205 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
208 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
209 (bt->flags & V4L2_DV_FL_CAN_REDUCE_FPS)) in can_reduce_fps()
/linux-4.19.296/drivers/uwb/
Ddriver.c89 unsigned long bt; in beacon_timeout_ms_store() local
91 result = sscanf(buf, "%lu", &bt); in beacon_timeout_ms_store()
94 beacon_timeout_ms = bt; in beacon_timeout_ms_store()
/linux-4.19.296/include/uapi/linux/
Dvideodev2.h1415 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1416 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1417 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1418 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1419 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1420 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1421 ((bt)->interlaced ? \
1422 ((bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch) : 0))
1423 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1424 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
[all …]
Dv4l2-dv-timings.h26 { .bt = { _width , ## args } }
29 .bt = { _width , ## args }
/linux-4.19.296/drivers/regulator/
Dvctrl-regulator.c313 const struct vctrl_voltage_table *bt = b; in vctrl_cmp_ctrl_uV() local
315 return at->ctrl - bt->ctrl; in vctrl_cmp_ctrl_uV()
/linux-4.19.296/include/net/bluetooth/
Drfcomm.h305 struct bt_sock bt; member
Dl2cap.h680 struct bt_sock bt; member
/linux-4.19.296/lib/zstd/
Dzstd_opt.h244 U32 *const bt = zc->chainTable; in ZSTD_insertBtAndGetAllMatches() local
254 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBtAndGetAllMatches()
255 U32 *largerPtr = bt + 2 * (curr & btMask) + 1; in ZSTD_insertBtAndGetAllMatches()
296 U32 *nextPtr = bt + 2 * (matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1566 U32 *const bt = zc->chainTable; in ZSTD_insertBt1() local
1579 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBt1()
1589 U32 *const nextPtr = bt + 2 * (matchIndex & btMask); in ZSTD_insertBt1()
1649 U32 *const bt = zc->chainTable; in ZSTD_insertBtAndFindBestMatch() local
1662 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBtAndFindBestMatch()
1663 U32 *largerPtr = bt + 2 * (curr & btMask) + 1; in ZSTD_insertBtAndFindBestMatch()
1671 U32 *const nextPtr = bt + 2 * (matchIndex & btMask); in ZSTD_insertBtAndFindBestMatch()
/linux-4.19.296/drivers/media/dvb-frontends/
Dor51211.c58 struct bt878* bt; member
/linux-4.19.296/fs/proc/
Dbase.c505 unsigned long bt = lr->backtrace[q]; in lstats_show_proc() local
506 if (!bt) in lstats_show_proc()
508 if (bt == ULONG_MAX) in lstats_show_proc()
510 seq_printf(m, " %ps", (void *)bt); in lstats_show_proc()