Home
last modified time | relevance | path

Searched refs:layer_info (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/media/platform/davinci/
Dvpbe_display.c113 layer->layer_info.id, in vpbe_isr_odd_field()
288 osd_device->ops.disable_layer(osd_device, layer->layer_info.id); in vpbe_start_streaming()
335 osd_device->ops.disable_layer(osd_device, layer->layer_info.id); in vpbe_stop_streaming()
387 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_set_osd_display_params()
396 layer->layer_info.id, in vpbe_set_osd_display_params()
401 layer->layer_info.id, 0); in vpbe_set_osd_display_params()
409 layer->layer_info.enable = 1; in vpbe_set_osd_display_params()
415 otherlayer->layer_info.id, 1); in vpbe_set_osd_display_params()
421 otherlayer->layer_info.enable = 1; in vpbe_set_osd_display_params()
431 struct display_layer_info *layer_info = &layer->layer_info; in vpbe_disp_calculate_scale_factor() local
[all …]
/Linux-v4.19/drivers/media/common/siano/
Dsmsdvb-debugfs.c190 if (p->layer_info[i].number_of_segments < 1 || in smsdvb_print_isdb_stats()
191 p->layer_info[i].number_of_segments > 13) in smsdvb_print_isdb_stats()
196 p->layer_info[i].code_rate); in smsdvb_print_isdb_stats()
198 p->layer_info[i].constellation); in smsdvb_print_isdb_stats()
200 p->layer_info[i].ber); in smsdvb_print_isdb_stats()
202 p->layer_info[i].ber_error_count); in smsdvb_print_isdb_stats()
204 p->layer_info[i].ber_bit_count); in smsdvb_print_isdb_stats()
206 p->layer_info[i].pre_ber); in smsdvb_print_isdb_stats()
208 p->layer_info[i].ts_per); in smsdvb_print_isdb_stats()
210 p->layer_info[i].error_ts_packets); in smsdvb_print_isdb_stats()
[all …]
Dsmscoreapi.h841 struct sms_isdbt_layer_stats layer_info[3]; member
886 struct sms_isdbt_layer_stats layer_info[3]; member
Dsmsdvb-main.c395 lr = &p->layer_info[i]; in smsdvb_update_isdbt_stats()
483 lr = &p->layer_info[i]; in smsdvb_update_isdbt_stats_ex()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_sched.c31 max_children = le16_to_cpu(hw->layer_info[0].max_children); in ice_sched_add_root_node()
123 max_children = le16_to_cpu(hw->layer_info[layer].max_children); in ice_sched_add_node()
598 if (hw->layer_info) in ice_sched_cleanup_all()
599 devm_kfree(ice_hw_to_dev(hw), hw->layer_info); in ice_sched_cleanup_all()
764 le16_to_cpu(hw->layer_info[parent->tx_sched_layer].max_children); in ice_sched_add_nodes_to_layer()
916 le16_to_cpu(hw->layer_info[i].max_pf_nodes)) { in ice_sched_validate_for_max_nodes()
1101 if (hw->layer_info) in ice_sched_query_res_alloc()
1118 hw->layer_info = devm_kmemdup(ice_hw_to_dev(hw), buf->layer_props, in ice_sched_query_res_alloc()
1120 sizeof(*hw->layer_info)), in ice_sched_query_res_alloc()
1122 if (!hw->layer_info) { in ice_sched_query_res_alloc()
[all …]
Dice_type.h269 struct ice_aqc_layer_props *layer_info; member
/Linux-v4.19/include/media/davinci/
Dvpbe_display.h95 struct display_layer_info layer_info; member