Home
last modified time | relevance | path

Searched refs:slot_info (Results 1 – 12 of 12) sorted by relevance

/linux/fs/ocfs2/
H A Dslot_map.c119 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_refresh_slot_info()
274 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_node_num_to_slot()
286 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_slot_to_node_num_locked()
323 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_clear_slot()
332 return ocfs2_update_disk_slot(osb, osb->slot_info, slot_num); in ocfs2_clear_slot()
430 osb->slot_info = (struct ocfs2_slot_info *)si; in ocfs2_init_slot_info()
440 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_free_slot_info()
442 osb->slot_info = NULL; in ocfs2_free_slot_info()
452 si = osb->slot_info; in ocfs2_find_slot()
502 struct ocfs2_slot_info *si = osb->slot_info; in ocfs2_put_slot()
H A Docfs2.h340 struct ocfs2_slot_info *slot_info; member
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c254 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()
/linux/arch/parisc/include/asm/
H A Deisa_eeprom.h44 u_int8_t slot_info; member
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c98 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index))
104 ((unsigned int)(info - state->slot_info))
1258 release_slot(struct vchiq_state *state, struct vchiq_slot_info *slot_info, in release_slot() argument
1275 slot_info->release_count++; in release_slot()
1277 if (slot_info->release_count == slot_info->use_count) { in release_slot()
1291 SLOT_INDEX_FROM_INFO(state, slot_info); in release_slot()
1294 state->id, SLOT_INDEX_FROM_INFO(state, slot_info), in release_slot()
2903 struct vchiq_slot_info *slot_info = in release_service_messages() local
2908 if (slot_info->release_count == slot_info->use_count) in release_service_messages()
2930 release_slot(state, slot_info, header, NULL); in release_service_messages()
[all …]
/linux/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h300 struct lib_slot_info slot_info; /* slot info to be downloaded */ member
/linux/drivers/parisc/
H A Deisa_enumerator.c431 if (!(es->slot_info&HPEE_SLOT_INFO_NO_READID)) { in init_slot()
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h462 struct vchiq_slot_info slot_info[VCHIQ_MAX_SLOTS]; member
/linux/drivers/scsi/mvsas/
H A Dmv_sas.h396 struct mvs_slot_info slot_info[]; member
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h461 struct hisi_sas_slot *slot_info; member
H A Dhisi_sas_v1_hw.c1504 slot = &hisi_hba->slot_info[idx]; in cq_interrupt_v1_hw()
/linux/tools/testing/cxl/test/
H A Dmem.c1319 .slot_info = (mdata->fw_slot & 0x7) | in mock_fw_info()