Home
last modified time | relevance | path

Searched refs:target_width (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/vt/
H A Dgen_ucs_width_table.py163 def ranges_optimize(width_data, target_width): argument
164 points = sorted([cp for cp, width in width_data.items() if width == target_width])
/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c954 u32 target_width; in do_pcie_gen3_transition() local
995 target_width = dd->lbus_width; in do_pcie_gen3_transition()
1352 dd->lbus_width < target_width) { /* not target */ in do_pcie_gen3_transition()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c1551 int target_rate, int target_width) in set_usage() argument
1564 if ((!rate || rate == target_rate) && (!width || width == target_width)) { in set_usage()
1577 entity->label, usage, target_rate, target_width); in set_usage()
1584 entity->label, target_rate, target_width); in set_usage()