Home
last modified time | relevance | path

Searched refs:_port (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/staging/mt7621-eth/
Dmdio.c66 const __be32 *_port = NULL; in mtk_connect_phy_node() local
70 _port = of_get_property(phy_node, "reg", NULL); in mtk_connect_phy_node()
72 if (!_port || (be32_to_cpu(*_port) >= 0x20)) { in mtk_connect_phy_node()
76 port = be32_to_cpu(*_port); in mtk_connect_phy_node()
/Linux-v4.19/drivers/tty/serial/
Dlantiq.c237 lqasc_tx_int(int irq, void *_port) in lqasc_tx_int() argument
240 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int()
249 lqasc_err_int(int irq, void *_port) in lqasc_err_int() argument
252 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int()
262 lqasc_rx_int(int irq, void *_port) in lqasc_rx_int() argument
265 struct uart_port *port = (struct uart_port *)_port; in lqasc_rx_int()
Dsh-sci.c97 #define min_sr(_port) ffs((_port)->sampling_rate_mask) argument
98 #define max_sr(_port) fls((_port)->sampling_rate_mask) argument
101 #define for_each_sr(_sr, _port) \ argument
102 for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \
103 if ((_port)->sampling_rate_mask & SCI_SR((_sr)))
Defm32-uart.c88 #define to_efm_port(_port) container_of(_port, struct efm32_uart_port, port) argument
/Linux-v4.19/drivers/usb/host/
Dxhci-dbgtty.c331 static void dbc_rx_push(unsigned long _port) in dbc_rx_push() argument
338 struct dbc_port *port = (void *)_port; in dbc_rx_push()
404 static int dbc_port_activate(struct tty_port *_port, struct tty_struct *tty) in dbc_port_activate() argument
407 struct dbc_port *port = container_of(_port, struct dbc_port, port); in dbc_port_activate()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dkvm_util.h171 #define GUEST_SYNC_ARGS(_port, _arg0, _arg1) \ argument
172 __exit_to_l0(_port, (uint64_t) (_arg0), (uint64_t) (_arg1))
/Linux-v4.19/drivers/tty/serial/8250/
DMakefile9 8250_base-y := 8250_port.o
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port
/Linux-v4.19/drivers/parport/
Dshare.c154 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check() argument
156 struct parport *port = _port; in driver_check()
181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument
183 struct parport *port = _port; in driver_detach()
/Linux-v4.19/drivers/thunderbolt/
Dtb.h343 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument
345 struct tb_port *__port = (_port); \
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h319 #define netxen_set_tx_port(_desc, _port) \ argument
320 (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)
/Linux-v4.19/drivers/phy/marvell/
Dphy-mvebu-cp110-comphy.c124 #define MVEBU_COMPHY_CONF(_lane, _port, _mode, _mux) \ argument
127 .port = _port, \
/Linux-v4.19/drivers/usb/gadget/function/
Du_serial.c355 static void gs_rx_push(unsigned long _port) in gs_rx_push() argument
357 struct gs_port *port = (void *)_port; in gs_rx_push()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c38 #define qlcnic_set_tx_port(_desc, _port) \ argument
39 ((_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0))
/Linux-v4.19/drivers/edac/
Dpnd2_edac.c323 ops->rd_reg(regname ## _port, \