Home
last modified time | relevance | path

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

/include/linux/can/
Dbittiming.h118 int can_calc_bittiming(const struct net_device *dev, struct can_bittiming *bt,
126 can_calc_bittiming(const struct net_device *dev, struct can_bittiming *bt, in can_calc_bittiming() argument
141 void can_sjw_set_default(struct can_bittiming *bt);
143 int can_sjw_check(const struct net_device *dev, const struct can_bittiming *bt,
146 int can_get_bittiming(const struct net_device *dev, struct can_bittiming *bt,
160 static inline unsigned int can_bit_time(const struct can_bittiming *bt) in can_bit_time() argument
162 return CAN_SYNC_SEG + bt->prop_seg + bt->phase_seg1 + bt->phase_seg2; in can_bit_time()
/include/linux/
Dblktrace_api.h33 __printf(3, 4) void __blk_trace_note_message(struct blk_trace *bt,
51 struct blk_trace *bt; \
54 bt = rcu_dereference((q)->blk_trace); \
55 if (unlikely(bt)) \
56 __blk_trace_note_message(bt, css, fmt, ##__VA_ARGS__);\
65 struct blk_trace *bt; in blk_trace_note_message_enabled() local
69 bt = rcu_dereference(q->blk_trace); in blk_trace_note_message_enabled()
70 ret = bt && (bt->act_mask & BLK_TC_NOTIFY); in blk_trace_note_message_enabled()
Dbpf_verifier.h752 struct backtrack_state bt; member
/include/media/
Dv4l2-dv-timings.h220 static inline bool can_reduce_fps(struct v4l2_bt_timings *bt) in can_reduce_fps() argument
222 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
225 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
226 (bt->flags & V4L2_DV_FL_CAN_REDUCE_FPS)) in can_reduce_fps()
/include/uapi/linux/
Dvideodev2.h1668 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1669 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1670 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1671 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1672 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1673 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1674 ((bt)->interlaced ? \
1675 ((bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch) : 0))
1676 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1677 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
[all …]
Dv4l2-dv-timings.h17 { .bt = { _width , ## args } }
20 .bt = { _width , ## args }
/include/net/bluetooth/
Drfcomm.h310 struct bt_sock bt; member
Dl2cap.h710 struct bt_sock bt; member