| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | cve-check.bbclass | 148 ignored, patched, unpatched, status = check_cves(d, patched_cves) 149 if patched or unpatched or (d.getVar("CVE_CHECK_COVERAGE") == "1" and status): 151 cve_write_data(d, patched, unpatched, ignored, cve_data, status) 305 # Write status once only for each product 551 status = "Unpatched" 555 status = "Ignored" 557 status = "Patched" 559 # default value of status is Unpatched 570 "status" : status, 584 def cve_write_data(d, patched, unpatched, ignored, cve_data, status): [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-dev-v5.c | 587 static int ccp_find_lsb_regions(struct ccp_cmd_queue *cmd_q, u64 status) in ccp_find_lsb_regions() argument 597 if (status & q_mask) in ccp_find_lsb_regions() 599 status >>= LSB_REGION_WIDTH; in ccp_find_lsb_regions() 739 u32 status; in ccp5_irq_bh() local 745 status = ioread32(cmd_q->reg_interrupt_status); in ccp5_irq_bh() 747 if (status) { in ccp5_irq_bh() 748 cmd_q->int_status = status; in ccp5_irq_bh() 753 if ((status & INT_ERROR) && !cmd_q->cmd_error) in ccp5_irq_bh() 759 iowrite32(status, cmd_q->reg_interrupt_status); in ccp5_irq_bh() 786 u64 status; in ccp5_init() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-rock-pi-4b.dts | 16 status = "okay"; 30 status = "okay";
|
| H A D | rk3588-evb1-lp4-v10-linux.dts | 19 status = "okay"; 26 status = "okay";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3308-voice-module-board-v10-aarch32.dts | 21 status = "okay"; 26 status = "okay";
|
| H A D | imx6qp-sabreauto.dts | 51 status = "okay"; 55 status = "okay";
|
| H A D | rk3308-voice-module-board-v11-aarch32.dts | 21 status = "okay"; 26 status = "okay";
|
| H A D | imx6qp-sabresd.dts | 54 status = "disabled"; 58 status = "okay";
|
| H A D | imx6ul-phytec-segin-peb-eval-01.dtsi | 14 status = "disabled"; 28 status = "disabled";
|
| H A D | socfpga_vt.dts | 41 status = "okay"; 75 status = "okay";
|
| H A D | tps65217.dtsi | 20 status = "disabled"; 26 status = "disabled";
|
| H A D | intel-ixp45x-ixp46x.dtsi | 24 status = "disabled"; 31 status = "disabled";
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
| H A D | isys_irq_private.h | 38 state->status = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_STATUS_REG_IDX); in isys_irqc_state_get() 58 state->status, state->edge, state->mask, state->enable, state->level_no); in isys_irqc_state_dump()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_seq_pdu_list.h | 56 int status; member 68 int status; member
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | jack.h | 87 void snd_jack_report(struct snd_jack *jack, int status); 101 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | bootlogd.init | 85 status) 86 status $DAEMON
|
| /OK3568_Linux_fs/buildroot/package/fastd/ |
| H A D | Config.in | 17 bool "status socket support" 22 Enable support for a socket to get fastd's status.
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | clang-wrapper.py | 102 status = run_clang() variable 103 sys.exit(status)
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | firewire.h | 23 unsigned int status; /* 0/1 = unlocked/locked */ member 39 __be32 status; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | fsl-ls2088a-rdb-qspi.dts | 27 status = "okay"; 42 status = "okay";
|
| H A D | fsl-ls2081a-rdb.dts | 27 status = "okay"; 42 status = "okay";
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | demangle.hpp | 87 int status = 0; in demangle_alloc() local 89 return abi::__cxa_demangle( name, NULL, &size, &status ); in demangle_alloc()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | cn9130.dtsi | 47 status = "okay"; 51 status = "okay";
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/files/ |
| H A D | ypbind.init | 99 status) 101 status $YPBIND_BIN
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_common.c | 182 extern void dhd_ind_scan_confirm(void *h, bool status); 2105 dhd_store_conn_status(uint32 event, uint32 status, uint32 reason) in dhd_store_conn_status() argument 2111 if (!(event == WLC_E_SET_SSID && status == WLC_E_STATUS_FAIL && in dhd_store_conn_status() 2114 dhd_conn_status = status; in dhd_store_conn_status() 2487 uint i, status, reason; in wl_show_host_event() local 2498 status = ntoh32(event->status); in wl_show_host_event() 2538 if (status == WLC_E_STATUS_SUCCESS) { in wl_show_host_event() 2540 } else if (status == WLC_E_STATUS_TIMEOUT) { in wl_show_host_event() 2542 } else if (status == WLC_E_STATUS_FAIL) { in wl_show_host_event() 2547 event_name, eabuf, (int)status)); in wl_show_host_event() [all …]
|