Home
last modified time | relevance | path

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

/include/linux/can/
Dbittiming.h87 int can_calc_bittiming(struct net_device *dev, struct can_bittiming *bt,
93 can_calc_bittiming(struct net_device *dev, struct can_bittiming *bt, in can_calc_bittiming() argument
105 int can_get_bittiming(struct net_device *dev, struct can_bittiming *bt,
118 static inline unsigned int can_bit_time(const struct can_bittiming *bt) in can_bit_time() argument
120 return CAN_SYNC_SEG + bt->prop_seg + bt->phase_seg1 + bt->phase_seg2; in can_bit_time()
/include/linux/
Dblktrace_api.h52 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()
/include/media/
Dv4l2-dv-timings.h214 static inline bool can_reduce_fps(struct v4l2_bt_timings *bt) in can_reduce_fps() argument
216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
219 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
220 (bt->flags & V4L2_DV_FL_CAN_REDUCE_FPS)) in can_reduce_fps()
/include/uapi/linux/
Dvideodev2.h1557 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1558 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1559 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1560 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1561 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1562 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1563 ((bt)->interlaced ? \
1564 ((bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch) : 0))
1565 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1566 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
[all …]
Dv4l2-dv-timings.h26 { .bt = { _width , ## args } }
29 .bt = { _width , ## args }
/include/net/bluetooth/
Drfcomm.h310 struct bt_sock bt; member
Dl2cap.h738 struct bt_sock bt; member