/kernel/linux/linux-5.10/drivers/ide/ |
H A D | cmd640.c | 723 const char *bus_type, *port2; in cmd640x_init() local 809 port2 = "okay"; in cmd640x_init() 812 port2 = "alive"; in cmd640x_init() 814 port2 = "not cmd640"; in cmd640x_init() 819 port2 = "enabled"; in cmd640x_init() 822 port2 = "not responding"; in cmd640x_init() 833 second_port_cmd640 ? "" : "not ", port2); in cmd640x_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_of.c | 346 * @port2: Second DT port node of the Dual-link LVDS source 360 * @port1 and @port2 are typically DT sibling nodes, but may have different 365 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2 367 * * DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS - @port1 carries odd pixels and @port2 369 * * -EINVAL - @port1 and @port2 are not connected to a dual-link LVDS sink, or 371 * * -EPIPE - when @port1 or @port2 are not connected 374 const struct device_node *port2) in drm_of_lvds_get_dual_link_pixel_order() 378 if (!port1 || !port2) in drm_of_lvds_get_dual_link_pixel_order() 385 remote_p2_pt = drm_of_lvds_get_remote_pixels_type(port2); in drm_of_lvds_get_dual_link_pixel_order() 373 drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, const struct device_node *port2) drm_of_lvds_get_dual_link_pixel_order() argument
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_of.h | 51 const struct device_node *port2); 97 const struct device_node *port2) in drm_of_lvds_get_dual_link_pixel_order() 96 drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, const struct device_node *port2) drm_of_lvds_get_dual_link_pixel_order() argument
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_of.h | 53 const struct device_node *port2); 106 const struct device_node *port2) in drm_of_lvds_get_dual_link_pixel_order() 105 drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, const struct device_node *port2) drm_of_lvds_get_dual_link_pixel_order() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_of.c | 347 * @port2: Second DT port node of the Dual-link LVDS source 361 * @port1 and @port2 are typically DT sibling nodes, but may have different 366 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2 368 * * DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS - @port1 carries odd pixels and @port2 370 * * -EINVAL - @port1 and @port2 are not connected to a dual-link LVDS sink, or 372 * * -EPIPE - when @port1 or @port2 are not connected 375 const struct device_node *port2) in drm_of_lvds_get_dual_link_pixel_order() 379 if (!port1 || !port2) in drm_of_lvds_get_dual_link_pixel_order() 386 remote_p2_pt = drm_of_lvds_get_remote_pixels_type(port2); in drm_of_lvds_get_dual_link_pixel_order() 374 drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, const struct device_node *port2) drm_of_lvds_get_dual_link_pixel_order() argument
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tda9887.c | 434 static unsigned int port2 = UNSET; variable 439 module_param(port2, int, 0644); 454 if (UNSET != port2) { in tda9887_set_insmod() 455 if (port2) in tda9887_set_insmod()
|
H A D | tea5767.h | 20 unsigned int port2:1; member
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | hdaps.c | 166 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, in __hdaps_read_pair() argument 173 *y = inw(port2); in __hdaps_read_pair() 191 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() argument 197 ret = __hdaps_read_pair(port1, port2, val1, val2); in hdaps_read_pair()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda9887.c | 434 static unsigned int port2 = UNSET; variable 439 module_param(port2, int, 0644); 454 if (UNSET != port2) { in tda9887_set_insmod() 455 if (port2) in tda9887_set_insmod()
|
H A D | tea5767.h | 20 unsigned int port2:1; member
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | hdaps.c | 166 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, in __hdaps_read_pair() argument 173 *y = inw(port2); in __hdaps_read_pair() 191 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() argument 197 ret = __hdaps_read_pair(port1, port2, val1, val2); in hdaps_read_pair()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/imx/ |
H A D | imx8qm-ldb.c | 445 struct device_node *port1, *port2; in imx8qm_ldb_probe() local 491 port2 = of_graph_get_port_by_id(ldb->channel[1]->np, 1); in imx8qm_ldb_probe() 493 drm_of_lvds_get_dual_link_pixel_order(port1, port2); in imx8qm_ldb_probe() 495 of_node_put(port2); in imx8qm_ldb_probe()
|
H A D | imx8qxp-pxl2dpi.c | 329 struct device_node *port1, *port2; in imx8qxp_pxl2dpi_parse_dt_companion() local 374 port2 = of_graph_get_port_by_id(companion_p2d->next_bridge->of_node, 1); in imx8qxp_pxl2dpi_parse_dt_companion() 375 dual_link = drm_of_lvds_get_dual_link_pixel_order(port1, port2); in imx8qxp_pxl2dpi_parse_dt_companion() 377 of_node_put(port2); in imx8qxp_pxl2dpi_parse_dt_companion()
|
H A D | imx8qxp-ldb.c | 468 struct device_node *port1, *port2; in imx8qxp_ldb_parse_dt_companion() local 531 port2 = of_graph_get_port_by_id(companion_port, 1); in imx8qxp_ldb_parse_dt_companion() 532 dual_link = drm_of_lvds_get_dual_link_pixel_order(port1, port2); in imx8qxp_ldb_parse_dt_companion() 534 of_node_put(port2); in imx8qxp_ldb_parse_dt_companion()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | fsl-ldb.c | 350 struct device_node *port1, *port2; in fsl_ldb_probe() local 353 port2 = of_graph_get_port_by_id(dev->of_node, 2); in fsl_ldb_probe() 354 dual_link = drm_of_lvds_get_dual_link_pixel_order(port1, port2); in fsl_ldb_probe() 356 of_node_put(port2); in fsl_ldb_probe()
|
H A D | ti-sn65dsi83.c | 588 struct device_node *port2, *port3; in sn65dsi83_parse_dt() local 591 port2 = of_graph_get_port_by_id(dev->of_node, 2); in sn65dsi83_parse_dt() 593 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in sn65dsi83_parse_dt() 594 of_node_put(port2); in sn65dsi83_parse_dt()
|
H A D | lontium-lt9211.c | 628 struct device_node *port2, *port3; in lt9211_parse_dt() local 643 port2 = of_graph_get_port_by_id(dev->of_node, 2); in lt9211_parse_dt() 645 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in lt9211_parse_dt() 646 of_node_put(port2); in lt9211_parse_dt()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | serial.h | 63 int port2; member
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | driver.h | 86 u8 port2; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | serial.h | 88 int port2; member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu8000.h | 57 unsigned long port2; /* Port usually at base+0x400 */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | serial.h | 88 int port2; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu8000.h | 57 unsigned long port2; /* Port usually at base+0x400 */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | serial.h | 76 int port2; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | serial.h | 76 int port2; member
|