Searched refs:_direction (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-pid-control/pid/ |
H A D | fancontroller.hpp | 29 _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 D | airspy.c | 149 char *_direction; \ 151 _direction = "<<<"; \ 153 _direction = ">>>"; \ 156 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/openbmc/linux/drivers/media/usb/msi2500/ |
H A D | msi2500.c | 641 char *_direction; \ 643 _direction = "<<<"; \ 645 _direction = ">>>"; \ 648 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/openbmc/qemu/hw/core/ |
H A D | qdev.c | 166 #define DEVICE_LISTENER_CALL(_callback, _direction, _args...) \ argument 170 switch (_direction) { \
|
/openbmc/linux/drivers/media/usb/hackrf/ |
H A D | hackrf.c | 171 char *_direction; \ 173 _direction = "<<<"; \ 175 _direction = ">>>"; \ 178 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/openbmc/qemu/system/ |
H A D | memory.c | 106 #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) { \
|