Home
last modified time | relevance | path

Searched refs:of_dev (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/macintosh/ams/
Dams-core.c149 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL); in ams_sensor_attach()
150 if (!ams_info.of_dev) { in ams_sensor_attach()
156 result = device_create_file(&ams_info.of_dev->dev, &dev_attr_current); in ams_sensor_attach()
169 device_remove_file(&ams_info.of_dev->dev, &dev_attr_current); in ams_sensor_attach()
171 of_device_unregister(ams_info.of_dev); in ams_sensor_attach()
209 device_remove_file(&ams_info.of_dev->dev, &dev_attr_current); in ams_sensor_detach()
219 of_device_unregister(ams_info.of_dev); in ams_sensor_detach()
Dams-input.c73 input->dev.parent = &ams_info.of_dev->dev; in ams_input_enable()
147 return device_create_file(&ams_info.of_dev->dev, &dev_attr_joystick); in ams_input_init()
152 device_remove_file(&ams_info.of_dev->dev, &dev_attr_joystick); in ams_input_exit()
Dams.h27 struct platform_device *of_dev; member
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dibmebus.c349 struct platform_device *of_dev; in ibmebus_bus_device_probe() local
352 of_dev = to_platform_device(dev); in ibmebus_bus_device_probe()
357 of_dev_get(of_dev); in ibmebus_bus_device_probe()
360 error = drv->probe(of_dev); in ibmebus_bus_device_probe()
362 of_dev_put(of_dev); in ibmebus_bus_device_probe()
369 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_remove() local
373 drv->remove(of_dev); in ibmebus_bus_device_remove()
379 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_shutdown() local
383 drv->shutdown(of_dev); in ibmebus_bus_device_shutdown()
/Linux-v5.4/drivers/macintosh/
Dtherm_windtunnel.c54 struct platform_device *of_dev; member
255 err = device_create_file( &x.of_dev->dev, &dev_attr_cpu_temperature ); in setup_hardware()
256 err |= device_create_file( &x.of_dev->dev, &dev_attr_case_temperature ); in setup_hardware()
265 device_remove_file( &x.of_dev->dev, &dev_attr_cpu_temperature ); in restore_regs()
266 device_remove_file( &x.of_dev->dev, &dev_attr_case_temperature ); in restore_regs()
524 x.of_dev = of_platform_device_create(np, "temperature", NULL); in g4fan_init()
527 if( !x.of_dev ) { in g4fan_init()
541 if( x.of_dev ) in g4fan_exit()
542 of_device_unregister( x.of_dev ); in g4fan_exit()
Dsmu.c76 struct platform_device *of_dev; member
644 &smu->of_dev->dev); in smu_expose_childs()
653 smu->of_dev = dev; in smu_platform_probe()
698 return smu->of_dev; in smu_get_ofdev()
/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman.c2700 static struct fman *read_dts_node(struct platform_device *of_dev) in read_dts_node() argument
2716 fm_node = of_node_get(of_dev->dev.of_node); in read_dts_node()
2720 dev_err(&of_dev->dev, "%s: failed to read cell-index for %pOF\n", in read_dts_node()
2727 res = platform_get_resource(of_dev, IORESOURCE_IRQ, 0); in read_dts_node()
2729 dev_err(&of_dev->dev, "%s: Can't get FMan IRQ resource\n", in read_dts_node()
2736 res = platform_get_resource(of_dev, IORESOURCE_IRQ, 1); in read_dts_node()
2738 dev_err(&of_dev->dev, "%s: Can't get FMan Error IRQ resource\n", in read_dts_node()
2745 res = platform_get_resource(of_dev, IORESOURCE_MEM, 0); in read_dts_node()
2747 dev_err(&of_dev->dev, "%s: Can't get FMan memory resource\n", in read_dts_node()
2757 dev_err(&of_dev->dev, "%s: Failed to get FM%d clock structure\n", in read_dts_node()
[all …]
Dmac.c605 struct platform_device *of_dev; in mac_probe() local
659 of_dev = of_find_device_by_node(dev_node); in mac_probe()
660 if (!of_dev) { in mac_probe()
676 priv->fman = fman_bind(&of_dev->dev); in mac_probe()
760 of_dev = of_find_device_by_node(dev_node); in mac_probe()
761 if (!of_dev) { in mac_probe()
768 mac_dev->port[i] = fman_port_bind(&of_dev->dev); in mac_probe()
Dfman_port.c1754 static int fman_port_probe(struct platform_device *of_dev) in fman_port_probe() argument
1771 port->dev = &of_dev->dev; in fman_port_probe()
1773 port_node = of_node_get(of_dev->dev.of_node); in fman_port_probe()
1874 dev_set_drvdata(&of_dev->dev, port); in fman_port_probe()
/Linux-v5.4/drivers/input/serio/
Dxilinx_ps2.c332 static int xps2_of_remove(struct platform_device *of_dev) in xps2_of_remove() argument
334 struct xps2data *drvdata = platform_get_drvdata(of_dev); in xps2_of_remove()
341 if (of_address_to_resource(of_dev->dev.of_node, 0, &r_mem)) in xps2_of_remove()
Dapbps2.c193 static int apbps2_of_remove(struct platform_device *of_dev) in apbps2_of_remove() argument
195 struct apbps2_priv *priv = platform_get_drvdata(of_dev); in apbps2_of_remove()
/Linux-v5.4/drivers/net/ethernet/aeroflex/
Dgreth.c1529 static int greth_of_remove(struct platform_device *of_dev) in greth_of_remove() argument
1531 struct net_device *ndev = platform_get_drvdata(of_dev); in greth_of_remove()
1535 dma_free_coherent(&of_dev->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_remove()
1537 dma_free_coherent(&of_dev->dev, 1024, greth->tx_bd_base, greth->tx_bd_base_phys); in greth_of_remove()
1546 of_iounmap(&of_dev->resource[0], greth->regs, resource_size(&of_dev->resource[0])); in greth_of_remove()
/Linux-v5.4/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c1214 static int xemaclite_of_remove(struct platform_device *of_dev) in xemaclite_of_remove() argument
1216 struct net_device *ndev = platform_get_drvdata(of_dev); in xemaclite_of_remove()