Searched refs:stdev (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/pci/switch/ |
A D | switchtec.c | 92 stuser->stdev = stdev; in stuser_create() 189 struct switchtec_dev *stdev = stuser->stdev; in mrpc_queue_cmd() local 510 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_write() local 562 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_read() local 637 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_poll() local 1205 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_ioctl() local 1264 stdev->link_notifier(stdev); in link_event_work() 1316 stdev->dma_mrpc, stdev->dma_mrpc_dma_addr); in stdev_release() 1355 stdev = kzalloc_node(sizeof(*stdev), GFP_KERNEL, in stdev_create() 1621 stdev->mmio_part_cfg = &stdev->mmio_part_cfg_all[stdev->partition]; in switchtec_init_pci() [all …]
|
/linux-6.3-rc2/drivers/thermal/ |
A D | spear_thermal.c | 56 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_suspend() 58 clk_disable(stdev->clk); in spear_thermal_suspend() 79 writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base); in spear_thermal_resume() 101 stdev = devm_kzalloc(&pdev->dev, sizeof(*stdev), GFP_KERNEL); in spear_thermal_probe() 102 if (!stdev) in spear_thermal_probe() 122 stdev->flags = val; in spear_thermal_probe() 123 writel_relaxed(stdev->flags, stdev->thermal_base); in spear_thermal_probe() 141 stdev->thermal_base); in spear_thermal_probe() 148 clk_disable(stdev->clk); in spear_thermal_probe() 163 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_exit() [all …]
|
/linux-6.3-rc2/drivers/ntb/hw/mscc/ |
A D | ntb_hw_switchtec.c | 47 struct switchtec_dev *stdev; member 144 dev_err(&sndev->stdev->dev, in switchtec_ntb_part_op() 299 dev_err(&sndev->stdev->dev, in switchtec_ntb_mw_set_trans() 325 dev_err(&sndev->stdev->dev, in switchtec_ntb_mw_set_trans() 421 struct switchtec_dev *stdev = sndev->stdev; in switchtec_ntb_part_link_speed() local 941 dev_err(&sndev->stdev->dev, in config_rsvd_lut_win() 959 dev_err(&sndev->stdev->dev, in config_req_id_table() 1480 stdev->sndev = NULL; in switchtec_ntb_add() 1489 sndev->stdev = stdev; in switchtec_ntb_add() 1526 stdev->sndev = sndev; in switchtec_ntb_add() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | switchtec.h | 509 void (*link_notifier)(struct switchtec_dev *stdev);
|
Completed in 21 milliseconds