/kernel/linux/linux-5.10/include/linux/ |
H A D | of_graph.h | 49 const struct device_node *parent, int port_reg, int reg); 90 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() 89 of_graph_get_endpoint_by_regs( const struct device_node *parent, int port_reg, int reg) of_graph_get_endpoint_by_regs() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_graph.h | 49 const struct device_node *parent, int port_reg, int reg); 90 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() 89 of_graph_get_endpoint_by_regs( const struct device_node *parent, int port_reg, int reg) of_graph_get_endpoint_by_regs() argument
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_of.h | 58 int port_reg, int reg, 126 int port_reg, int reg, in drm_of_get_data_lanes_count_ep() 125 drm_of_get_data_lanes_count_ep(const struct device_node *port, int port_reg, int reg, const unsigned int min, const unsigned int max) drm_of_get_data_lanes_count_ep() argument
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | xhci-dbc.c | 689 u32 port_reg; in xdbc_handle_port_status() local 691 port_reg = readl(&xdbc.xdbc_reg->portsc); in xdbc_handle_port_status() 692 if (port_reg & PORTSC_CONN_CHANGE) { in xdbc_handle_port_status() 696 if (!(port_reg & PORTSC_CONN_STATUS)) { in xdbc_handle_port_status() 702 if (port_reg & PORTSC_RESET_CHANGE) in xdbc_handle_port_status() 705 if (port_reg & PORTSC_LINK_CHANGE) in xdbc_handle_port_status() 708 if (port_reg & PORTSC_CONFIG_CHANGE) in xdbc_handle_port_status() 712 writel(port_reg, &xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
|
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | xhci-dbc.c | 691 u32 port_reg; in xdbc_handle_port_status() local 693 port_reg = readl(&xdbc.xdbc_reg->portsc); in xdbc_handle_port_status() 694 if (port_reg & PORTSC_CONN_CHANGE) { in xdbc_handle_port_status() 698 if (!(port_reg & PORTSC_CONN_STATUS)) { in xdbc_handle_port_status() 704 if (port_reg & PORTSC_RESET_CHANGE) in xdbc_handle_port_status() 707 if (port_reg & PORTSC_LINK_CHANGE) in xdbc_handle_port_status() 710 if (port_reg & PORTSC_CONFIG_CHANGE) in xdbc_handle_port_status() 714 writel(port_reg, &xdbc.xdbc_reg->portsc); in xdbc_handle_port_status()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_of.c | 469 * @port_reg: identifier (value of reg property) of the parent port node 483 int port_reg, int reg, in drm_of_get_data_lanes_count_ep() 490 endpoint = of_graph_get_endpoint_by_regs(port, port_reg, reg); in drm_of_get_data_lanes_count_ep() 482 drm_of_get_data_lanes_count_ep(const struct device_node *port, int port_reg, int reg, const unsigned int min, const unsigned int max) drm_of_get_data_lanes_count_ep() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | if_spi.c | 792 u16 port_reg; in if_spi_h2c() local 796 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c() 799 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c() 809 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | if_spi.c | 789 u16 port_reg; in if_spi_h2c() local 793 port_reg = IF_SPI_DATA_RDWRPORT_REG; in if_spi_h2c() 796 port_reg = IF_SPI_CMD_RDWRPORT_REG; in if_spi_h2c() 806 err = spu_write(card, port_reg, packet->buffer, packet->blen); in if_spi_h2c()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | property.c | 699 * @port_reg: identifier (value of reg property) of the parent port node 703 * is the child of a port node identified by port_reg. reg and port_reg are 707 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() 714 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs() 706 of_graph_get_endpoint_by_regs( const struct device_node *parent, int port_reg, int reg) of_graph_get_endpoint_by_regs() argument
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | property.c | 704 * @port_reg: identifier (value of reg property) of the parent port node 708 * is the child of a port node identified by port_reg. reg and port_reg are 712 const struct device_node *parent, int port_reg, int reg) in of_graph_get_endpoint_by_regs() 719 if (((port_reg == -1) || (endpoint.port == port_reg)) && in of_graph_get_endpoint_by_regs() 711 of_graph_get_endpoint_by_regs( const struct device_node *parent, int port_reg, int reg) of_graph_get_endpoint_by_regs() argument
|