| /Linux-v5.4/drivers/phy/marvell/ |
| D | phy-mvebu-a3700-comphy.c | 66 #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)
|
| D | phy-mvebu-cp110-comphy.c | 187 #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/ |
| D | xhci-dbgtty.c | 331 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/ |
| D | lantiq.c | 256 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()
|
| D | sh-sci.c | 97 #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)))
|
| D | efm32-uart.c | 88 #define to_efm_port(_port) container_of(_port, struct efm32_uart_port, port) argument
|
| D | max310x.c | 266 #define to_max310x_port(_port) \ argument 267 container_of(_port, struct max310x_one, port)
|
| /Linux-v5.4/drivers/tty/serial/8250/ |
| D | Makefile | 9 8250_base-y := 8250_port.o
|
| /Linux-v5.4/drivers/parport/ |
| D | share.c | 154 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/ |
| D | sysfs-bus-intel_th-devices-gth | 8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port
|
| /Linux-v5.4/drivers/phy/mscc/ |
| D | phy-ocelot-serdes.c | 345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument 347 .port = _port, \
|
| /Linux-v5.4/drivers/thunderbolt/ |
| D | tb.h | 461 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument 463 const struct tb_port *__port = (_port); \
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic.h | 303 #define netxen_set_tx_port(_desc, _port) \ argument 304 (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)
|
| /Linux-v5.4/net/tipc/ |
| D | socket.c | 3648 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/ |
| D | qlcnic_io.c | 38 #define qlcnic_set_tx_port(_desc, _port) \ argument 39 ((_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0))
|
| /Linux-v5.4/drivers/edac/ |
| D | pnd2_edac.c | 320 ops->rd_reg(regname ## _port, \
|