Searched refs:stdev (Results 1 – 4 of 4) sorted by relevance
| /linux/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 638 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_poll() local 1206 struct switchtec_dev *stdev = stuser->stdev; in switchtec_dev_ioctl() local 1265 stdev->link_notifier(stdev); in link_event_work() 1317 stdev->dma_mrpc, stdev->dma_mrpc_dma_addr); in stdev_release() 1356 stdev = kzalloc_node(sizeof(*stdev), GFP_KERNEL, in stdev_create() 1625 stdev->mmio_part_cfg = &stdev->mmio_part_cfg_all[stdev->partition]; in switchtec_init_pci() [all …]
|
| /linux/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() 102 stdev = devm_kzalloc(&pdev->dev, sizeof(*stdev), GFP_KERNEL); in spear_thermal_probe() 103 if (!stdev) in spear_thermal_probe() 124 stdev->flags = val; in spear_thermal_probe() 125 writel_relaxed(stdev->flags, stdev->thermal_base); in spear_thermal_probe() 143 stdev->thermal_base); in spear_thermal_probe() 150 clk_disable(stdev->clk); in spear_thermal_probe() 165 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_exit() [all …]
|
| /linux/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 940 dev_err(&sndev->stdev->dev, in config_rsvd_lut_win() 958 dev_err(&sndev->stdev->dev, in config_req_id_table() 1482 stdev->sndev = NULL; in switchtec_ntb_add() 1491 sndev->stdev = stdev; in switchtec_ntb_add() 1528 stdev->sndev = sndev; in switchtec_ntb_add() [all …]
|
| /linux/include/linux/ |
| A D | switchtec.h | 511 void (*link_notifier)(struct switchtec_dev *stdev);
|
Completed in 18 milliseconds