Searched refs:subfunc (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
D | oxfw-command.c | 56 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | opregion.c | 395 static const char *opregion_subfunc_name(u32 subfunc) in opregion_subfunc_name() argument 399 switch (subfunc) { in opregion_subfunc_name() 442 u32 func, subfunc; in querying_capabilities() local 445 subfunc = GVT_OPREGION_SUBFUNC(scic); in querying_capabilities() 448 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS) in querying_capabilities() 450 subfunc == INTEL_GVT_OPREGION_SCIC_SF_REQEUSTEDCALLBACKS) in querying_capabilities() 452 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS)) { in querying_capabilities() 469 u32 func, subfunc; in intel_vgpu_emulate_opregion_request() local 520 subfunc = GVT_OPREGION_SUBFUNC(scic); in intel_vgpu_emulate_opregion_request() 525 opregion_subfunc_name(subfunc)); in intel_vgpu_emulate_opregion_request()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
D | cr4_cpuid_sync_test.c | 28 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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | gdth_proc.c | 133 gdtcmd.u.ioctl.subfunc = CACHE_CONFIG; in gdth_set_asc_info() 250 gdtcmd->u.ioctl.subfunc = DSK_STATISTICS | L_CTRL_PATTERN; in gdth_show_info() 273 gdtcmd->u.ioctl.subfunc = SCSI_DR_INFO | L_CTRL_PATTERN; in gdth_show_info() 319 gdtcmd->u.ioctl.subfunc = SCSI_DEF_CNT | L_CTRL_PATTERN; in gdth_show_info() 354 gdtcmd->u.ioctl.subfunc = CACHE_DRV_INFO; in gdth_show_info() 431 gdtcmd->u.ioctl.subfunc = ARRAY_INFO | LA_CTRL_PATTERN; in gdth_show_info() 488 gdtcmd->u.ioctl.subfunc = HOST_GET | LA_CTRL_PATTERN; in gdth_show_info()
|
D | gdth_ioctl.h | 68 u32 subfunc; /* IOCTL function */ member
|
D | gdth.c | 1108 cmd_ptr->u.ioctl.subfunc = p1; in gdth_internal_cmd()
|
/kernel/linux/linux-5.10/arch/powerpc/oprofile/ |
D | op_model_cell.c | 191 rtas_ibm_cbe_perftools(int subfunc, int passthru, in rtas_ibm_cbe_perftools() argument 196 return rtas_call(pm_rtas_token, 5, 1, NULL, subfunc, in rtas_ibm_cbe_perftools() 1136 int subfunc, rtn_value; in cell_global_stop_spu_cycles() local 1152 subfunc = 3; /* in cell_global_stop_spu_cycles() 1159 subfunc, cbe_cpu_to_node(cpu), in cell_global_stop_spu_cycles() 1243 int subfunc; in cell_global_start_spu_cycles() local 1303 subfunc = 2; /* 2 - activate SPU tracing, 3 - deactivate */ in cell_global_start_spu_cycles() 1306 ret = rtas_call(spu_rtas_token, 3, 1, NULL, subfunc, in cell_global_start_spu_cycles()
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 760 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc) in asd_build_control_phy() argument 768 control_phy->sub_func = subfunc; in asd_build_control_phy() 770 switch (subfunc) { in asd_build_control_phy() 828 u8 subfunc) 836 link_adm->sub_func = subfunc;
|
D | aic94xx_hwi.h | 371 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc);
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_hv.c | 493 int subfunc; in do_h_register_vpa() local 500 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa() 501 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa() 502 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa() 511 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa() 529 switch (subfunc) { in do_h_register_vpa()
|