Searched refs:prios (Results 1 – 7 of 7) sorted by relevance
/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 157 const struct aspeed_sig_expr ***prios, **funcs, *expr; in get_defined_attribute() local 159 prios = pdesc->prios; in get_defined_attribute() 161 while ((funcs = *prios)) { in get_defined_attribute() 182 prios++; in get_defined_attribute() 230 const struct aspeed_sig_expr ***prios; in aspeed_pinmux_set_mux() local 237 prios = pdesc->prios; in aspeed_pinmux_set_mux() 239 if (!prios) in aspeed_pinmux_set_mux() 243 while ((funcs = *prios)) { in aspeed_pinmux_set_mux() 253 prios++; in aspeed_pinmux_set_mux() 310 const struct aspeed_sig_expr ***prios, **funcs, *expr; in aspeed_gpio_request_enable() local [all …]
|
D | pinmux-aspeed.h | 482 const struct aspeed_sig_expr ***prios; member
|
/drivers/irqchip/ |
D | irq-davinci-aintc.c | 85 const u8 *prios; in davinci_aintc_init() local 124 prios = config->prios; in davinci_aintc_init() 127 for (shift = 0, prio = 0; shift < 32; shift += 4, prios++) in davinci_aintc_init() 128 prio |= (*prios & 0x07) << shift; in davinci_aintc_init()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 204 struct list_head prios; member 232 INIT_LIST_HEAD(&zones->prios); in mlx4_zone_allocator_create() 269 list_for_each_entry(it, &zone_alloc->prios, prio_list) in mlx4_zone_add_one() 273 if (&it->prio_list == &zone_alloc->prios || it->priority > priority) in mlx4_zone_add_one() 309 list_for_each_entry(it, &zone_alloc->prios, prio_list) { in __mlx4_zone_remove_one_entry() 353 list_for_each_entry(curr_node, &zone_alloc->prios, prio_list) { in __mlx4_alloc_from_zone() 393 if (list_is_last(&curr_node->prio_list, &zone_alloc->prios)) in __mlx4_alloc_from_zone()
|
/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 264 atomic_inc(&global->prios[new]); in v4l2_prio_change() 266 atomic_dec(&global->prios[*local]); in v4l2_prio_change() 281 atomic_dec(&global->prios[local]); in v4l2_prio_close() 287 if (atomic_read(&global->prios[V4L2_PRIORITY_RECORD]) > 0) in v4l2_prio_max() 289 if (atomic_read(&global->prios[V4L2_PRIORITY_INTERACTIVE]) > 0) in v4l2_prio_max() 291 if (atomic_read(&global->prios[V4L2_PRIORITY_BACKGROUND]) > 0) in v4l2_prio_max()
|
/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 198 struct mlx5_ib_flow_prio prios[MLX5_IB_NUM_FLOW_FT]; member
|
D | main.c | 3290 prio = &dev->flow_db->prios[priority]; in get_flow_table() 3318 prio = &dev->flow_db->prios[MLX5_IB_FLOW_LEFTOVERS_PRIO]; in get_flow_table() 3987 prio = &dev->flow_db->prios[priority]; in _get_flow_table()
|