Lines Matching defs:cell
512 const struct hisi_lpc_acpi_cell *cell;
524 cell = (struct hisi_lpc_acpi_cell []){
549 for (; cell && cell->name; cell++) {
550 if (!strcmp(cell->hid, hid)) {
558 "could not find cell for child device (%s), discarding\n",
563 pdev = platform_device_alloc(cell->name, PLATFORM_DEVID_AUTO);
576 ret = platform_device_add_data(pdev, cell->pdata,
577 cell->pdata_size);