Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c334 unsigned int supported_type = 0, val; in plgpio_irq_set_type() local
340 supported_type = IRQ_TYPE_LEVEL_HIGH; in plgpio_irq_set_type()
342 supported_type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING; in plgpio_irq_set_type()
344 if (!(trigger & supported_type)) in plgpio_irq_set_type()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c321 if (!(port_type[i] & dev->caps.supported_type[i+1])) { in mlx4_check_port_params()
412 dev->caps.supported_type[port] = port_cap->supported_port_types; in _mlx4_dev_port()
590 if (dev->caps.supported_type[i]) { in mlx4_dev_cap()
592 if (dev->caps.supported_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_dev_cap()
595 else if (dev->caps.supported_type[i] == in mlx4_dev_cap()
616 ((dev->caps.supported_type[i] == MLX4_PORT_TYPE_AUTO) && in mlx4_dev_cap()
1164 if ((port_type & mdev->caps.supported_type[info->port]) != port_type) { in __set_port_type()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c3268 ahw->supported_type = PORT_FIBRE; in qlcnic_83xx_test_link()
3274 ahw->supported_type = PORT_FIBRE; in qlcnic_83xx_test_link()
3278 ahw->supported_type = PORT_TP; in qlcnic_83xx_test_link()
3285 ahw->supported_type = PORT_DA; in qlcnic_83xx_test_link()
3289 ahw->supported_type = PORT_OTHER; in qlcnic_83xx_test_link()
3369 switch (ahw->supported_type) { in qlcnic_83xx_get_link_ksettings()
H A Dqlcnic.h497 u16 supported_type; member
/linux/include/linux/mlx4/
H A Ddevice.h609 u8 supported_type[MLX4_MAX_PORTS + 1]; member