Searched refs:sup (Results 1 – 4 of 4) sorted by relevance
| /drivers/tty/serial/ |
| A D | sunplus-uart.c | 531 struct sunplus_uart_port *sup; in sunplus_console_setup() local 541 if (!sup) in sunplus_console_setup() 588 struct sunplus_uart_port *sup; in sunplus_uart_probe() local 598 sup = devm_kzalloc(&pdev->dev, sizeof(*sup), GFP_KERNEL); in sunplus_uart_probe() 599 if (!sup) in sunplus_uart_probe() 603 if (IS_ERR(sup->clk)) in sunplus_uart_probe() 615 if (IS_ERR(sup->rstc)) in sunplus_uart_probe() 618 port = &sup->port; in sunplus_uart_probe() 647 sunplus_console_ports[sup->port.line] = sup; in sunplus_uart_probe() 672 if (!uart_console(&sup->port)) in sunplus_uart_suspend() [all …]
|
| A D | cpm_uart.c | 754 scc_uart_t __iomem *sup; in cpm_uart_init_scc() local 759 sup = pinfo->sccup; in cpm_uart_init_scc() 775 out_be16(&sup->scc_maxidl, 0x10); in cpm_uart_init_scc() 776 out_be16(&sup->scc_brkcr, 1); in cpm_uart_init_scc() 777 out_be16(&sup->scc_parec, 0); in cpm_uart_init_scc() 778 out_be16(&sup->scc_frmec, 0); in cpm_uart_init_scc() 779 out_be16(&sup->scc_nosec, 0); in cpm_uart_init_scc() 780 out_be16(&sup->scc_brkec, 0); in cpm_uart_init_scc() 781 out_be16(&sup->scc_uaddr1, 0); in cpm_uart_init_scc() 782 out_be16(&sup->scc_uaddr2, 0); in cpm_uart_init_scc() [all …]
|
| A D | sprd_serial.c | 906 struct sprd_uart_port *sup = in sprd_pm() local 911 clk_prepare_enable(sup->clk); in sprd_pm() 914 clk_disable_unprepare(sup->clk); in sprd_pm() 1107 if (sup) { in sprd_remove() 1108 uart_remove_one_port(&sprd_uart_driver, &sup->port); in sprd_remove() 1109 sprd_port[sup->port.line] = NULL; in sprd_remove() 1110 sprd_rx_free_buf(sup); in sprd_remove() 1261 struct sprd_uart_port *sup = dev_get_drvdata(dev); in sprd_suspend() local 1263 uart_suspend_port(&sprd_uart_driver, &sup->port); in sprd_suspend() 1270 struct sprd_uart_port *sup = dev_get_drvdata(dev); in sprd_resume() local [all …]
|
| /drivers/base/ |
| A D | core.c | 83 link->supplier = sup; in __fwnode_link_add() 89 list_add(&link->s_hook, &sup->consumers); in __fwnode_link_add() 92 con, sup); in __fwnode_link_add() 565 struct device *sup = link->supplier; in devlink_add_symlinks() local 586 buf_sup = kasprintf(GFP_KERNEL, "supplier:%s:%s", dev_bus_name(sup), dev_name(sup)); in devlink_add_symlinks() 612 struct device *sup = link->supplier; in devlink_remove_symlinks() local 619 buf_sup = kasprintf(GFP_KERNEL, "supplier:%s:%s", dev_bus_name(sup), dev_name(sup)); in devlink_remove_symlinks() 1224 if (list_empty(&sup->links.defer_sync) && dev_has_sync_state(sup)) in __device_links_supplier_defer_sync() 1783 !dev_has_sync_state(sup)) in fw_devlink_dev_sync_state() 1796 sup->state_synced = true; in fw_devlink_dev_sync_state() [all …]
|
Completed in 23 milliseconds