/Linux-v5.10/drivers/net/can/mscan/ |
D | mpc5xxx_can.c | 29 u32 (*get_clock)(struct platform_device *ofdev, const char *clock_name, 31 void (*put_clock)(struct platform_device *ofdev); 40 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock() argument 64 freq = mpc5xxx_get_bus_frequency(ofdev->dev.of_node); in mpc52xx_can_get_clock() 74 dev_err(&ofdev->dev, "can't get clock node!\n"); in mpc52xx_can_get_clock() 80 dev_err(&ofdev->dev, "can't map clock node!\n"); in mpc52xx_can_get_clock() 97 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev, in mpc52xx_can_get_clock() argument 105 static u32 mpc512x_can_get_clock(struct platform_device *ofdev, in mpc512x_can_get_clock() argument 124 np = ofdev->dev.of_node; in mpc512x_can_get_clock() 127 dev_dbg(&ofdev->dev, "device tree specs: clk src[%s] div[%d]\n", in mpc512x_can_get_clock() [all …]
|
/Linux-v5.10/drivers/net/ethernet/ibm/emac/ |
D | tah.c | 23 int tah_attach(struct platform_device *ofdev, int channel) in tah_attach() argument 25 struct tah_instance *dev = platform_get_drvdata(ofdev); in tah_attach() 35 void tah_detach(struct platform_device *ofdev, int channel) in tah_detach() argument 37 struct tah_instance *dev = platform_get_drvdata(ofdev); in tah_detach() 44 void tah_reset(struct platform_device *ofdev) in tah_reset() argument 46 struct tah_instance *dev = platform_get_drvdata(ofdev); in tah_reset() 57 printk(KERN_ERR "%pOF: reset timeout\n", ofdev->dev.of_node); in tah_reset() 65 int tah_get_regs_len(struct platform_device *ofdev) in tah_get_regs_len() argument 71 void *tah_dump_regs(struct platform_device *ofdev, void *buf) in tah_dump_regs() argument 73 struct tah_instance *dev = platform_get_drvdata(ofdev); in tah_dump_regs() [all …]
|
D | rgmii.c | 78 int rgmii_attach(struct platform_device *ofdev, int input, int mode) in rgmii_attach() argument 80 struct rgmii_instance *dev = platform_get_drvdata(ofdev); in rgmii_attach() 88 ofdev->dev.of_node); in rgmii_attach() 98 ofdev->dev.of_node, input, phy_modes(mode)); in rgmii_attach() 107 void rgmii_set_speed(struct platform_device *ofdev, int input, int speed) in rgmii_set_speed() argument 109 struct rgmii_instance *dev = platform_get_drvdata(ofdev); in rgmii_set_speed() 131 void rgmii_get_mdio(struct platform_device *ofdev, int input) in rgmii_get_mdio() argument 133 struct rgmii_instance *dev = platform_get_drvdata(ofdev); in rgmii_get_mdio() 152 void rgmii_put_mdio(struct platform_device *ofdev, int input) in rgmii_put_mdio() argument 154 struct rgmii_instance *dev = platform_get_drvdata(ofdev); in rgmii_put_mdio() [all …]
|
D | zmii.c | 81 int zmii_attach(struct platform_device *ofdev, int input, in zmii_attach() argument 84 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_attach() 121 ofdev->dev.of_node, in zmii_attach() 128 ofdev->dev.of_node, *mode, input); in zmii_attach() 148 void zmii_get_mdio(struct platform_device *ofdev, int input) in zmii_get_mdio() argument 150 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_get_mdio() 161 void zmii_put_mdio(struct platform_device *ofdev, int input) in zmii_put_mdio() argument 163 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_put_mdio() 170 void zmii_set_speed(struct platform_device *ofdev, int input, int speed) in zmii_set_speed() argument 172 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_set_speed() [all …]
|
D | rgmii.h | 50 struct platform_device *ofdev; member 57 int rgmii_attach(struct platform_device *ofdev, int input, int mode); 58 void rgmii_detach(struct platform_device *ofdev, int input); 59 void rgmii_get_mdio(struct platform_device *ofdev, int input); 60 void rgmii_put_mdio(struct platform_device *ofdev, int input); 61 void rgmii_set_speed(struct platform_device *ofdev, int input, int speed); 62 int rgmii_get_regs_len(struct platform_device *ofdev); 63 void *rgmii_dump_regs(struct platform_device *ofdev, void *buf);
|
D | zmii.h | 46 struct platform_device *ofdev; member 53 int zmii_attach(struct platform_device *ofdev, int input, 55 void zmii_detach(struct platform_device *ofdev, int input); 56 void zmii_get_mdio(struct platform_device *ofdev, int input); 57 void zmii_put_mdio(struct platform_device *ofdev, int input); 58 void zmii_set_speed(struct platform_device *ofdev, int input, int speed); 60 void *zmii_dump_regs(struct platform_device *ofdev, void *buf);
|
D | tah.h | 47 struct platform_device *ofdev; member 73 int tah_attach(struct platform_device *ofdev, int channel); 74 void tah_detach(struct platform_device *ofdev, int channel); 75 void tah_reset(struct platform_device *ofdev); 76 int tah_get_regs_len(struct platform_device *ofdev); 77 void *tah_dump_regs(struct platform_device *ofdev, void *buf);
|
D | mal.c | 514 static int mal_probe(struct platform_device *ofdev) in mal_probe() argument 530 mal->ofdev = ofdev; in mal_probe() 531 mal->version = of_device_is_compatible(ofdev->dev.of_node, "ibm,mcmal2") ? 2 : 1; in mal_probe() 535 prop = of_get_property(ofdev->dev.of_node, "num-tx-chans", NULL); in mal_probe() 545 prop = of_get_property(ofdev->dev.of_node, "num-rx-chans", NULL); in mal_probe() 555 dcr_base = dcr_resource_start(ofdev->dev.of_node, 0); in mal_probe() 562 mal->dcr_host = dcr_map(ofdev->dev.of_node, dcr_base, 0x100); in mal_probe() 570 if (of_device_is_compatible(ofdev->dev.of_node, "ibm,mcmal-405ez")) { in mal_probe() 577 ofdev->dev.of_node); in mal_probe() 583 mal->txeob_irq = irq_of_parse_and_map(ofdev->dev.of_node, 0); in mal_probe() [all …]
|
/Linux-v5.10/drivers/tty/serial/8250/ |
D | 8250_of.c | 31 static int of_platform_serial_setup(struct platform_device *ofdev, in of_platform_serial_setup() argument 36 struct device_node *np = ofdev->dev.of_node; in of_platform_serial_setup() 43 pm_runtime_enable(&ofdev->dev); in of_platform_serial_setup() 44 pm_runtime_get_sync(&ofdev->dev); in of_platform_serial_setup() 49 info->clk = devm_clk_get(&ofdev->dev, NULL); in of_platform_serial_setup() 53 dev_warn(&ofdev->dev, in of_platform_serial_setup() 70 dev_warn(&ofdev->dev, "invalid address\n"); in of_platform_serial_setup() 103 dev_warn(&ofdev->dev, "unsupported reg-io-width (%d)\n", in of_platform_serial_setup() 141 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup() 157 port->dev = &ofdev->dev; in of_platform_serial_setup() [all …]
|
/Linux-v5.10/drivers/macintosh/ |
D | macio_asic.c | 53 tmp = get_device(&dev->ofdev.dev); in macio_dev_get() 63 put_device(&dev->ofdev.dev); in macio_dev_put() 238 dev->interrupt[index].name = dev_name(&dev->ofdev.dev); in macio_create_fixup_irq() 246 struct device_node *np = dev->ofdev.dev.of_node; in macio_add_missing_resources() 287 struct device_node *np = dev->ofdev.dev.of_node; in macio_setup_interrupts() 302 res->name = dev_name(&dev->ofdev.dev); in macio_setup_interrupts() 315 struct device_node *np = dev->ofdev.dev.of_node; in macio_setup_resources() 325 res->name = dev_name(&dev->ofdev.dev); in macio_setup_resources() 338 index, dev_name(&dev->ofdev.dev)); in macio_setup_resources() 372 dev->ofdev.dev.of_node = np; in macio_add_one_device() [all …]
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | ndfc.c | 33 struct platform_device *ofdev; member 158 mtd->dev.parent = &ndfc->ofdev->dev; in ndfc_chip_init() 165 mtd->name = kasprintf(GFP_KERNEL, "%s.%pOFn", dev_name(&ndfc->ofdev->dev), in ndfc_chip_init() 185 static int ndfc_probe(struct platform_device *ofdev) in ndfc_probe() argument 194 reg = of_get_property(ofdev->dev.of_node, "reg", &len); in ndfc_probe() 196 dev_err(&ofdev->dev, "unable read reg property (%d)\n", len); in ndfc_probe() 202 dev_err(&ofdev->dev, "invalid CS number (%d)\n", cs); in ndfc_probe() 210 ndfc->ofdev = ofdev; in ndfc_probe() 211 dev_set_drvdata(&ofdev->dev, ndfc); in ndfc_probe() 213 ndfc->ndfcbase = of_iomap(ofdev->dev.of_node, 0); in ndfc_probe() [all …]
|
D | fsl_upm.c | 163 static int fun_probe(struct platform_device *ofdev) in fun_probe() argument 172 fun = devm_kzalloc(&ofdev->dev, sizeof(*fun), GFP_KERNEL); in fun_probe() 176 io_res = platform_get_resource(ofdev, IORESOURCE_MEM, 0); in fun_probe() 177 fun->io_base = devm_ioremap_resource(&ofdev->dev, io_res); in fun_probe() 183 dev_err(&ofdev->dev, "can't find UPM\n"); in fun_probe() 187 prop = of_get_property(ofdev->dev.of_node, "fsl,upm-addr-offset", in fun_probe() 190 dev_err(&ofdev->dev, "can't get UPM address offset\n"); in fun_probe() 195 prop = of_get_property(ofdev->dev.of_node, "fsl,upm-cmd-offset", &size); in fun_probe() 197 dev_err(&ofdev->dev, "can't get UPM command offset\n"); in fun_probe() 202 prop = of_get_property(ofdev->dev.of_node, in fun_probe() [all …]
|
D | socrates_nand.c | 137 static int socrates_nand_probe(struct platform_device *ofdev) in socrates_nand_probe() argument 145 host = devm_kzalloc(&ofdev->dev, sizeof(*host), GFP_KERNEL); in socrates_nand_probe() 149 host->io_base = of_iomap(ofdev->dev.of_node, 0); in socrates_nand_probe() 151 dev_err(&ofdev->dev, "ioremap failed\n"); in socrates_nand_probe() 157 host->dev = &ofdev->dev; in socrates_nand_probe() 165 nand_set_flash_node(nand_chip, ofdev->dev.of_node); in socrates_nand_probe() 167 mtd->dev.parent = &ofdev->dev; in socrates_nand_probe() 178 dev_set_drvdata(&ofdev->dev, host); in socrates_nand_probe() 198 static int socrates_nand_remove(struct platform_device *ofdev) in socrates_nand_remove() argument 200 struct socrates_nand_host *host = dev_get_drvdata(&ofdev->dev); in socrates_nand_remove()
|
/Linux-v5.10/drivers/ata/ |
D | pata_of_platform.c | 22 static int pata_of_platform_probe(struct platform_device *ofdev) in pata_of_platform_probe() argument 25 struct device_node *dn = ofdev->dev.of_node; in pata_of_platform_probe() 36 dev_err(&ofdev->dev, "can't get IO address from " in pata_of_platform_probe() 43 dev_err(&ofdev->dev, "can't get CTL address from " in pata_of_platform_probe() 48 irq_res = platform_get_resource(ofdev, IORESOURCE_IRQ, 0); in pata_of_platform_probe() 54 dev_err(&ofdev->dev, "invalid pio-mode\n"); in pata_of_platform_probe() 58 dev_info(&ofdev->dev, "pio-mode unspecified, assuming PIO0\n"); in pata_of_platform_probe() 66 return __pata_platform_probe(&ofdev->dev, &io_res, &ctl_res, irq_res, in pata_of_platform_probe()
|
/Linux-v5.10/drivers/input/serio/ |
D | apbps2.c | 131 static int apbps2_of_probe(struct platform_device *ofdev) in apbps2_of_probe() argument 138 priv = devm_kzalloc(&ofdev->dev, sizeof(*priv), GFP_KERNEL); in apbps2_of_probe() 140 dev_err(&ofdev->dev, "memory allocation failed\n"); in apbps2_of_probe() 145 res = platform_get_resource(ofdev, IORESOURCE_MEM, 0); in apbps2_of_probe() 146 priv->regs = devm_ioremap_resource(&ofdev->dev, res); in apbps2_of_probe() 154 irq = irq_of_parse_and_map(ofdev->dev.of_node, 0); in apbps2_of_probe() 155 err = devm_request_irq(&ofdev->dev, irq, apbps2_isr, in apbps2_of_probe() 158 dev_err(&ofdev->dev, "request IRQ%d failed\n", irq); in apbps2_of_probe() 163 if (of_property_read_u32(ofdev->dev.of_node, "freq", &freq_hz)) { in apbps2_of_probe() 164 dev_err(&ofdev->dev, "unable to get core frequency\n"); in apbps2_of_probe() [all …]
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-cpm.c | 98 struct platform_device *ofdev; member 425 struct platform_device *ofdev = cpm->ofdev; in cpm_i2c_setup() local 433 dev_dbg(&cpm->ofdev->dev, "cpm_i2c_setup()\n"); in cpm_i2c_setup() 437 cpm->irq = irq_of_parse_and_map(ofdev->dev.of_node, 0); in cpm_i2c_setup() 448 i2c_base = of_iomap(ofdev->dev.of_node, 1); in cpm_i2c_setup() 454 if (of_device_is_compatible(ofdev->dev.of_node, "fsl,cpm1-i2c")) { in cpm_i2c_setup() 471 } else if (of_device_is_compatible(ofdev->dev.of_node, "fsl,cpm2-i2c")) { in cpm_i2c_setup() 486 cpm->i2c_reg = of_iomap(ofdev->dev.of_node, 0); in cpm_i2c_setup() 492 data = of_get_property(ofdev->dev.of_node, "fsl,cpm-command", &len); in cpm_i2c_setup() 499 data = of_get_property(ofdev->dev.of_node, "linux,i2c-class", &len); in cpm_i2c_setup() [all …]
|
/Linux-v5.10/drivers/net/ethernet/freescale/fs_enet/ |
D | mii-fec.c | 99 static int fs_enet_mdio_probe(struct platform_device *ofdev) in fs_enet_mdio_probe() argument 108 match = of_match_device(fs_enet_mdio_fec_match, &ofdev->dev); in fs_enet_mdio_probe() 126 ret = of_address_to_resource(ofdev->dev.of_node, 0, &res); in fs_enet_mdio_probe() 139 clock = get_bus_freq(ofdev->dev.of_node); in fs_enet_mdio_probe() 142 dev_warn(&ofdev->dev, "could not determine IPS clock\n"); in fs_enet_mdio_probe() 155 dev_err(&ofdev->dev, in fs_enet_mdio_probe() 170 new_bus->parent = &ofdev->dev; in fs_enet_mdio_probe() 171 platform_set_drvdata(ofdev, new_bus); in fs_enet_mdio_probe() 173 ret = of_mdiobus_register(new_bus, ofdev->dev.of_node); in fs_enet_mdio_probe() 190 static int fs_enet_mdio_remove(struct platform_device *ofdev) in fs_enet_mdio_remove() argument [all …]
|
/Linux-v5.10/arch/sparc/kernel/ |
D | leon_pci_grpci1.c | 511 static int grpci1_of_probe(struct platform_device *ofdev) in grpci1_of_probe() argument 521 dev_err(&ofdev->dev, "only one GRPCI1 supported\n"); in grpci1_of_probe() 525 if (ofdev->num_resources < 3) { in grpci1_of_probe() 526 dev_err(&ofdev->dev, "not enough APB/AHB resources\n"); in grpci1_of_probe() 530 priv = devm_kzalloc(&ofdev->dev, sizeof(*priv), GFP_KERNEL); in grpci1_of_probe() 532 dev_err(&ofdev->dev, "memory allocation failed\n"); in grpci1_of_probe() 535 platform_set_drvdata(ofdev, priv); in grpci1_of_probe() 536 priv->dev = &ofdev->dev; in grpci1_of_probe() 539 res = platform_get_resource(ofdev, IORESOURCE_MEM, 0); in grpci1_of_probe() 540 regs = devm_ioremap_resource(&ofdev->dev, res); in grpci1_of_probe() [all …]
|
/Linux-v5.10/drivers/usb/host/ |
D | fsl-mph-dr-of.c | 78 struct platform_device *ofdev, in fsl_usb2_device_register() argument 83 const struct resource *res = ofdev->resource; in fsl_usb2_device_register() 84 unsigned int num = ofdev->num_resources; in fsl_usb2_device_register() 93 pdev->dev.parent = &ofdev->dev; in fsl_usb2_device_register() 95 pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask; in fsl_usb2_device_register() 98 pdev->dev.dma_mask = &ofdev->dev.coherent_dma_mask; in fsl_usb2_device_register() 174 static int fsl_usb2_mph_dr_of_probe(struct platform_device *ofdev) in fsl_usb2_mph_dr_of_probe() argument 176 struct device_node *np = ofdev->dev.of_node; in fsl_usb2_mph_dr_of_probe() 188 match = of_match_device(fsl_usb2_mph_dr_of_match, &ofdev->dev); in fsl_usb2_mph_dr_of_probe() 244 dev_warn(&ofdev->dev, "Could not get controller version\n"); in fsl_usb2_mph_dr_of_probe() [all …]
|
/Linux-v5.10/drivers/gpio/ |
D | gpio-grgpio.c | 328 static int grgpio_probe(struct platform_device *ofdev) in grgpio_probe() argument 330 struct device_node *np = ofdev->dev.of_node; in grgpio_probe() 340 priv = devm_kzalloc(&ofdev->dev, sizeof(*priv), GFP_KERNEL); in grgpio_probe() 344 regs = devm_platform_ioremap_resource(ofdev, 0); in grgpio_probe() 349 err = bgpio_init(gc, &ofdev->dev, 4, regs + GRGPIO_DATA, in grgpio_probe() 353 dev_err(&ofdev->dev, "bgpio_init() failed\n"); in grgpio_probe() 359 priv->dev = &ofdev->dev; in grgpio_probe() 364 gc->label = devm_kasprintf(&ofdev->dev, GFP_KERNEL, "%pOF", np); in grgpio_probe() 370 dev_dbg(&ofdev->dev, in grgpio_probe() 383 dev_err(&ofdev->dev, in grgpio_probe() [all …]
|
/Linux-v5.10/drivers/tty/serial/ |
D | ucc_uart.c | 1187 static int soft_uart_init(struct platform_device *ofdev) in soft_uart_init() argument 1189 struct device_node *np = ofdev->dev.of_node; in soft_uart_init() 1194 dev_dbg(&ofdev->dev, "using Soft-UART mode\n"); in soft_uart_init() 1213 dev_err(&ofdev->dev, "unknown CPU model\n"); in soft_uart_init() 1219 dev_info(&ofdev->dev, "waiting for firmware %s\n", in soft_uart_init() 1230 FW_ACTION_HOTPLUG, filename, &ofdev->dev, in soft_uart_init() 1231 GFP_KERNEL, &ofdev->dev, uart_firmware_cont); in soft_uart_init() 1233 dev_err(&ofdev->dev, in soft_uart_init() 1244 static int soft_uart_init(struct platform_device *ofdev) in soft_uart_init() argument 1252 static int ucc_uart_probe(struct platform_device *ofdev) in ucc_uart_probe() argument [all …]
|
/Linux-v5.10/sound/aoa/soundbus/ |
D | core.c | 21 tmp = get_device(&dev->ofdev.dev); in soundbus_dev_get() 32 put_device(&dev->ofdev.dev); in soundbus_dev_put() 73 of = &soundbus_dev->ofdev; in soundbus_uevent() 145 !dev->ofdev.dev.of_node || in soundbus_add_one() 152 dev_set_name(&dev->ofdev.dev, "soundbus:%x", ++devcount); in soundbus_add_one() 153 dev->ofdev.dev.bus = &soundbus_bus_type; in soundbus_add_one() 154 return of_device_register(&dev->ofdev); in soundbus_add_one() 160 of_device_unregister(&dev->ofdev); in soundbus_remove_one()
|
/Linux-v5.10/drivers/of/ |
D | device.c | 57 int of_device_add(struct platform_device *ofdev) in of_device_add() argument 59 BUG_ON(ofdev->dev.of_node == NULL); in of_device_add() 63 ofdev->name = dev_name(&ofdev->dev); in of_device_add() 64 ofdev->id = PLATFORM_DEVID_NONE; in of_device_add() 71 set_dev_node(&ofdev->dev, of_node_to_nid(ofdev->dev.of_node)); in of_device_add() 73 return device_add(&ofdev->dev); in of_device_add() 196 void of_device_unregister(struct platform_device *ofdev) in of_device_unregister() argument 198 device_unregister(&ofdev->dev); in of_device_unregister()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | macio.h | 42 struct platform_device ofdev; member 49 #define to_macio_device(d) container_of(d, struct macio_dev, ofdev.dev) 50 #define of_to_macio_device(d) container_of(d, struct macio_dev, ofdev) 102 dev_set_drvdata(&dev->ofdev.dev, data); in macio_set_drvdata() 107 return dev_get_drvdata(&dev->ofdev.dev); in macio_get_drvdata() 112 return mdev->ofdev.dev.of_node; in macio_get_of_node()
|
/Linux-v5.10/sound/aoa/soundbus/i2sbus/ |
D | core.c | 75 i2sdev = container_of(dev, struct i2sbus_dev, sound.ofdev.dev); in i2sbus_release_dev() 221 dev->sound.ofdev.archdata.dma_mask = macio->ofdev.archdata.dma_mask; in i2sbus_add_dev() 222 dev->sound.ofdev.dev.of_node = np; in i2sbus_add_dev() 223 dev->sound.ofdev.dev.dma_mask = &dev->sound.ofdev.archdata.dma_mask; in i2sbus_add_dev() 224 dev->sound.ofdev.dev.parent = &macio->ofdev.dev; in i2sbus_add_dev() 225 dev->sound.ofdev.dev.release = i2sbus_release_dev; in i2sbus_add_dev() 344 while ((np = of_get_next_child(dev->ofdev.dev.of_node, np))) { in i2sbus_probe() 357 dev_set_drvdata(&dev->ofdev.dev, control); in i2sbus_probe() 364 struct i2sbus_control *control = dev_get_drvdata(&dev->ofdev.dev); in i2sbus_remove() 376 struct i2sbus_control *control = dev_get_drvdata(&dev->ofdev.dev); in i2sbus_suspend() [all …]
|