Searched refs:_direction (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalPhyRf.c | 12 #define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ argument 15 if (_deltaThermal < thermalThreshold[_direction][_offset]) {\
|
/Linux-v4.19/drivers/media/usb/airspy/ |
D | airspy.c | 160 char *_direction; \ 162 _direction = "<<<"; \ 164 _direction = ">>>"; \ 167 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/Linux-v4.19/drivers/media/usb/msi2500/ |
D | msi2500.c | 660 char *_direction; \ 662 _direction = "<<<"; \ 664 _direction = ">>>"; \ 667 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/Linux-v4.19/drivers/media/usb/hackrf/ |
D | hackrf.c | 180 char *_direction; \ 182 _direction = "<<<"; \ 184 _direction = ">>>"; \ 187 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | halphyrf_ce.c | 18 #define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, \ argument 23 thermal_threshold[_direction][_offset]) { \
|