Searched defs:sc16is7xx_port (Results 1 – 1 of 1) sorted by relevance
334 struct sc16is7xx_port { struct335 const struct sc16is7xx_devtype *devtype;336 struct regmap *regmap;337 struct clk *clk;361 #define to_sc16is7xx_port(p,e) ((container_of((p), struct sc16is7xx_port, e))) argument