Searched refs:bt (Results 1 – 7 of 7) sorted by relevance
/include/linux/can/ |
D | bittiming.h | 87 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/ |
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()
|
/include/media/ |
D | v4l2-dv-timings.h | 214 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/ |
D | videodev2.h | 1557 #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 …]
|
D | v4l2-dv-timings.h | 26 { .bt = { _width , ## args } } 29 .bt = { _width , ## args }
|
/include/net/bluetooth/ |
D | rfcomm.h | 310 struct bt_sock bt; member
|
D | l2cap.h | 738 struct bt_sock bt; member
|