Searched refs:target_width (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/tty/vt/ |
| H A D | gen_ucs_width_table.py | 163 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 D | pcie.c | 954 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 D | sdca_asoc.c | 1643 int target_rate, int target_width) 1656 if ((!rate || rate == target_rate) && (!width || width == target_width)) { 1669 entity->label, usage, target_rate, target_width); 1676 entity->label, target_rate, target_width); 1551 set_usage(struct device * dev,struct regmap * regmap,struct sdca_function_data * function,struct sdca_entity * entity,int sel,int target_rate,int target_width) set_usage() argument
|