Searched refs:set_cmd (Results 1 – 4 of 4) sorted by relevance
| /drivers/hwmon/ |
| A D | asus_rog_ryujin.c | 298 u8 set_cmd[SET_CMD_LENGTH]; in rog_ryujin_write_fixed_duty() local 315 memcpy(set_cmd, set_cooler_duty_cmd, SET_CMD_LENGTH); in rog_ryujin_write_fixed_duty() 322 set_cmd[RYUJIN_SET_COOLER_PUMP_DUTY_OFFSET] = val; in rog_ryujin_write_fixed_duty() 323 set_cmd[RYUJIN_SET_COOLER_FAN_DUTY_OFFSET] = in rog_ryujin_write_fixed_duty() 327 set_cmd[RYUJIN_SET_COOLER_PUMP_DUTY_OFFSET] = in rog_ryujin_write_fixed_duty() 329 set_cmd[RYUJIN_SET_COOLER_FAN_DUTY_OFFSET] = val; in rog_ryujin_write_fixed_duty() 332 ret = rog_ryujin_execute_cmd(priv, set_cmd, SET_CMD_LENGTH, &priv->cooler_duty_set); in rog_ryujin_write_fixed_duty() 342 memcpy(set_cmd, set_controller_duty_cmd, SET_CMD_LENGTH); in rog_ryujin_write_fixed_duty() 343 set_cmd[RYUJIN_SET_CONTROLLER_FAN_DUTY_OFFSET] = val; in rog_ryujin_write_fixed_duty() 346 rog_ryujin_execute_cmd(priv, set_cmd, SET_CMD_LENGTH, in rog_ryujin_write_fixed_duty()
|
| /drivers/infiniband/hw/efa/ |
| A D | efa_com_cmd.c | 563 struct efa_admin_set_feature_cmd *set_cmd, in efa_com_set_feature_ex() argument 580 set_cmd->aq_common_descriptor.opcode = EFA_ADMIN_SET_FEATURE; in efa_com_set_feature_ex() 582 set_cmd->aq_common_descriptor.flags = 0; in efa_com_set_feature_ex() 583 EFA_SET(&set_cmd->aq_common_descriptor.flags, in efa_com_set_feature_ex() 586 &set_cmd->control_buffer.address.mem_addr_high, in efa_com_set_feature_ex() 587 &set_cmd->control_buffer.address.mem_addr_low); in efa_com_set_feature_ex() 590 set_cmd->control_buffer.length = control_buff_size; in efa_com_set_feature_ex() 591 set_cmd->feature_common.feature_id = feature_id; in efa_com_set_feature_ex() 593 (struct efa_admin_aq_entry *)set_cmd, in efa_com_set_feature_ex() 594 sizeof(*set_cmd), in efa_com_set_feature_ex() [all …]
|
| A D | efa_com_cmd.h | 336 struct efa_admin_set_feature_cmd *set_cmd,
|
| /drivers/usb/gadget/function/ |
| A D | f_uac1_legacy.c | 290 u8 set_cmd; member 374 audio->set_con->set(audio->set_con, audio->set_cmd, in f_audio_complete() 413 audio->set_cmd = cmd; in audio_set_intf_req()
|
Completed in 12 milliseconds