Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/arch/powerpc/kvm/
Dbook3s_hv.c537 int subfunc; in do_h_register_vpa() local
544 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()
545 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa()
546 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa()
555 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa()
573 switch (subfunc) { in do_h_register_vpa()