| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_macdbg.c | 168 _dhd_get_ihr16(macdbg_info_t *macdbg_info, uint16 addr, struct bcmstrbuf *b, bool verbose) in _dhd_get_ihr16() 190 _dhd_get_ihr32(macdbg_info_t *macdbg_info, uint16 addr, struct bcmstrbuf *b, bool verbose) in _dhd_get_ihr32() 213 struct bcmstrbuf *b, bool verbose) in _dhd_set_ihr16() 236 struct bcmstrbuf *b, bool verbose) in _dhd_set_ihr32() 259 struct bcmstrbuf *b, bool verbose) in _dhd_get_d11obj32() 330 uint32 sel, d11obj_cache_t *obj_cache, struct bcmstrbuf *b, bool verbose) in _dhd_get_d11obj16() 384 d11obj_cache_t *obj_cache, bool verbose) in _dhd_print_d11reg() 449 int start_idx, struct bcmstrbuf *b, bool verbose) in _dhd_print_d11regs() 543 bool verbose; in dhd_macdbg_pd11regs() local 617 int start_idx, struct bcmstrbuf *b, bool verbose) in _dhd_print_svmps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | paride.c | 170 static int default_test_proto(PIA * pi, char *scratch, int verbose) in default_test_proto() 196 static int pi_test_proto(PIA * pi, char *scratch, int verbose) in pi_test_proto() 248 static int pi_register_parport(PIA *pi, int verbose, int unit) in pi_register_parport() 275 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) in pi_probe_mode() 305 static int pi_probe_unit(PIA * pi, int unit, char *scratch, int verbose) in pi_probe_unit() 352 int devtype, int verbose, char *device) in pi_init()
|
| H A D | kbic.c | 230 int verbose, char * chip ) in kbic_log_adapter() 242 static void k951_log_adapter( PIA *pi, char * scratch, int verbose ) in k951_log_adapter() 247 static void k971_log_adapter( PIA *pi, char * scratch, int verbose ) in k971_log_adapter()
|
| H A D | bpck6.c | 37 static bool verbose; /* set this to 1 to see debugging messages and whatnot */ variable 198 static void bpck6_log_adapter( PIA *pi, char * scratch, int verbose ) in bpck6_log_adapter()
|
| H A D | friq.c | 183 static int friq_test_proto( PIA *pi, char * scratch, int verbose ) in friq_test_proto() 219 static void friq_log_adapter( PIA *pi, char * scratch, int verbose ) in friq_log_adapter()
|
| H A D | epia.c | 237 static int epia_test_proto( PIA *pi, char * scratch, int verbose ) in epia_test_proto() 275 static void epia_log_adapter( PIA *pi, char * scratch, int verbose ) in epia_log_adapter()
|
| H A D | frpw.c | 224 static int frpw_test_proto( PIA *pi, char * scratch, int verbose ) in frpw_test_proto() 272 static void frpw_log_adapter( PIA *pi, char * scratch, int verbose ) in frpw_log_adapter()
|
| H A D | epat.c | 251 static int epat_test_proto( PIA *pi, char * scratch, int verbose ) in epat_test_proto() 290 static void epat_log_adapter( PIA *pi, char * scratch, int verbose ) in epat_log_adapter()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_hash.c | 43 uint8_t *buffer, uint32_t buffer_len, bool is_hmac, int verbose) in test_hash_item_virt() 137 rk_crypto_mem *buffer, bool is_hmac, int verbose) in test_hash_item_fd() 221 RK_RES test_hash(int verbose) in test_hash() 264 RK_RES test_hmac(int verbose) in test_hmac()
|
| H A D | test_cipher.c | 87 static RK_RES test_cipher_item_virt(const struct test_cipher_item *item, int verbose) in test_cipher_item_virt() 242 static RK_RES test_cipher_item_fd(const struct test_cipher_item *item, int verbose) in test_cipher_item_fd() 374 RK_RES test_cipher(int verbose) in test_cipher()
|
| H A D | test_ae.c | 39 static RK_RES test_ae_item_virt(const struct test_ae_item *item, int verbose) in test_ae_item_virt() 256 static RK_RES test_ae_item_fd(const struct test_ae_item *item, int verbose) in test_ae_item_fd() 473 RK_RES test_ae(int verbose) in test_ae()
|
| H A D | test_rsa.c | 606 uint32_t nbits, uint32_t data_len, int verbose) in test_rsa_pub_enc() 718 uint32_t nbits, uint32_t data_len, int verbose) in test_rsa_priv_enc() 803 const uint8_t *hash, int verbose) in test_rsa_sign_common() 892 uint32_t nbits, uint32_t in_len, int verbose) in test_rsa_sign() 948 RK_RES test_rsa(int verbose) in test_rsa()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | toolchain.py | 59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 251 def ScanPath(self, path, verbose): argument 285 def Scan(self, verbose): argument
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | checkpatch.py | 40 def CheckPatch(fname, verbose=False): argument 143 def CheckPatches(verbose, args): argument
|
| H A D | get_maintainer.py | 27 def GetMaintainer(fname, verbose=False): argument
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/ |
| H A D | cpuidle-info.c | 23 static void cpuidle_cpu_output(unsigned int cpu, int verbose) in cpuidle_cpu_output() 140 int ret = 0, cont = 1, output_param = 0, verbose = 1; in cmd_idle_info() local
|
| /OK3568_Linux_fs/u-boot/drivers/scsi/ |
| H A D | scsi.c | 564 static int do_scsi_scan_one(struct udevice *dev, int id, int lun, bool verbose) in do_scsi_scan_one() 610 int scsi_scan_dev(struct udevice *dev, bool verbose) in scsi_scan_dev() 632 int scsi_scan(bool verbose) in scsi_scan() 656 int scsi_scan(bool verbose) in scsi_scan()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | disasm.c | 107 static void print_bpf_end_insn(bpf_insn_print_t verbose, in print_bpf_end_insn() 121 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local
|
| /OK3568_Linux_fs/kernel/samples/mei/ |
| H A D | mei-amt-version.c | 95 bool verbose; member 112 unsigned char req_protocol_version, bool verbose) in mei_init() 295 unsigned long send_timeout, bool verbose) in amt_host_if_init() 445 bool verbose; in main() local
|
| /OK3568_Linux_fs/u-boot/board/keymile/common/ |
| H A D | common.c | 212 int verbose = argc > 1 && *argv[1] == 'v'; in do_checkboardidhwk() local 353 int verbose = argc > 1 && *argv[1] == 'v'; in do_checktestboot() local
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | isl6423.c | 20 static unsigned int verbose; variable 53 unsigned int verbose; member
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 348 bool verbose) in regulator_list_autoset() 476 int regulators_enable_state_mem(bool verbose) in regulators_enable_state_mem() 501 int regulators_enable_boot_on(bool verbose) in regulators_enable_boot_on()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pycompile.py | 16 def compile_one(host_path, strip_root=None, verbose=False): argument
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | gdbcont.c | 18 int verbose = 0; variable
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci-p2pdma.h | 48 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many() 112 struct device *client, bool verbose) in pci_p2pdma_distance()
|