Lines Matching defs:ed
207 /* To set specific bits in the register, a clear-mask is given (to be AND-ed),
208 and then the value-mask (to be OR-ed). */
1462 struct adv7511_edid_detect ed;
1465 ed.present = false;
1466 ed.segment = adv7511_rd(sd, 0xc4);
1467 ed.phys_addr = CEC_PHYS_ADDR_INVALID;
1468 cec_s_phys_addr(state->cec_adap, ed.phys_addr, false);
1469 v4l2_subdev_notify(sd, ADV7511_EDID_DETECT, (void *)&ed);
1655 struct adv7511_edid_detect ed;
1699 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data,
1705 ed.present = true;
1706 ed.segment = 0;
1708 cec_s_phys_addr(state->cec_adap, ed.phys_addr, false);
1709 v4l2_subdev_notify(sd, ADV7511_EDID_DETECT, (void *)&ed);
1710 return ed.present;