Searched refs:hw_addrs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-i2c.c47 static const u8 hw_addrs[] = { variable
133 if (idx >= ARRAY_SIZE(hw_addrs))
154 return cx18_i2c_new_ir(cx, adap, hw, type, hw_addrs[idx]);
157 if (!hw_addrs[idx])
161 sd = v4l2_i2c_new_subdev(&cx->v4l2_dev, adap, mod, type, hw_addrs[idx], NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-i2c.c99 static const u8 hw_addrs[] = { variable
264 if (idx >= ARRAY_SIZE(hw_addrs))
287 return ivtv_i2c_new_ir(itv, hw, type, hw_addrs[idx]);
290 if (!hw_addrs[idx])
296 adap, mod, type, 0, I2C_ADDRS(hw_addrs[idx]));
302 adap, mod, type, 0, &pdata, hw_addrs[idx], NULL);
305 adap, mod, type, hw_addrs[idx], NULL);
709 if (ARRAY_SIZE(hw_devicenames) != ARRAY_SIZE(hw_addrs) ||

Completed in 69 milliseconds