| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/ |
| H A D | CMakeLists.txt | 3 add_library(${PROJECT_NAME} INTERFACE) 6 INTERFACE include 7 INTERFACE aes_perf/include 8 INTERFACE concurrent/include 9 INTERFACE concurrent_large/include 10 INTERFACE create_fail_test/include 11 INTERFACE crypt/include 12 INTERFACE enc_fs/include 13 INTERFACE os_test/include 14 INTERFACE rpc_test/include [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | network.sh | 4 echo "$INTERFACE" | grep -q wifi && exit 0 33 echo "$INTERFACE" >> /dev/udev_network_queue 43 if grep -q "iface \+$INTERFACE" /etc/network/interfaces; then 46 ifconfig | grep -q "^$INTERFACE" || ifup $INTERFACE 49 ifdown $INTERFACE
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-helper.c | 782 #define INTERFACE(port) (port >> 4) in __cvmx_helper_errata_fix_ipd_ptr_alignment() macro 797 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 799 cvmx_read_csr(CVMX_ASXX_TX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 801 cvmx_read_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 804 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 807 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 816 cvmx_write_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 0); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 838 cvmx_write_csr(CVMX_ASXX_PRT_LOOP(INTERFACE(FIX_IPD_OUTPORT)), in __cvmx_helper_errata_fix_ipd_ptr_alignment() 894 INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 898 INTERFACE(FIX_IPD_OUTPORT)), gmx_cfg.u64); in __cvmx_helper_errata_fix_ipd_ptr_alignment() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wintaskbar.c | 32 #ifdef INTERFACE 33 #undef INTERFACE 36 #define INTERFACE ITaskbarList macro 51 #undef INTERFACE
|
| H A D | propertystore.h | 46 #ifdef INTERFACE 47 #undef INTERFACE 50 #define INTERFACE IPropertyStore macro 63 #undef INTERFACE
|
| H A D | ddraw.h | 1205 #undef INTERFACE 1206 #define INTERFACE IDirectDrawPalette macro 1234 #undef INTERFACE 1235 #define INTERFACE IDirectDrawClipper macro 1264 #undef INTERFACE 1265 #define INTERFACE IDirectDraw macro 1352 #undef INTERFACE 1353 #define INTERFACE IDirectDraw2 macro 1437 #undef INTERFACE 1438 #define INTERFACE IDirectDraw4 macro [all …]
|
| /OK3568_Linux_fs/buildroot/package/pistache/ |
| H A D | 0002-CMakeLists.txt-respect-BUILD_SHARED_LIBS.patch | 30 + target_include_directories(pistache_shared INTERFACE ${PISTACHE_INCLUDE}) 37 -target_include_directories(pistache_shared INTERFACE ${PISTACHE_INCLUDE}) 38 target_include_directories(pistache_static INTERFACE ${PISTACHE_INCLUDE})
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | init | 31 INTERFACE="0.0.0.0" 44 DAEMON_ARG="-d -l $INTERFACE -p $PORT -s $SEPARATOR"
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon/ |
| H A D | ethernet-rgmii.c | 27 int interface = INTERFACE(priv->port); in cvm_oct_set_hw_preamble() 72 int interface = INTERFACE(priv->port); in cvm_oct_check_preamble_errors()
|
| H A D | ethernet-util.h | 26 static inline int INTERFACE(int ipd_port) in INTERFACE() function
|
| H A D | ethernet.c | 241 int interface = INTERFACE(priv->port); in cvm_oct_common_change_mtu() 295 int interface = INTERFACE(priv->port); in cvm_oct_common_set_multicast_list() 347 int interface = INTERFACE(priv->port); in cvm_oct_set_mac_filter() 462 int interface = INTERFACE(priv->port); in cvm_oct_common_open()
|
| H A D | ethernet-mdio.c | 108 int interface = INTERFACE(priv->port); in cvm_oct_common_stop()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | authorization.rst | 106 $ echo 1 > /sys/bus/usb/devices/INTERFACE/authorized 110 $ echo 0 > /sys/bus/usb/devices/INTERFACE/authorized 128 be triggered manually by writing INTERFACE to /sys/bus/usb/drivers_probe
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | rarpd.service | 9 ExecStart=/usr/sbin/rarpd $OPTIONS $INTERFACE
|
| H A D | 0004-rarpd.init-add-new-init-file.patch | 60 + daemon /usr/sbin/rarpd $OPTIONS $INTERFACE
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | Findlibdl.cmake | 38 add_library(libdl::libdl INTERFACE IMPORTED)
|
| H A D | Findlibrga.cmake | 38 add_library(librga::librga INTERFACE IMPORTED)
|
| H A D | Findlibdrm.cmake | 74 add_library(libdrm::libdrm INTERFACE IMPORTED)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/ |
| H A D | Findlibrga.cmake | 38 add_library(librga::librga INTERFACE IMPORTED)
|
| H A D | Findlibdrm.cmake | 66 add_library(libdrm::libdrm INTERFACE IMPORTED)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/cmake/ |
| H A D | Findlibrga.cmake | 38 add_library(librga::librga INTERFACE IMPORTED)
|
| H A D | Findlibdrm.cmake | 74 add_library(libdrm::libdrm INTERFACE IMPORTED)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
| H A D | 0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch | 37 target_compile_options(otbr-config INTERFACE -g -O0 --coverage)
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0003-lv_drivers-Add-lv_conf.h-and-lv_drv_conf.h.patch | 45 + * DELAY INTERFACE 52 + * DISPLAY INTERFACE 79 + * INPUT DEVICE INTERFACE
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_generic.c | 81 INTERFACE=1, CHANNEL enumerator 401 if (pf->kind == INTERFACE) { in ppp_release() 410 case INTERFACE: in ppp_release() 445 if (pf->kind == INTERFACE) { in ppp_read() 516 case INTERFACE: in ppp_write() 545 else if (pf->kind == INTERFACE) { in ppp_poll() 676 if (pf->kind != INTERFACE) { in ppp_ioctl() 864 if (pf && pf->kind == INTERFACE) { in ppp_compat_ioctl() 1121 init_ppp_file(&ppp->file, INTERFACE); in ppp_dev_configure()
|