Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c66 #define MVEBU_A3700_COMPHY_CONF(_lane, _mode, _smode, _port, _fw) \ argument
71 .port = _port, \
75 #define MVEBU_A3700_COMPHY_CONF_GEN(_lane, _mode, _port, _fw) \ argument
76 MVEBU_A3700_COMPHY_CONF(_lane, _mode, PHY_INTERFACE_MODE_NA, _port, _fw)
78 #define MVEBU_A3700_COMPHY_CONF_ETH(_lane, _smode, _port, _fw) \ argument
79 MVEBU_A3700_COMPHY_CONF(_lane, PHY_MODE_ETHERNET, _smode, _port, _fw)
Dphy-mvebu-cp110-comphy.c187 #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ argument
190 .port = _port, \
197 #define GEN_CONF(_lane, _port, _mode, _fw) \ argument
200 .port = _port, \
/Linux-v5.4/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-v5.4/drivers/tty/serial/
Dlantiq.c256 lqasc_tx_int(int irq, void *_port) in lqasc_tx_int() argument
259 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int()
270 lqasc_err_int(int irq, void *_port) in lqasc_err_int() argument
273 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int()
285 lqasc_rx_int(int irq, void *_port) in lqasc_rx_int() argument
288 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
Dmax310x.c266 #define to_max310x_port(_port) \ argument
267 container_of(_port, struct max310x_one, port)
/Linux-v5.4/drivers/tty/serial/8250/
DMakefile9 8250_base-y := 8250_port.o
/Linux-v5.4/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-v5.4/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port
/Linux-v5.4/drivers/phy/mscc/
Dphy-ocelot-serdes.c345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
347 .port = _port, \
/Linux-v5.4/drivers/thunderbolt/
Dtb.h461 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument
463 const struct tb_port *__port = (_port); \
/Linux-v5.4/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h303 #define netxen_set_tx_port(_desc, _port) \ argument
304 (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)
/Linux-v5.4/net/tipc/
Dsocket.c3648 u32 _port, _sktype, _type, _lower, _upper; in tipc_sk_filtering() local
3656 _port = sysctl_tipc_sk_filter[0]; in tipc_sk_filtering()
3662 if (!_port && !_sktype && !_type && !_lower && !_upper) in tipc_sk_filtering()
3665 if (_port) in tipc_sk_filtering()
3666 return (_port == tsk->portid); in tipc_sk_filtering()
/Linux-v5.4/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-v5.4/drivers/edac/
Dpnd2_edac.c320 ops->rd_reg(regname ## _port, \