Home
last modified time | relevance | path

Searched refs:_direction (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
DHalPhyRf.c12 #define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ argument
15 if (_deltaThermal < thermalThreshold[_direction][_offset]) {\
/Linux-v4.19/drivers/media/usb/airspy/
Dairspy.c160 char *_direction; \
162 _direction = "<<<"; \
164 _direction = ">>>"; \
167 _l & 0xff, _l >> 8, _direction, _l, _b); \
/Linux-v4.19/drivers/media/usb/msi2500/
Dmsi2500.c660 char *_direction; \
662 _direction = "<<<"; \
664 _direction = ">>>"; \
667 _l & 0xff, _l >> 8, _direction, _l, _b); \
/Linux-v4.19/drivers/media/usb/hackrf/
Dhackrf.c180 char *_direction; \
182 _direction = "<<<"; \
184 _direction = ">>>"; \
187 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dhalphyrf_ce.c18 #define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, \ argument
23 thermal_threshold[_direction][_offset]) { \