| /OK3568_Linux_fs/u-boot/common/ |
| H A D | android_ab.c | 47 abc->nb_slot = ARRAY_SIZE(abc->slot_info); in android_boot_control_default() 50 abc->slot_info[i] = metadata; in android_boot_control_default() 208 if (abc->nb_slot > ARRAY_SIZE(abc->slot_info)) { in android_ab_select() 209 abc->nb_slot = ARRAY_SIZE(abc->slot_info); in android_ab_select() 215 if (abc->slot_info[i].verity_corrupted || in android_ab_select() 216 !abc->slot_info[i].tries_remaining) { in android_ab_select() 220 abc->slot_info[i].tries_remaining, in android_ab_select() 221 abc->slot_info[i].verity_corrupted); in android_ab_select() 227 abc->slot_info[i].priority, in android_ab_select() 228 abc->slot_info[i].tries_remaining, in android_ab_select() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 129 struct dvb_ca_slot *slot_info; member 162 vfree(ca->slot_info[i].rx_buffer.data); in dvb_ca_private_free() 164 kfree(ca->slot_info); in dvb_ca_private_free() 224 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_check_camstatus() 322 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_link_init() 516 sl = &ca->slot_info[slot]; in dvb_ca_en50221_parse_attributes() 597 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_set_configoption() 634 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_read_data() 787 struct dvb_ca_slot *sl = &ca->slot_info[slot]; in dvb_ca_en50221_write_data() 910 ca->slot_info[slot].slot_state = DVB_CA_SLOTSTATE_NONE; in dvb_ca_en50221_slot_shutdown() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | slot_map.c | 121 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_refresh_slot_info() 276 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_node_num_to_slot() 288 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_slot_to_node_num_locked() 325 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_clear_slot() 334 return ocfs2_update_disk_slot(osb, osb->slot_info, slot_num); in ocfs2_clear_slot() 432 osb->slot_info = (struct ocfs2_slot_info *)si; in ocfs2_init_slot_info() 442 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_free_slot_info() 444 osb->slot_info = NULL; in ocfs2_free_slot_info() 454 si = osb->slot_info; in ocfs2_find_slot() 504 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_put_slot()
|
| H A D | ocfs2.h | 303 struct ocfs2_slot_info *slot_info; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootfit.c | 99 char slot_info[21] = "android_slotsufix="; in do_boot_fit() local 104 strcat(slot_info, slot_suffix); in do_boot_fit() 105 env_update("bootargs", slot_info); in do_boot_fit()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | dst_ca.c | 254 u8 *slot_info = state->messages; in ca_get_slot_info() local 257 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_info, GET_REPLY)) < 0) { in ca_get_slot_info() 265 dprintk(verbose, DST_CA_INFO, 1, " Slot info = [%d]", slot_info[3]); in ca_get_slot_info() 268 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_info[i]); in ca_get_slot_info() 271 if (slot_info[4] & 0x80) { in ca_get_slot_info() 275 } else if (slot_info[4] & 0x40) { in ca_get_slot_info()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/ |
| H A D | vchiq_core.c | 22 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index)) 28 ((unsigned int)(info - state->slot_info)) 1153 release_slot(struct vchiq_state *state, struct vchiq_slot_info *slot_info, in release_slot() argument 1174 release_count = slot_info->release_count; in release_slot() 1175 slot_info->release_count = ++release_count; in release_slot() 1177 if (release_count == slot_info->use_count) { in release_slot() 1189 SLOT_INDEX_FROM_INFO(state, slot_info); in release_slot() 1193 SLOT_INDEX_FROM_INFO(state, slot_info), in release_slot() 2542 struct vchiq_slot_info *slot_info = in release_service_messages() local 2544 if (slot_info->release_count != slot_info->use_count) { in release_service_messages() [all …]
|
| H A D | vchiq_core.h | 494 struct vchiq_slot_info slot_info[VCHIQ_MAX_SLOTS]; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | android_bootloader_message.h | 162 struct android_slot_metadata slot_info[4]; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | eisa_eeprom.h | 44 u_int8_t slot_info; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mvsas/ |
| H A D | mv_sas.c | 314 struct mvs_slot_info *slot = &mvi->slot_info[tag]; in mvs_task_prep_smp() 449 slot = &mvi->slot_info[tag]; in mvs_task_prep_ata() 573 slot = &mvi->slot_info[tag]; in mvs_task_prep_ssp() 769 slot = &mvi->slot_info[tag]; in mvs_task_prep() 1512 slot_no = (u32) (slot - mvi->slot_info); in mvs_abort_task() 1523 u32 slot_idx = (u32)(slot - mvi->slot_info); in mvs_abort_task() 1650 struct mvs_slot_info *slot = &mvi->slot_info[slot_idx]; in mvs_slot_err() 1701 struct mvs_slot_info *slot = &mvi->slot_info[slot_idx]; in mvs_slot_complete() 1844 slot_idx = (u32) (slot - mvi->slot_info); in mvs_do_release_task()
|
| H A D | mv_sas.h | 397 struct mvs_slot_info slot_info[]; member
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/ |
| H A D | sst-mfld-dsp.h | 300 struct lib_slot_info slot_info; /* slot info to be downloaded */ member
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | eisa_enumerator.c | 431 if (!(es->slot_info&HPEE_SLOT_INFO_NO_READID)) { in init_slot()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 460 struct hisi_sas_slot *slot_info; member
|
| H A D | hisi_sas_main.c | 495 slot = &hisi_hba->slot_info[slot_idx]; in hisi_sas_task_prep() 1972 slot = &hisi_hba->slot_info[slot_idx]; in hisi_sas_internal_abort_task_exec() 2133 slot = &hisi_hba->slot_info[tag]; in hisi_sas_internal_task_abort() 2371 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc() 2374 if (!hisi_hba->slot_info) in hisi_sas_alloc() 2401 slot = &hisi_hba->slot_info[slot_index]; in hisi_sas_alloc()
|
| H A D | hisi_sas_v2_hw.c | 3154 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw() 3166 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
|
| H A D | hisi_sas_v1_hw.c | 1515 slot = &hisi_hba->slot_info[idx]; in cq_interrupt_v1_hw()
|
| H A D | hisi_sas_v3_hw.c | 2346 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v3_hw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | hal_btc.c | 1293 hid->slot_info = btinfo.hb2.hid_slot; in _update_bt_info() 1299 hid->type |= (hid->slot_info == BTC_HID_218? BTC_HID_218 : BTC_HID_418); in _update_bt_info()
|
| H A D | hal_btc.h | 729 u32 slot_info: 2; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | hal_btc.c | 1293 hid->slot_info = btinfo.hb2.hid_slot; in _update_bt_info() 1299 hid->type |= (hid->slot_info == BTC_HID_218? BTC_HID_218 : BTC_HID_418); in _update_bt_info()
|
| H A D | hal_btc.h | 729 u32 slot_info: 2; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 158 CK_SLOT_INFO slot_info = { }; in xtest_pkcs11_test_1001() local 239 rv = C_GetSlotInfo(slot, &slot_info); in xtest_pkcs11_test_1001() 336 rv = C_GetSlotInfo(max_slot_id + 1, &slot_info); in xtest_pkcs11_test_1001() 358 rv = C_GetSlotInfo(ULONG_MAX, &slot_info); in xtest_pkcs11_test_1001()
|