Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/
Daspeed-lpc-ctrl.c31 struct aspeed_lpc_ctrl { struct
41 static struct aspeed_lpc_ctrl *file_aspeed_lpc_ctrl(struct file *file) in file_aspeed_lpc_ctrl() argument
43 return container_of(file->private_data, struct aspeed_lpc_ctrl, in file_aspeed_lpc_ctrl()
49 struct aspeed_lpc_ctrl *lpc_ctrl = file_aspeed_lpc_ctrl(file); in aspeed_lpc_ctrl_mmap()
70 struct aspeed_lpc_ctrl *lpc_ctrl = file_aspeed_lpc_ctrl(file); in aspeed_lpc_ctrl_ioctl()
187 struct aspeed_lpc_ctrl *lpc_ctrl; in aspeed_lpc_ctrl_probe()
272 struct aspeed_lpc_ctrl *lpc_ctrl = dev_get_drvdata(&pdev->dev); in aspeed_lpc_ctrl_remove()