Lines Matching defs:data
416 struct mutex aux_lock; /* used to aux data transfers */
1023 /* Read back Native Write data */
1140 static int it6505_get_edid_block(void *data, u8 *buf, unsigned int block,
1143 struct it6505 *it6505 = data;
2407 bool data;
2409 data = it6505_get_video_status(it6505);
2411 data ? "stable" : "unstable");
2415 if (data)
2498 static irqreturn_t it6505_int_threaded_handler(int unused, void *data)
2500 struct it6505 *it6505 = data;
2843 static void __maybe_unused it6505_audio_shutdown(struct device *dev, void *data)
2852 void *data,
2856 struct it6505 *it6505 = data;
3121 ret = of_property_count_u32_elems(endpoint, "data-lanes");
3164 of_property_read_u32_array(ep, "data-lanes",
3169 dev_err(dev, "error data-lanes, use default");
3248 static int force_power_on_off_debugfs_write(void *data, u64 value)
3250 struct it6505 *it6505 = data;
3263 static int enable_drv_hold_debugfs_show(void *data, u64 *buf)
3265 struct it6505 *it6505 = data;
3275 static int enable_drv_hold_debugfs_write(void *data, u64 drv_hold)
3277 struct it6505 *it6505 = data;