Searched refs:chipaddr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-eeprom.c23 u8 chipaddr = 0x50 | ((addr >> 8) & 3); local
25 if ((ret = fc->i2c_request(fc,op,FC_I2C_PORT_EEPROM,chipaddr,addr & 0xff,buf,len)) == 0)
H A Dflexcop-common.h90 int (*i2c_request) (struct flexcop_device*, flexcop_access_op_t, flexcop_i2c_port_t, u8 chipaddr, u8 addr, u8 *buf, u16 len);
132 flexcop_i2c_port_t, u8 chipaddr, u8 addr, u8 *buf, u16 len);
H A Dflexcop-i2c.c96 flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u16 len)
104 r100.tw_sm_c_100.chipaddr = chipaddr;
95 flexcop_i2c_request(struct flexcop_device *fc, flexcop_access_op_t op, flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u16 len) argument
H A Dflexcop-usb.c191 flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u8 buflen)
221 wIndex = (chipaddr << 8 ) | addr;
253 flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u16 len)
256 return flexcop_usb_i2c_req(fc->bus_specific,B2C2_USB_I2C_REQUEST,USB_FUNC_I2C_READ,port,chipaddr,addr,buf,len);
258 return flexcop_usb_i2c_req(fc->bus_specific,B2C2_USB_I2C_REQUEST,USB_FUNC_I2C_WRITE,port,chipaddr,addr,buf,len);
189 flexcop_usb_i2c_req(struct flexcop_usb *fc_usb, flexcop_usb_request_t req, flexcop_usb_i2c_function_t func, flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u8 buflen) argument
252 flexcop_usb_i2c_request(struct flexcop_device *fc, flexcop_access_op_t op, flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u16 len) argument
H A Dflexcop_ibi_value_be.h59 u32 chipaddr : 7; member in struct:__anon4854::__anon4861
H A Dflexcop_ibi_value_le.h50 u32 chipaddr : 7; member in struct:__anon4905::__anon4912

Completed in 80 milliseconds