Searched refs:stdev (Results 1 – 3 of 3) sorted by relevance
| /drivers/pci/switch/ |
| A D | switchtec.c | 94 stuser->stdev = stdev; in stuser_create() 191 struct switchtec_dev *stdev = stuser->stdev; in mrpc_queue_cmd() local 512 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_write() local 564 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_read() local 639 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_poll() local 1207 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_ioctl() local 1266 stdev->link_notifier(stdev); in link_event_work() 1350 stdev = kzalloc_node(sizeof(*stdev), GFP_KERNEL, in stdev_create() 1617 stdev->mmio_part_cfg = &stdev->mmio_part_cfg_all[stdev->partition]; in switchtec_init_pci() 1650 stdev->dma_mrpc, stdev->dma_mrpc_dma_addr); in switchtec_exit_pci() [all …]
|
| /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 …]
|
| /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() 1479 stdev->sndev = NULL; in switchtec_ntb_add() 1488 sndev->stdev = stdev; in switchtec_ntb_add() 1525 stdev->sndev = sndev; in switchtec_ntb_add() [all …]
|
Completed in 20 milliseconds