Searched refs:subfunc (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-command.c | 55 unsigned int subfunc; in avc_stream_get_format() local 59 subfunc = 0xc0; /* SINGLE */ in avc_stream_get_format() 61 subfunc = 0xc1; /* LIST */ in avc_stream_get_format() 66 buf[3] = subfunc; /* SINGLE or LIST */ in avc_stream_get_format() 89 else if ((subfunc == 0xc1) && (buf[10] != eid)) in avc_stream_get_format() 95 if (subfunc == 0xc0) { in avc_stream_get_format()
|
/linux-4.1.27/drivers/scsi/ |
D | gdth_proc.c | 123 gdtcmd.u.ioctl.subfunc = CACHE_CONFIG; in gdth_set_asc_info() 244 gdtcmd->u.ioctl.subfunc = DSK_STATISTICS | L_CTRL_PATTERN; in gdth_show_info() 267 gdtcmd->u.ioctl.subfunc = SCSI_DR_INFO | L_CTRL_PATTERN; in gdth_show_info() 313 gdtcmd->u.ioctl.subfunc = SCSI_DEF_CNT | L_CTRL_PATTERN; in gdth_show_info() 352 gdtcmd->u.ioctl.subfunc = CACHE_DRV_INFO; in gdth_show_info() 433 gdtcmd->u.ioctl.subfunc = ARRAY_INFO | LA_CTRL_PATTERN; in gdth_show_info() 494 gdtcmd->u.ioctl.subfunc = HOST_GET | LA_CTRL_PATTERN; in gdth_show_info()
|
D | gdth_ioctl.h | 71 u32 subfunc; /* IOCTL function */ member
|
D | gdth.c | 1497 cmd_ptr->u.ioctl.subfunc = p1; in gdth_internal_cmd()
|
/linux-4.1.27/arch/powerpc/oprofile/ |
D | op_model_cell.c | 195 rtas_ibm_cbe_perftools(int subfunc, int passthru, in rtas_ibm_cbe_perftools() argument 200 return rtas_call(pm_rtas_token, 5, 1, NULL, subfunc, in rtas_ibm_cbe_perftools() 1144 int subfunc, rtn_value; in cell_global_stop_spu_cycles() local 1160 subfunc = 3; /* in cell_global_stop_spu_cycles() 1167 subfunc, cbe_cpu_to_node(cpu), in cell_global_stop_spu_cycles() 1251 int subfunc; in cell_global_start_spu_cycles() local 1311 subfunc = 2; /* 2 - activate SPU tracing, 3 - deactivate */ in cell_global_start_spu_cycles() 1314 ret = rtas_call(spu_rtas_token, 3, 1, NULL, subfunc, in cell_global_start_spu_cycles()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 776 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc) in asd_build_control_phy() argument 784 control_phy->sub_func = subfunc; in asd_build_control_phy() 786 switch (subfunc) { in asd_build_control_phy() 843 u8 subfunc) 851 link_adm->sub_func = subfunc;
|
D | aic94xx_hwi.h | 390 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc);
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv.c | 364 int subfunc; in do_h_register_vpa() local 371 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa() 372 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa() 373 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa() 382 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa() 400 switch (subfunc) { in do_h_register_vpa()
|