Lines Matching defs:slave
1066 * COMH[3] "Master slave selection"
1138 * CLKRC[6] "Digital video master slave selection"
1153 * COMH[3] "Master slave selection"
1171 * COMH[3] "Master slave selection"
2529 static void ov51x_set_slave_ids(struct sd *sd, u8 slave);
2534 static int init_ov_sensor(struct sd *sd, u8 slave)
2539 ov51x_set_slave_ids(sd, slave);
2568 /* Set the read and write slave IDs. The "slave" argument is the write slave,
2569 * and the read slave will be set to (slave + 1).
2571 * Sets I2C read and write slave IDs. Returns <0 for error
2574 u8 slave)
2578 reg_w(sd, OVFX2_I2C_ADDR, slave);
2581 sd->sensor_addr = slave;
2585 reg_w(sd, R51x_I2C_W_SID, slave);
2586 reg_w(sd, R51x_I2C_R_SID, slave + 1);
3307 gspca_err(gspca_dev, "Can't determine sensor slave IDs\n");