Lines Matching +full:s3c2440 +full:- +full:i2c
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright 2004-2009 Simtec Electronics
6 * S3C - I2C Controller platform_device info
12 #define S3C_IICFLG_FILTER (1<<0) /* enable s3c2440 filter */
17 * struct s3c2410_platform_i2c - Platform data for s3c I2C.
19 * @flags: Any flags for the I2C bus (E.g. S3C_IICFLK_FILTER).
20 * @slave_addr: The I2C address for the slave device (if enabled).
26 * @cfg_gpio: A callback to configure the pins for I2C operation.
39 * s3c_i2c0_set_platdata - set platform data for i2c0 device
40 * @i2c: The platform data to set, or NULL for default data.
53 extern void s3c_i2c0_set_platdata(struct s3c2410_platform_i2c *i2c);
54 extern void s3c_i2c1_set_platdata(struct s3c2410_platform_i2c *i2c);
55 extern void s3c_i2c2_set_platdata(struct s3c2410_platform_i2c *i2c);
56 extern void s3c_i2c3_set_platdata(struct s3c2410_platform_i2c *i2c);
57 extern void s3c_i2c4_set_platdata(struct s3c2410_platform_i2c *i2c);
58 extern void s3c_i2c5_set_platdata(struct s3c2410_platform_i2c *i2c);
59 extern void s3c_i2c6_set_platdata(struct s3c2410_platform_i2c *i2c);
60 extern void s3c_i2c7_set_platdata(struct s3c2410_platform_i2c *i2c);
61 extern void s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *i2c);