Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
Dpath.c68 res = tb_port_add_nfc_credits(path->hops[i].in_port, in __tb_path_deallocate_nfc()
71 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
82 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hops()
85 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
99 tb_route(path->hops[0].in_port->sw), in tb_path_deactivate()
100 path->hops[0].in_port->port, in tb_path_deactivate()
127 tb_route(path->hops[0].in_port->sw), in tb_path_activate()
128 path->hops[0].in_port->port, in tb_path_activate()
136 res = tb_port_clear_counter(path->hops[i].in_port, in tb_path_activate()
144 res = tb_port_add_nfc_credits(path->hops[i].in_port, in tb_path_activate()
[all …]
Dtunnel_pci.c78 tunnel->path_to_up->hops[0].in_port = down; in tb_pci_alloc()
84 tunnel->path_to_up->hops[1].in_port = tb_upstream_port(up->sw); in tb_pci_alloc()
90 tunnel->path_to_down->hops[0].in_port = up; in tb_pci_alloc()
96 tunnel->path_to_down->hops[1].in_port = in tb_pci_alloc()
Dtb.h152 struct tb_port *in_port; member
/linux-4.19.296/drivers/gpio/
Dgpio-gpio-mm.c156 const unsigned int in_port = (port > 2) ? port + 1 : port; in gpiomm_gpio_get() local
168 port_state = inb(gpiommgpio->base + in_port); in gpiomm_gpio_get()
Dgpio-104-dio-48e.c167 const unsigned in_port = (port > 2) ? port + 1 : port; in dio48e_gpio_get() local
179 port_state = inb(dio48egpio->base + in_port); in dio48e_gpio_get()