Searched refs:_dir (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0013-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch | 33 foreach(_dir ${IncDirs}) 34 - if (EXISTS ${_dir}) 35 - list(APPEND Qt5Gui_${Name}_INCLUDE_DIRS ${_dir}) 37 - find_path(_actual_dir ${_dir}) # Look in sdk directories 42 + find_path(_actual_dir ${_dir})
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_dinode.h | 82 } _dir; /* (384) */ member 83 #define di_dirtable u._dir._table 84 #define di_dtroot u._dir._dtroot
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.h | 11 #define PXA_FUNCTION(_dir, _af, _name) \ argument 14 .muxval = (_dir | (_af << 1)), \
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | gadget.h | 190 #define USB_EP_CAPS(_type, _dir) \ argument 196 .dir_in = !!(_dir & USB_EP_CAPS_DIR_IN), \ 197 .dir_out = !!(_dir & USB_EP_CAPS_DIR_OUT), \
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-ep93xx.c | 281 #define EP93XX_GPIO_BANK(_label, _data, _dir, _irq, _base, _has_irq, _has_hier, _irq_base) \ argument 285 .dir = _dir, \
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | apds9960.c | 116 #define APDS9960_REG_GFIFO_DIR(_dir) \ argument 117 (APDS9960_REG_GFIFO_BASE + IDX_DIR_##_dir) 251 #define APDS9960_GESTURE_CHANNEL(_dir, _si) { \ argument
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | inodes.rst | 125 - i\_size\_high / i\_dir\_acl 127 i\_dir\_acl, though it was usually set to zero and never used.
|
| H A D | super.rst | 203 - s\_prealloc\_dir\_blocks 621 - Directory entries record the file type. See ext4\_dir\_entry\_2 below
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | dm.c | 133 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument 136 if (_del < thermal_threshold[_dir][_off]) { \
|