Searched refs:swl (Results 1 – 4 of 4) sorted by relevance
312 u8 swl; member1234 u8 swl; in it66121_audio_hw_params() local1325 swl = IT66121_AUD_SWL_21BIT; in it66121_audio_hw_params()1328 swl = IT66121_AUD_SWL_24BIT; in it66121_audio_hw_params()1331 swl = IT66121_AUD_SWL_23BIT; in it66121_audio_hw_params()1334 swl = IT66121_AUD_SWL_22BIT; in it66121_audio_hw_params()1337 swl = IT66121_AUD_SWL_20BIT; in it66121_audio_hw_params()1340 swl = IT66121_AUD_SWL_17BIT; in it66121_audio_hw_params()1343 swl = IT66121_AUD_SWL_19BIT; in it66121_audio_hw_params()1346 swl = IT66121_AUD_SWL_18BIT; in it66121_audio_hw_params()[all …]
6452 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local6463 if (!ha->swl) in qla2x00_find_all_fabric_devs()6464 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()6466 swl = ha->swl; in qla2x00_find_all_fabric_devs()6467 if (!swl) { in qla2x00_find_all_fabric_devs()6472 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()6473 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()6474 swl = NULL; in qla2x00_find_all_fabric_devs()6477 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()6478 swl = NULL; in qla2x00_find_all_fabric_devs()[all …]
5039 kfree(ha->swl); in qla2x00_mem_free()5040 ha->swl = NULL; in qla2x00_mem_free()
4516 void *swl; member