Lines Matching refs:client
163 static int cpld_reg0_probe(struct i2c_client *client, in cpld_reg0_probe() argument
170 .addr = client->addr, in cpld_reg0_probe()
176 .addr = client->addr, in cpld_reg0_probe()
184 i2c_transfer(client->adapter, msg, 1); in cpld_reg0_probe()
186 i2c_transfer(client->adapter, msg + 1, 1); in cpld_reg0_probe()
219 static int evm_led_setup(struct i2c_client *client, int gpio, in evm_led_setup() argument
234 evm_led_dev->dev.parent = &client->dev; in evm_led_setup()
243 static int evm_led_teardown(struct i2c_client *client, int gpio, in evm_led_teardown() argument
255 static int evm_sw_setup(struct i2c_client *client, int gpio, in evm_sw_setup() argument
294 static int evm_sw_teardown(struct i2c_client *client, int gpio, in evm_sw_teardown() argument
309 static int evm_pcf_setup(struct i2c_client *client, int gpio, in evm_pcf_setup() argument
317 status = evm_sw_setup(client, gpio, 4, c); in evm_pcf_setup()
321 return evm_led_setup(client, gpio+4, 4, c); in evm_pcf_setup()
324 static int evm_pcf_teardown(struct i2c_client *client, int gpio, in evm_pcf_teardown() argument
329 evm_sw_teardown(client, gpio, 4, c); in evm_pcf_teardown()
330 evm_led_teardown(client, gpio+4, 4, c); in evm_pcf_teardown()
405 static int cpld_video_probe(struct i2c_client *client, in cpld_video_probe() argument
408 cpld_client = client; in cpld_video_probe()
412 static int cpld_video_remove(struct i2c_client *client) in cpld_video_remove() argument