Searched refs:bt (Results 1 – 8 of 8) sorted by relevance
| /include/linux/can/ |
| D | bittiming.h | 118 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/ |
| D | blktrace_api.h | 33 __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()
|
| D | bpf_verifier.h | 752 struct backtrack_state bt; member
|
| /include/media/ |
| D | v4l2-dv-timings.h | 220 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/ |
| D | videodev2.h | 1668 #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 …]
|
| D | v4l2-dv-timings.h | 17 { .bt = { _width , ## args } } 20 .bt = { _width , ## args }
|
| /include/net/bluetooth/ |
| D | rfcomm.h | 310 struct bt_sock bt; member
|
| D | l2cap.h | 710 struct bt_sock bt; member
|