Searched refs:_direction (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | HalPhyRf.c | 12 #define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ argument 15 if (_deltaThermal < thermalThreshold[_direction][_offset]) {\
|
/Linux-v5.10/drivers/media/usb/airspy/ |
D | airspy.c | 149 char *_direction; \ 151 _direction = "<<<"; \ 153 _direction = ">>>"; \ 156 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/Linux-v5.10/drivers/media/usb/msi2500/ |
D | msi2500.c | 641 char *_direction; \ 643 _direction = "<<<"; \ 645 _direction = ">>>"; \ 648 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/Linux-v5.10/drivers/media/usb/hackrf/ |
D | hackrf.c | 171 char *_direction; \ 173 _direction = "<<<"; \ 175 _direction = ">>>"; \ 178 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
|