Lines Matching refs:data
134 * struct ti_sn65dsi86 - Platform data for ti-sn65dsi86 driver.
408 static int status_show(struct seq_file *s, void *data)
430 static void ti_sn65dsi86_debugfs_remove(void *data)
432 debugfs_remove_recursive(data);
461 static void ti_sn65dsi86_uninit_aux(void *data)
463 auxiliary_device_uninit(data);
466 static void ti_sn65dsi86_delete_aux(void *data)
468 auxiliary_device_delete(data);
851 * LUT values corresponds to dp data rate supported
868 /* Calculate minimum DP data rate, taking 80% as per DP spec */
1003 u8 data;
1006 ret = drm_dp_dpcd_readb(&pdata->aux, DP_MAX_LANE_COUNT, &data);
1013 return data & DP_LANE_COUNT_MASK;
1175 /* td7: min 100 us after enable before DSI data */
1186 /* Num lanes to 0 as per power sequencing in data sheet */
1248 * data-lanes but not lane-polarities but not vice versa.
1257 of_property_read_u32_array(endpoint, "data-lanes",
1268 * data-lanes had fewer elements so that we nicely initialize
1869 static void ti_sn65dsi86_runtime_disable(void *data)
1871 pm_runtime_dont_use_autosuspend(data);
1872 pm_runtime_disable(data);