Searched defs:omap (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/usb/dwc3/ |
D | dwc3-omap.c | 151 static u32 dwc3_omap_read_utmi_ctrl(struct dwc3_omap *omap) in dwc3_omap_read_utmi_ctrl() 157 static void dwc3_omap_write_utmi_ctrl(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_utmi_ctrl() 164 static u32 dwc3_omap_read_irq0_status(struct dwc3_omap *omap) in dwc3_omap_read_irq0_status() 170 static void dwc3_omap_write_irq0_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_status() 177 static u32 dwc3_omap_read_irqmisc_status(struct dwc3_omap *omap) in dwc3_omap_read_irqmisc_status() 183 static void dwc3_omap_write_irqmisc_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_status() 190 static void dwc3_omap_write_irqmisc_set(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_set() 197 static void dwc3_omap_write_irq0_set(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_set() 203 static void dwc3_omap_write_irqmisc_clr(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_clr() 209 static void dwc3_omap_write_irq0_clr(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_clr() [all …]
|
/linux-5.19.10/drivers/pwm/ |
D | pwm-omap-dmtimer.c | 94 static void pwm_omap_dmtimer_start(struct pwm_omap_dmtimer_chip *omap) in pwm_omap_dmtimer_start() 117 static bool pwm_omap_dmtimer_is_enabled(struct pwm_omap_dmtimer_chip *omap) in pwm_omap_dmtimer_is_enabled() 132 static int pwm_omap_dmtimer_polarity(struct pwm_omap_dmtimer_chip *omap) in pwm_omap_dmtimer_polarity() 155 struct pwm_omap_dmtimer_chip *omap = to_pwm_omap_dmtimer_chip(chip); in pwm_omap_dmtimer_config() local 250 struct pwm_omap_dmtimer_chip *omap = to_pwm_omap_dmtimer_chip(chip); in pwm_omap_dmtimer_set_polarity() local 279 struct pwm_omap_dmtimer_chip *omap = to_pwm_omap_dmtimer_chip(chip); in pwm_omap_dmtimer_apply() local 323 struct pwm_omap_dmtimer_chip *omap; in pwm_omap_dmtimer_probe() local 446 struct pwm_omap_dmtimer_chip *omap = platform_get_drvdata(pdev); in pwm_omap_dmtimer_remove() local
|
/linux-5.19.10/drivers/i2c/busses/ |
D | i2c-omap.c | 265 static inline void omap_i2c_write_reg(struct omap_i2c_dev *omap, in omap_i2c_write_reg() 272 static inline u16 omap_i2c_read_reg(struct omap_i2c_dev *omap, int reg) in omap_i2c_read_reg() 278 static void __omap_i2c_init(struct omap_i2c_dev *omap) in __omap_i2c_init() 309 static int omap_i2c_reset(struct omap_i2c_dev *omap) in omap_i2c_reset() 349 static int omap_i2c_init(struct omap_i2c_dev *omap) in omap_i2c_init() 485 static int omap_i2c_recover_bus(struct omap_i2c_dev *omap) in omap_i2c_recover_bus() 501 static int omap_i2c_wait_for_bb(struct omap_i2c_dev *omap) in omap_i2c_wait_for_bb() 543 static int omap_i2c_wait_for_bb_valid(struct omap_i2c_dev *omap) in omap_i2c_wait_for_bb_valid() 605 static void omap_i2c_resize_fifo(struct omap_i2c_dev *omap, u8 size, bool is_rx) in omap_i2c_resize_fifo() 644 static void omap_i2c_wait(struct omap_i2c_dev *omap) in omap_i2c_wait() [all …]
|
/linux-5.19.10/drivers/mfd/ |
D | omap-usb-host.c | 280 struct usbhs_hcd_omap *omap = dev_get_drvdata(dev); in usbhs_runtime_resume() local 333 struct usbhs_hcd_omap *omap = dev_get_drvdata(dev); in usbhs_runtime_suspend() local 366 static unsigned omap_usbhs_rev1_hostconfig(struct usbhs_hcd_omap *omap, in omap_usbhs_rev1_hostconfig() 415 static unsigned omap_usbhs_rev2_hostconfig(struct usbhs_hcd_omap *omap, in omap_usbhs_rev2_hostconfig() 437 struct usbhs_hcd_omap *omap = dev_get_drvdata(dev); in omap_usbhs_init() local 536 struct usbhs_hcd_omap *omap; in usbhs_omap_probe() local
|
/linux-5.19.10/drivers/usb/host/ |
D | ehci-omap.c | 91 struct omap_hcd *omap; in ehci_hcd_omap_probe() local 244 struct omap_hcd *omap = (struct omap_hcd *)hcd_to_ehci(hcd)->priv; in ehci_hcd_omap_remove() local
|