/Linux-v4.19/drivers/staging/mt7621-eth/ |
D | mdio.c | 66 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/ |
D | lantiq.c | 237 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()
|
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
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 171 #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/ |
D | Makefile | 9 8250_base-y := 8250_port.o
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/thunderbolt/ |
D | tb.h | 343 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument 345 struct tb_port *__port = (_port); \
|
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic.h | 319 #define netxen_set_tx_port(_desc, _port) \ argument 320 (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)
|
/Linux-v4.19/drivers/phy/marvell/ |
D | phy-mvebu-cp110-comphy.c | 124 #define MVEBU_COMPHY_CONF(_lane, _port, _mode, _mux) \ argument 127 .port = _port, \
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | u_serial.c | 355 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/ |
D | qlcnic_io.c | 38 #define qlcnic_set_tx_port(_desc, _port) \ argument 39 ((_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0))
|
/Linux-v4.19/drivers/edac/ |
D | pnd2_edac.c | 323 ops->rd_reg(regname ## _port, \
|