Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dmux.h113 struct omap_mux_partition { struct
183 struct omap_mux_partition *partition;
229 struct omap_mux_partition **found_partition,
234 struct omap_mux_partition **found_partition, in omap_mux_get_by_name()
283 struct omap_mux_partition *omap_mux_get(const char *name);
291 u16 omap_mux_read(struct omap_mux_partition *p, u16 mux_offset);
301 void omap_mux_write(struct omap_mux_partition *p, u16 val, u16 mux_offset);
310 void omap_mux_write_array(struct omap_mux_partition *p,
Dmux.c58 struct omap_mux_partition *omap_mux_get(const char *name) in omap_mux_get()
60 struct omap_mux_partition *partition; in omap_mux_get()
70 u16 omap_mux_read(struct omap_mux_partition *partition, u16 reg) in omap_mux_read()
78 void omap_mux_write(struct omap_mux_partition *partition, u16 val, in omap_mux_write()
87 void omap_mux_write_array(struct omap_mux_partition *partition, in omap_mux_write_array()
104 static int __init _omap_mux_init_gpio(struct omap_mux_partition *partition, in _omap_mux_init_gpio()
148 struct omap_mux_partition *partition; in omap_mux_init_gpio()
160 static int __init _omap_mux_get_by_name(struct omap_mux_partition *partition, in _omap_mux_get_by_name()
220 struct omap_mux_partition **found_partition, in omap_mux_get_by_name()
223 struct omap_mux_partition *partition; in omap_mux_get_by_name()
[all …]
Dserial.c128 struct omap_mux_partition *tx_partition = NULL, *rx_partition = NULL; in omap_serial_check_wakeup()
Dboard-rx51-peripherals.c479 static struct omap_mux_partition *partition;