Searched refs:lt9611uxc (Results 1 – 1 of 1) sorted by relevance
35 struct lt9611uxc { struct119 static struct lt9611uxc *bridge_to_lt9611uxc(struct drm_bridge *bridge) in bridge_to_lt9611uxc()121 return container_of(bridge, struct lt9611uxc, bridge); in bridge_to_lt9611uxc()124 static void lt9611uxc_lock(struct lt9611uxc *lt9611uxc) in lt9611uxc_lock() argument126 mutex_lock(<9611uxc->ocm_lock); in lt9611uxc_lock()127 regmap_write(lt9611uxc->regmap, 0x80ee, 0x01); in lt9611uxc_lock()130 static void lt9611uxc_unlock(struct lt9611uxc *lt9611uxc) in lt9611uxc_unlock() argument132 regmap_write(lt9611uxc->regmap, 0x80ee, 0x00); in lt9611uxc_unlock()134 mutex_unlock(<9611uxc->ocm_lock); in lt9611uxc_unlock()139 struct lt9611uxc *lt9611uxc = dev_id; in lt9611uxc_irq_thread_handler() local[all …]