Home
last modified time | relevance | path

Searched refs:subfunc (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/sound/firewire/oxfw/
Doxfw-command.c56 unsigned int subfunc; in avc_stream_get_format() local
60 subfunc = 0xc0; /* SINGLE */ in avc_stream_get_format()
62 subfunc = 0xc1; /* LIST */ in avc_stream_get_format()
67 buf[3] = subfunc; /* SINGLE or LIST */ in avc_stream_get_format()
92 else if ((subfunc == 0xc1) && (buf[10] != eid)) in avc_stream_get_format()
98 if (subfunc == 0xc0) { in avc_stream_get_format()
/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Dopregion.c342 static const char *opregion_subfunc_name(u32 subfunc) in opregion_subfunc_name() argument
346 switch (subfunc) { in opregion_subfunc_name()
389 u32 func, subfunc; in querying_capabilities() local
392 subfunc = GVT_OPREGION_SUBFUNC(scic); in querying_capabilities()
395 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS) in querying_capabilities()
397 subfunc == INTEL_GVT_OPREGION_SCIC_SF_REQEUSTEDCALLBACKS) in querying_capabilities()
399 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS)) { in querying_capabilities()
416 u32 func, subfunc; in intel_vgpu_emulate_opregion_request() local
450 subfunc = GVT_OPREGION_SUBFUNC(scic); in intel_vgpu_emulate_opregion_request()
455 opregion_subfunc_name(subfunc)); in intel_vgpu_emulate_opregion_request()
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dcr4_cpuid_sync_test.c28 int func, subfunc; in cr4_cpuid_is_sync() local
33 subfunc = 0x0; in cr4_cpuid_is_sync()
36 : "a"(func), "c"(subfunc)); in cr4_cpuid_is_sync()
/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_scb.c766 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc) in asd_build_control_phy() argument
774 control_phy->sub_func = subfunc; in asd_build_control_phy()
776 switch (subfunc) { in asd_build_control_phy()
834 u8 subfunc)
842 link_adm->sub_func = subfunc;
Daic94xx_hwi.h371 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc);
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv.c508 int subfunc; in do_h_register_vpa() local
515 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()
516 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa()
517 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa()
526 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa()
544 switch (subfunc) { in do_h_register_vpa()