Home
last modified time | relevance | path

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

/linux/sound/firewire/oxfw/
H A 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/drivers/gpu/drm/i915/gvt/
H A Dopregion.c343 static const char *opregion_subfunc_name(u32 subfunc) in opregion_subfunc_name() argument
347 switch (subfunc) { in opregion_subfunc_name()
390 u32 func, subfunc; in querying_capabilities() local
393 subfunc = GVT_OPREGION_SUBFUNC(scic); in querying_capabilities()
396 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS) in querying_capabilities()
398 subfunc == INTEL_GVT_OPREGION_SCIC_SF_REQEUSTEDCALLBACKS) in querying_capabilities()
400 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS)) { in querying_capabilities()
417 u32 func, subfunc; in intel_vgpu_emulate_opregion_request() local
451 subfunc = GVT_OPREGION_SUBFUNC(scic); in intel_vgpu_emulate_opregion_request()
456 opregion_subfunc_name(subfunc)); in intel_vgpu_emulate_opregion_request()
/linux/drivers/scsi/aic94xx/
H A 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;
H A Daic94xx_hwi.h371 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc);