Home
last modified time | relevance | path

Searched refs:sw_done (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
Dhdmi_i2c.c12 bool sw_done; member
62 hdmi_i2c->sw_done = false; in ddc_clear_irq()
69 static bool sw_done(struct hdmi_i2c_adapter *hdmi_i2c) in sw_done() function
73 if (!hdmi_i2c->sw_done) { in sw_done()
80 hdmi_i2c->sw_done = true; in sw_done()
86 return hdmi_i2c->sw_done; in sw_done()
163 ret = wait_event_timeout(hdmi_i2c->ddc_event, sw_done(hdmi_i2c), HZ/4); in msm_hdmi_i2c_xfer()
222 if (sw_done(hdmi_i2c)) in msm_hdmi_i2c_irq()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0017_linux_drivers_dma_dmabuf.patch2052 + /* Set SDMA_DONEx_CONFIG is sw_done enabled */
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch12544 + * Bit31: sw_done eanbled or not
12546 + * For example: 0x80000000 means sw_done enabled for done0