Home
last modified time | relevance | path

Searched refs:cur_ctl (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/wcn36xx/
Ddxe.c72 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local
77 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 …]
/drivers/gpu/drm/amd/display/dc/inc/hw/
Dcursor_reg_cache.h23 union reg_cursor_control_cfg cur_ctl; member
50 union reg_cursor_control_cfg cur_ctl; member
/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c928 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()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c625 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()
/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h2538 union dmub_reg_cursor_control_cfg cur_ctl; member
2589 union dmub_reg_cursor_control_cfg cur_ctl; member