_port 320 drivers/edac/pnd2_edac.c ops->rd_reg(regname ## _port, \ _port 303 drivers/net/ethernet/qlogic/netxen/netxen_nic.h #define netxen_set_tx_port(_desc, _port) \ _port 304 drivers/net/ethernet/qlogic/netxen/netxen_nic.h (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0) _port 38 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c #define qlcnic_set_tx_port(_desc, _port) \ _port 39 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c ((_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)) _port 154 drivers/parport/share.c static int driver_check(struct device_driver *dev_drv, void *_port) _port 156 drivers/parport/share.c struct parport *port = _port; _port 181 drivers/parport/share.c static int driver_detach(struct device_driver *_drv, void *_port) _port 183 drivers/parport/share.c struct parport *port = _port; _port 66 drivers/phy/marvell/phy-mvebu-a3700-comphy.c #define MVEBU_A3700_COMPHY_CONF(_lane, _mode, _smode, _port, _fw) \ _port 71 drivers/phy/marvell/phy-mvebu-a3700-comphy.c .port = _port, \ _port 75 drivers/phy/marvell/phy-mvebu-a3700-comphy.c #define MVEBU_A3700_COMPHY_CONF_GEN(_lane, _mode, _port, _fw) \ _port 76 drivers/phy/marvell/phy-mvebu-a3700-comphy.c MVEBU_A3700_COMPHY_CONF(_lane, _mode, PHY_INTERFACE_MODE_NA, _port, _fw) _port 78 drivers/phy/marvell/phy-mvebu-a3700-comphy.c #define MVEBU_A3700_COMPHY_CONF_ETH(_lane, _smode, _port, _fw) \ _port 79 drivers/phy/marvell/phy-mvebu-a3700-comphy.c MVEBU_A3700_COMPHY_CONF(_lane, PHY_MODE_ETHERNET, _smode, _port, _fw) _port 187 drivers/phy/marvell/phy-mvebu-cp110-comphy.c #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ _port 190 drivers/phy/marvell/phy-mvebu-cp110-comphy.c .port = _port, \ _port 197 drivers/phy/marvell/phy-mvebu-cp110-comphy.c #define GEN_CONF(_lane, _port, _mode, _fw) \ _port 200 drivers/phy/marvell/phy-mvebu-cp110-comphy.c .port = _port, \ _port 345 drivers/phy/mscc/phy-ocelot-serdes.c #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ _port 347 drivers/phy/mscc/phy-ocelot-serdes.c .port = _port, \ _port 461 drivers/thunderbolt/tb.h #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ _port 463 drivers/thunderbolt/tb.h const struct tb_port *__port = (_port); \ _port 88 drivers/tty/serial/efm32-uart.c #define to_efm_port(_port) container_of(_port, struct efm32_uart_port, port) _port 256 drivers/tty/serial/lantiq.c lqasc_tx_int(int irq, void *_port) _port 259 drivers/tty/serial/lantiq.c struct uart_port *port = (struct uart_port *)_port; _port 270 drivers/tty/serial/lantiq.c lqasc_err_int(int irq, void *_port) _port 273 drivers/tty/serial/lantiq.c struct uart_port *port = (struct uart_port *)_port; _port 285 drivers/tty/serial/lantiq.c lqasc_rx_int(int irq, void *_port) _port 288 drivers/tty/serial/lantiq.c struct uart_port *port = (struct uart_port *)_port; _port 266 drivers/tty/serial/max310x.c #define to_max310x_port(_port) \ _port 267 drivers/tty/serial/max310x.c container_of(_port, struct max310x_one, port) _port 97 drivers/tty/serial/sh-sci.c #define min_sr(_port) ffs((_port)->sampling_rate_mask) _port 98 drivers/tty/serial/sh-sci.c #define max_sr(_port) fls((_port)->sampling_rate_mask) _port 101 drivers/tty/serial/sh-sci.c #define for_each_sr(_sr, _port) \ _port 102 drivers/tty/serial/sh-sci.c for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \ _port 103 drivers/tty/serial/sh-sci.c if ((_port)->sampling_rate_mask & SCI_SR((_sr))) _port 331 drivers/usb/host/xhci-dbgtty.c static void dbc_rx_push(unsigned long _port) _port 338 drivers/usb/host/xhci-dbgtty.c struct dbc_port *port = (void *)_port; _port 404 drivers/usb/host/xhci-dbgtty.c static int dbc_port_activate(struct tty_port *_port, struct tty_struct *tty) _port 407 drivers/usb/host/xhci-dbgtty.c struct dbc_port *port = container_of(_port, struct dbc_port, port); _port 3655 net/tipc/socket.c u32 _port, _sktype, _type, _lower, _upper; _port 3663 net/tipc/socket.c _port = sysctl_tipc_sk_filter[0]; _port 3669 net/tipc/socket.c if (!_port && !_sktype && !_type && !_lower && !_upper) _port 3672 net/tipc/socket.c if (_port) _port 3673 net/tipc/socket.c return (_port == tsk->portid);