Searched refs:omap_mux_partition (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | mux.h | 113 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,
|
D | mux.c | 58 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 …]
|
D | serial.c | 128 struct omap_mux_partition *tx_partition = NULL, *rx_partition = NULL; in omap_serial_check_wakeup()
|
D | board-rx51-peripherals.c | 479 static struct omap_mux_partition *partition;
|