Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.hpp29 _direction(FanSpeedDirection::NEUTRAL) in FanController()
38 return _direction; in getFanDirection()
43 _direction = direction; in setFanDirection()
48 FanSpeedDirection _direction; member in pid_control::FanController
/openbmc/linux/drivers/media/usb/airspy/
H A Dairspy.c149 char *_direction; \
151 _direction = "<<<"; \
153 _direction = ">>>"; \
156 _l & 0xff, _l >> 8, _direction, _l, _b); \
/openbmc/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c641 char *_direction; \
643 _direction = "<<<"; \
645 _direction = ">>>"; \
648 _l & 0xff, _l >> 8, _direction, _l, _b); \
/openbmc/qemu/hw/core/
H A Dqdev.c166 #define DEVICE_LISTENER_CALL(_callback, _direction, _args...) \ argument
170 switch (_direction) { \
/openbmc/linux/drivers/media/usb/hackrf/
H A Dhackrf.c171 char *_direction; \
173 _direction = "<<<"; \
175 _direction = ">>>"; \
178 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
/openbmc/qemu/system/
H A Dmemory.c106 #define MEMORY_LISTENER_CALL_GLOBAL(_callback, _direction, _args...) \ argument
110 switch (_direction) { \
130 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ argument
134 switch (_direction) { \