Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/arch/powerpc/kvm/
Dbook3s_hv.c534 int subfunc; in do_h_register_vpa() local
541 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()
542 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa()
543 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa()
552 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa()
570 switch (subfunc) { in do_h_register_vpa()