Searched refs:cur_ctl (Results 1 – 5 of 5) sorted by relevance
72 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local77 cur_ctl = kzalloc(sizeof(*cur_ctl), GFP_KERNEL); in wcn36xx_dxe_allocate_ctl_block()78 if (!cur_ctl) in wcn36xx_dxe_allocate_ctl_block()81 cur_ctl->ctl_blk_order = i; in wcn36xx_dxe_allocate_ctl_block()83 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()84 ch->tail_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()86 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()87 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()89 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()91 prev_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()[all …]
23 union reg_cursor_control_cfg cur_ctl; member50 union reg_cursor_control_cfg cur_ctl; member
928 payload->enable = hubp->pos.cur_ctl.bits.cur_enable; in dc_build_cursor_update_payload0()939 pl->position_cfg.pHubp.cur_ctl.raw = hubp->pos.cur_ctl.raw; in dc_build_cursor_position_update_payload0()956 pl_A->aHubp.cur_ctl.raw = hubp->att.cur_ctl.raw; in dc_build_cursor_attribute_update_payload1()
625 hubp->att.cur_ctl.bits.mode = attr->color_format; in hubp2_cursor_set_attributes()630 hubp->att.cur_ctl.bits.pitch = hw_pitch; in hubp2_cursor_set_attributes()631 hubp->att.cur_ctl.bits.line_per_chunk = lpc; in hubp2_cursor_set_attributes()632 hubp->att.cur_ctl.bits.cur_2x_magnify = attr->attribute_flags.bits.ENABLE_MAGNIFICATION; in hubp2_cursor_set_attributes()1062 hubp->pos.cur_ctl.bits.cur_enable = cur_en; in hubp2_cursor_set_position()
2538 union dmub_reg_cursor_control_cfg cur_ctl; member2589 union dmub_reg_cursor_control_cfg cur_ctl; member