Lines Matching refs:is_write
401 char *buf, u32 count, bool is_write) in handle_edid_regs() argument
412 if (is_write) { in handle_edid_regs()
428 char *buf, u32 count, bool is_write) in handle_edid_blob() argument
432 if (is_write) in handle_edid_blob()
439 loff_t pos, bool is_write) in mdev_access() argument
451 if (is_write) in mdev_access()
460 if (is_write) in mdev_access()
470 handle_edid_regs(mdev_state, pos, buf, count, is_write); in mdev_access()
473 handle_edid_blob(mdev_state, pos, buf, count, is_write); in mdev_access()
483 if (is_write) in mdev_access()
492 __func__, is_write ? "WR" : "RD", pos); in mdev_access()