Home
last modified time | relevance | path

Searched refs:sm501_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/sh/boards/mach-r2d/
Dsetup.c177 static struct platform_device sm501_device = { variable
232 &sm501_device,
/Linux-v4.19/arch/sh/boards/
Dboard-sh7785lcr.c211 static struct platform_device sm501_device = { variable
274 &sm501_device,
/Linux-v4.19/drivers/mfd/
Dsm501.c32 struct sm501_device { struct
679 static struct sm501_device *to_sm_device(struct platform_device *pdev) in to_sm_device()
681 return container_of(pdev, struct sm501_device, pdev); in to_sm_device()
705 struct sm501_device *smdev; in sm501_create_subdev()
707 smdev = kzalloc(sizeof(struct sm501_device) + in sm501_create_subdev()
738 struct sm501_device *smdev = to_sm_device(pdev); in sm501_register_device()
1653 struct sm501_device *smdev) in sm501_remove_sub()
1661 struct sm501_device *smdev, *tmp; in sm501_dev_remove()