/linux-3.4.99/include/linux/mfd/ |
D | core.h | 24 struct mfd_cell { struct 88 static inline const struct mfd_cell *mfd_get_cell(struct platform_device *pdev) in mfd_get_cell() 90 return pdev->mfd_cell; in mfd_get_cell() 94 struct mfd_cell *cells, int n_devs,
|
D | davinci_voicecodec.h | 119 struct mfd_cell cells[DAVINCI_VC_CELLS];
|
/linux-3.4.99/drivers/mfd/ |
D | mfd-core.c | 28 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_enable() 45 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_disable() 64 const struct mfd_cell *cell) in mfd_platform_add_cell() 69 pdev->mfd_cell = kmemdup(cell, sizeof(*cell), GFP_KERNEL); in mfd_platform_add_cell() 70 if (!pdev->mfd_cell) in mfd_platform_add_cell() 77 const struct mfd_cell *cell, in mfd_add_device() 161 struct mfd_cell *cells, int n_devs, in mfd_add_devices() 192 const struct mfd_cell *cell; in mfd_remove_devices_fn() 220 struct mfd_cell cell_entry; in mfd_clone_cell()
|
D | s5m-core.c | 29 static struct mfd_cell s5m8751_devs[] = { 39 static struct mfd_cell s5m8763_devs[] = { 49 static struct mfd_cell s5m8767_devs[] = {
|
D | max8925-core.c | 37 static struct mfd_cell backlight_devs[] = { 56 static struct mfd_cell touch_devs[] = { 75 static struct mfd_cell power_devs[] = { 93 static struct mfd_cell rtc_devs[] = { 116 static struct mfd_cell onkey_devs[] = { 167 static struct mfd_cell regulator_devs[] = {
|
D | lpc_sch.c | 52 static struct mfd_cell lpc_sch_cells[] = { 69 static struct mfd_cell tunnelcreek_cells[] = {
|
D | 88pm860x-core.c | 97 static struct mfd_cell bk_devs[] = { 103 static struct mfd_cell led_devs[] = { 112 static struct mfd_cell regulator_devs[] = { 133 static struct mfd_cell touch_devs[] = { 137 static struct mfd_cell onkey_devs[] = { 141 static struct mfd_cell codec_devs[] = { 145 static struct mfd_cell power_devs[] = { 150 static struct mfd_cell rtc_devs[] = {
|
D | timberdale.c | 378 static __devinitdata struct mfd_cell timberdale_cells_bar0_cfg0[] = { 435 static __devinitdata struct mfd_cell timberdale_cells_bar0_cfg1[] = { 502 static __devinitdata struct mfd_cell timberdale_cells_bar0_cfg2[] = { 552 static __devinitdata struct mfd_cell timberdale_cells_bar0_cfg3[] = { 623 static __devinitdata struct mfd_cell timberdale_cells_bar1[] = { 631 static __devinitdata struct mfd_cell timberdale_cells_bar2[] = {
|
D | intel_msic.c | 124 static struct mfd_cell msic_devs[] = { 180 static struct mfd_cell msic_other_devs[] = { 316 struct mfd_cell *cell = &msic_devs[INTEL_MSIC_BLOCK_GPIO]; in intel_msic_init_devices()
|
D | htc-pasic3.c | 68 static struct mfd_cell led_cell __initdata = { 117 static struct mfd_cell ds1wm_cell __initdata = {
|
D | twl4030-audio.c | 49 struct mfd_cell cells[TWL4030_AUDIO_CELLS]; 163 struct mfd_cell *cell = NULL; in twl4030_audio_probe()
|
D | janz-cmodio.c | 57 struct mfd_cell cells[CMODIO_MAX_MODULES]; 71 struct mfd_cell *cell; in cmodio_setup_subdevice()
|
D | rdc321x-southbridge.c | 59 static struct mfd_cell rdc321x_sb_cells[] = {
|
D | vx855.c | 63 static struct mfd_cell vx855_cells[] = {
|
D | wm831x-core.c | 1014 static struct mfd_cell wm8310_devs[] = { 1168 static struct mfd_cell wm8311_devs[] = { 1298 static struct mfd_cell wm8312_devs[] = { 1452 static struct mfd_cell wm8320_devs[] = { 1581 static struct mfd_cell touch_devs[] = { 1589 static struct mfd_cell rtc_devs[] = { 1597 static struct mfd_cell backlight_devs[] = {
|
D | asic3.c | 682 static struct mfd_cell asic3_cell_ds1wm = { 784 static struct mfd_cell asic3_cell_mmc = { 804 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_leds_enable() 814 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_leds_disable() 824 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_leds_suspend() 835 static struct mfd_cell asic3_cell_leds[ASIC3_NUM_LEDS] = {
|
D | max8998.c | 37 static struct mfd_cell max8998_devs[] = { 47 static struct mfd_cell lp3974_devs[] = {
|
D | stmpe.c | 295 static struct mfd_cell stmpe_gpio_cell = { 301 static struct mfd_cell stmpe_gpio_cell_noirq = { 325 static struct mfd_cell stmpe_keypad_cell = { 412 static struct mfd_cell stmpe_ts_cell = { 962 struct mfd_cell *cell, int irq) in stmpe_add_device()
|
D | tps6507x.c | 25 static struct mfd_cell tps6507x_devs[] = {
|
/linux-3.4.99/drivers/mmc/host/ |
D | tmio_mmc.c | 29 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_mmc_suspend() 43 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_mmc_resume() 62 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_probe() 112 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_remove()
|
/linux-3.4.99/drivers/leds/ |
D | leds-asic3.c | 44 const struct mfd_cell *cell = mfd_get_cell(pdev); in brightness_set() 63 const struct mfd_cell *cell = mfd_get_cell(pdev); in blink_set() 144 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_led_suspend() 157 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_led_resume()
|
/linux-3.4.99/include/linux/ |
D | platform_device.h | 17 struct mfd_cell; 29 struct mfd_cell *mfd_cell; member
|
/linux-3.4.99/drivers/usb/host/ |
D | ohci-tmio.c | 188 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() 277 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() 296 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_suspend() 326 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_resume()
|
/linux-3.4.99/drivers/mtd/nand/ |
D | tmio_nand.c | 319 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_init() 363 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_stop() 500 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_suspend() 511 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_resume()
|
/linux-3.4.99/drivers/video/ |
D | tmiofb.c | 270 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_hw_init() 680 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_probe() 808 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_remove() 938 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_suspend() 970 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_resume()
|