| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | cros_subprocess.py | 284 def _BasicCheck(self, plist, oper): argument 286 self.assertEqual(plist[0], oper.stdout_data) 287 self.assertEqual(plist[1], oper.stderr_data) 288 self.assertEqual(plist[2], oper.combined_data) 295 oper = TestSubprocess.MyOperation() 296 plist = Popen(['ps']).CommunicateFilter(oper.Output) 297 self._BasicCheck(plist, oper) 301 oper = TestSubprocess.MyOperation() 303 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 304 self._BasicCheck(plist, oper) [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/seq/oss/ |
| H A D | seq_oss_synth.c | 46 struct snd_seq_oss_callback oper; member 104 rec->oper = reg->oper; in snd_seq_oss_synth_probe() 213 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup() 226 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup() 230 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup() 231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 239 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup() 240 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 315 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup() 316 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_taprio.c | 134 struct sched_gate_list **oper) in switch_schedules() argument 139 if (*oper) in switch_schedules() 140 call_rcu(&(*oper)->rcu, taprio_free_sched_cb); in switch_schedules() 142 *oper = *admin; in switch_schedules() 650 static bool should_restart_cycle(const struct sched_gate_list *oper, in should_restart_cycle() argument 653 if (list_is_last(&entry->list, &oper->entries)) in should_restart_cycle() 656 if (ktime_compare(entry->close_time, oper->cycle_close_time) == 0) in should_restart_cycle() 663 const struct sched_gate_list *oper, in should_change_schedules() argument 684 extension_time = ktime_add_ns(close_time, oper->cycle_time_extension); in should_change_schedules() 700 struct sched_gate_list *oper, *admin; in advance_sched() local [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 757 struct operand *oper[MAX_OPERANDS]; in asmppc() local 801 oper[n_operands] = &operands[opc->fields[n_operands] - 1]; in asmppc() 803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc() 808 oper[n_operands]->name); in asmppc() 820 oper[n_operands]->name, scratch); in asmppc() 823 if ((param = parse_operand (memaddr, opc, oper[n_operands], in asmppc() 856 struct operand *oper, char *txt, int *err) in parse_operand() argument 864 mask = (1 << oper->bits) - 1; in parse_operand() 866 if (oper->hint & OH_ADDR) { in parse_operand() 879 data |= 1 << (oper->bits - 1); in parse_operand() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | crypto.c | 100 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign() argument 112 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign() 116 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign() 123 if (oper & SECURITY_SIGN) { in encrypt_and_sign()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.c | 114 static int am65_cpsw_port_est_is_swapped(struct net_device *ndev, int *oper, in am65_cpsw_port_est_is_swapped() argument 121 *oper = !!(val & AM65_CPSW_PN_FST_EST_BUFACT); in am65_cpsw_port_est_is_swapped() 126 return *admin == *oper; in am65_cpsw_port_est_is_swapped() 143 int oper, admin; in am65_cpsw_port_est_get_free_buf_num() local 147 if (am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_port_est_get_free_buf_num() 148 return !oper; in am65_cpsw_port_est_get_free_buf_num() 153 am65_cpsw_port_est_assign_buf_num(ndev, oper); in am65_cpsw_port_est_get_free_buf_num() 157 oper, admin); in am65_cpsw_port_est_get_free_buf_num() 215 int oper, admin; in am65_cpsw_est_update_state() local 220 if (!am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_est_update_state()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fdtput.c | 24 enum oper_type oper; /* operation to perform */ member 232 switch (disp->oper) { in do_fdtput() 293 disp.oper = OPER_WRITE_PROP; in main() 310 disp.oper = OPER_CREATE_NODE; in main() 338 if (disp.oper == OPER_WRITE_PROP) { in main()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | smtdef.c | 73 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 341 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument 344 old = *oper ; in set_min_max() 346 *oper = limit ; in set_min_max() 348 *oper = mib ; in set_min_max() 349 return old != *oper; in set_min_max()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | board.py | 226 oper = None 229 oper = sym 230 elif oper: 232 oper = None
|
| /OK3568_Linux_fs/kernel/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 308 int oper; member 1000 create_hash_pad(int oper, unsigned char *dst, u64 dgstlen, u64 bitcount) in create_hash_pad() argument 1005 switch (oper) { in create_hash_pad() 1454 u32 oper; in artpec6_crypto_prepare_hash() local 1457 oper = FIELD_GET(A6_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash() 1459 oper = FIELD_GET(A7_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash() 1483 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash() 1673 u32 oper; in artpec6_crypto_prepare_crypto() local 1721 oper = regk_crypto_aes_ecb; in artpec6_crypto_prepare_crypto() 1726 oper = regk_crypto_aes_cbc; in artpec6_crypto_prepare_crypto() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_fw.c | 42 .fw_control.oper = IONIC_FW_INSTALL_ASYNC in ionic_dev_cmd_firmware_install() 52 .fw_control.oper = IONIC_FW_ACTIVATE_ASYNC, in ionic_dev_cmd_firmware_activate() 67 .fw_control.oper = fw_cmd, in ionic_fw_status_long_wait()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | qt1010.c | 201 if (rd[i].oper == QT1010_WR) { in qt1010_set_params() 216 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1() argument 224 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1() 267 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2() 328 switch (i2c_data[i].oper) { in qt1010_init()
|
| H A D | qt1010_priv.h | 79 u8 oper, reg, val; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_dcb.c | 676 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local 718 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 720 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 734 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 736 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 750 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 752 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | trace.h | 408 __field(u8, oper) 417 __entry->oper = netif_oper_up(dev); 422 __get_str(b_name), (__entry->oper) ? "up" : "down",
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmarp.h | 61 uint16 oper; /* ARP_OPC_... */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmarp.h | 61 uint16 oper; /* ARP_OPC_... */ member
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | seq_oss.h | 76 struct snd_seq_oss_callback oper; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmarp.h | 61 uint16 oper; /* ARP_OPC_... */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmarp.h | 52 uint16 oper; /* ARP_OPC_... */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmarp.h | 52 uint16 oper; /* ARP_OPC_... */ member
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 20 --pad-oper
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | port.h | 42 u32 oper; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvif.h | 171 const u8 *peer, enum nl80211_tdls_operation oper); 174 u8 *peer, enum nl80211_tdls_operation oper);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvif.h | 171 const u8 *peer, enum nl80211_tdls_operation oper); 174 u8 *peer, enum nl80211_tdls_operation oper);
|