Home
last modified time | relevance | path

Searched refs:supported_type (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/pinctrl/spear/
Dpinctrl-plgpio.c324 unsigned int supported_type = 0, val; in plgpio_irq_set_type() local
330 supported_type = IRQ_TYPE_LEVEL_HIGH; in plgpio_irq_set_type()
332 supported_type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING; in plgpio_irq_set_type()
334 if (!(trigger & supported_type)) in plgpio_irq_set_type()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmain.c186 if (!(port_type[i] & dev->caps.supported_type[i+1])) { in mlx4_check_port_params()
276 dev->caps.supported_type[port] = port_cap->supported_port_types; in _mlx4_dev_port()
440 if (dev->caps.supported_type[i]) { in mlx4_dev_cap()
442 if (dev->caps.supported_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_dev_cap()
445 else if (dev->caps.supported_type[i] == in mlx4_dev_cap()
466 ((dev->caps.supported_type[i] == MLX4_PORT_TYPE_AUTO) && in mlx4_dev_cap()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c3224 ahw->supported_type = PORT_FIBRE; in qlcnic_83xx_test_link()
3230 ahw->supported_type = PORT_FIBRE; in qlcnic_83xx_test_link()
3234 ahw->supported_type = PORT_TP; in qlcnic_83xx_test_link()
3241 ahw->supported_type = PORT_DA; in qlcnic_83xx_test_link()
3245 ahw->supported_type = PORT_OTHER; in qlcnic_83xx_test_link()
3321 switch (ahw->supported_type) { in qlcnic_83xx_get_settings()
Dqlcnic.h498 u16 supported_type; member
/linux-4.4.14/include/linux/mlx4/
Ddevice.h583 u8 supported_type[MLX4_MAX_PORTS + 1]; member