Home
last modified time | relevance | path

Searched refs:hwdev_index (Results 1 – 10 of 10) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/
A Ddisp_tv.c48 u32 hwdev_index; in disp_tv_event_proc() local
55 hwdev_index = ptv->hwdev_index; in disp_tv_event_proc()
56 if (disp_al_device_query_irq(hwdev_index)) { in disp_tv_event_proc()
310 disp_al_tv_enable(ptv->hwdev_index); in disp_tv_enable()
425 disp_al_tv_disable(ptv->hwdev_index); in disp_tv_disable()
789 u32 hwdev_index = 0; in disp_init_tv() local
803 for (hwdev_index = 0; hwdev_index < num_devices; hwdev_index++) { in disp_init_tv()
824 for (hwdev_index = 0; hwdev_index < num_devices; hwdev_index++) { in disp_init_tv()
852 p_tv->hwdev_index = hwdev_index; in disp_init_tv()
909 u32 hwdev_index = 0; in disp_exit_tv() local
[all …]
A Ddisp_hdmi.c237 disp_al_hdmi_pad_sel(hdmis->hwdev_index, 0); in disp_hdmi_pad_release()
312 u32 hwdev_index; in disp_hdmi_event_proc() local
317 hwdev_index = hdmi->hwdev_index; in disp_hdmi_event_proc()
470 disp_al_hdmi_enable(hdmi->hwdev_index); in disp_hdmi_enable()
579 disp_al_hdmi_disable(hdmi->hwdev_index); in disp_hdmi_disable()
970 u32 hwdev_index = 0; in disp_init_hdmi() local
997 for (hwdev_index = 0; hwdev_index < num_devices; hwdev_index++) { in disp_init_hdmi()
1022 for (hwdev_index = 0; hwdev_index < num_devices; hwdev_index++) { in disp_init_hdmi()
1033 hdmi->hwdev_index = hwdev_index; in disp_init_hdmi()
1112 u32 hwdev_index = 0; in disp_exit_hdmi() local
[all …]
A Ddisp_device.c90 return disp_al_device_get_status(dispdev->hwdev_index); in disp_device_get_status()
104 start_delay = disp_al_device_get_start_delay(dispdev->hwdev_index); in disp_device_is_in_safe_period()
105 cur_line = disp_al_device_get_cur_line(dispdev->hwdev_index); in disp_device_is_in_safe_period()
116 disp_al_show_builtin_patten(dispdev->hwdev_index, patten); in disp_device_show_builtin_patten()
134 start_delay = disp_al_device_get_start_delay(dispdev->hwdev_index); in disp_device_usec_before_vblank()
135 cur_line = disp_al_device_get_cur_line(dispdev->hwdev_index); in disp_device_usec_before_vblank()
A Ddisp_lcd.c1282 u32 hwdev_index; in disp_lcd_event_proc() local
1289 hwdev_index = lcd->hwdev_index; in disp_lcd_event_proc()
2518 u32 hwdev_index = 0; in disp_init_lcd() local
2533 for (hwdev_index = 0; hwdev_index < num_devices; hwdev_index++) { in disp_init_lcd()
2535 (hwdev_index, DISP_OUTPUT_TYPE_LCD)) in disp_init_lcd()
2556 for (hwdev_index = 0; hwdev_index < num_devices; hwdev_index++) { in disp_init_lcd()
2578 lcd->hwdev_index = 1; in disp_init_lcd()
2581 lcd->hwdev_index = (use_dsi_flag == 1) ? 0 : hwdev_index; in disp_init_lcd()
2583 lcd->hwdev_index = hwdev_index; in disp_init_lcd()
2676 u32 hwdev_index = 0; in disp_exit_lcd() local
[all …]
A Ddisp_vdevice.c177 start_delay = disp_al_device_get_start_delay(vdevice->hwdev_index); in vdevice_calc_judge_line()
200 u32 hwdev_index; in disp_vdevice_event_proc() local
208 hwdev_index = vdevice->hwdev_index; in disp_vdevice_event_proc()
210 if (disp_al_device_query_irq(hwdev_index)) { in disp_vdevice_event_proc()
211 int cur_line = disp_al_device_get_cur_line(hwdev_index); in disp_vdevice_event_proc()
212 int start_delay = disp_al_device_get_start_delay(hwdev_index); in disp_vdevice_event_proc()
280 disp_al_device_get_start_delay(vdevice->hwdev_index); in cal_real_frame_period()
852 vdevice->hwdev_index = data->disp; in disp_vdevice_register()
A Dinclude.h306 u32 hwdev_index; member
865 u32 hwdev_index; member
A Ddisp_manager.c1511 mgrp->cfg->config.hwdev_index = mgr->device->hwdev_index; in disp_mgr_enable()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Ddisp_al.c499 al_priv.tcon_id[disp] = data->config.hwdev_index; in disp_al_manager_apply()
1433 u32 hwdev_index = 0; in disp_init_al() local
1483 for (hwdev_index = 0; hwdev_index < DEVICE_NUM; ++hwdev_index) { in disp_init_al()
1485 hwdev_index, para->boot_info.type)) { in disp_init_al()
1494 if (hwdev_index == DEVICE_NUM) { in disp_init_al()
1496 hwdev_index = 0; in disp_init_al()
1499 al_priv.tcon_id[disp] = hwdev_index; in disp_init_al()
1667 void disp_al_show_builtin_patten(u32 hwdev_index, u32 patten) in disp_al_show_builtin_patten() argument
1669 tcon_show_builtin_patten(hwdev_index, patten); in disp_al_show_builtin_patten()
A Ddisp_al.h201 void disp_al_show_builtin_patten(u32 hwdev_index, u32 patten);
A Dde_hal.c785 de_rtmx_mux(screen_id, data->config.hwdev_index); in de_al_mgr_apply()

Completed in 48 milliseconds