Searched refs:client (Results 1 - 25 of 1853) sorted by path

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h45 * For interrupt capable functions, irq_enable() is called when a client
46 * registers, and irq_disable() is called when the last client unregisters
190 struct pmf_irq_client *client);
192 extern void pmf_unregister_irq_client(struct pmf_irq_client *client);
/linux-master/arch/sparc/include/asm/
H A Dmdesc.h75 void mdesc_register_notifier(struct mdesc_notifier_client *client);
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h133 struct nvif_device *device = &nouveau_drm(dev)->client.device;
139 struct nvif_device *device = &nouveau_drm(dev)->client.device;
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Difc00d.h38 __u8 client; member in struct:gp100_vmm_fault_cancel_v0
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h27 struct nvkm_client *client; member in struct:nvkm_oclass
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_led.c41 struct nvif_object *device = &drm->client.device.object;
58 struct nvif_object *device = &drm->client.device.object;
81 struct nvkm_gpio *gpio = nvxx_gpio(&drm->client.device);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergf100.c27 #include <core/client.h>
H A Dusergf119.c27 #include <core/client.h>
H A Dusergv100.c25 #include <core/client.h>
H A Dusernv50.c27 #include <core/client.h>
/linux-master/drivers/hid/intel-ish-hid/
H A DMakefile10 intel-ishtp-objs += ishtp/client.o
13 intel-ishtp-objs += ishtp/client-buffers.o
21 intel-ishtp-hid-objs += ishtp-hid-client.o
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.h12 #include <linux/intel-ish-client-if.h>
26 * @device_link: Link to next client in the list on a bus
27 * @event_work: Used to schedule rx event for client
33 * and links ISHTP bus clients to their actual host client pointer.
/linux-master/drivers/iio/accel/
H A Dmma9551_core.h41 int mma9551_read_config_byte(struct i2c_client *client, u8 app_id,
43 int mma9551_write_config_byte(struct i2c_client *client, u8 app_id,
45 int mma9551_read_status_byte(struct i2c_client *client, u8 app_id,
47 int mma9551_read_config_word(struct i2c_client *client, u8 app_id,
49 int mma9551_write_config_word(struct i2c_client *client, u8 app_id,
51 int mma9551_read_status_word(struct i2c_client *client, u8 app_id,
53 int mma9551_read_config_words(struct i2c_client *client, u8 app_id,
55 int mma9551_read_status_words(struct i2c_client *client, u8 app_id,
57 int mma9551_write_config_words(struct i2c_client *client, u8 app_id,
59 int mma9551_update_config_bits(struct i2c_client *client, u
[all...]
/linux-master/drivers/input/mouse/
H A Dcyapa.h337 struct i2c_client *client; member in struct:cyapa
/linux-master/drivers/input/
H A Dmousedev.c264 struct mousedev_client *client; local
270 list_for_each_entry_rcu(client, &mousedev->client_list, node) {
273 spin_lock(&client->packet_lock);
275 p = &client->packets[client->head];
276 if (client->ready && p->buttons != mousedev->packet.buttons) {
277 new_head = (client->head + 1) % PACKET_QUEUE_LEN;
278 if (new_head != client->tail) {
279 p = &client->packets[client
406 struct mousedev_client *client = file->private_data; local
503 mousedev_attach_client(struct mousedev *mousedev, struct mousedev_client *client) argument
511 mousedev_detach_client(struct mousedev *mousedev, struct mousedev_client *client) argument
522 struct mousedev_client *client = file->private_data; local
535 struct mousedev_client *client; local
571 mousedev_packet(struct mousedev_client *client, u8 *ps2_data) argument
628 mousedev_generate_response(struct mousedev_client *client, int command) argument
677 struct mousedev_client *client = file->private_data; local
719 struct mousedev_client *client = file->private_data; local
760 struct mousedev_client *client = file->private_data; local
802 struct mousedev_client *client; local
[all...]
/linux-master/drivers/input/touchscreen/
H A Dcyttsp_i2c_common.c29 struct i2c_client *client = to_i2c_client(dev); local
30 u8 client_addr = client->addr | ((addr >> 8) & 0x1);
48 retval = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs));
59 struct i2c_client *client = to_i2c_client(dev); local
60 u8 client_addr = client->addr | ((addr >> 8) & 0x1);
75 retval = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs));
/linux-master/drivers/media/common/siano/
H A Dsmsdvb.h96 int smsdvb_debugfs_create(struct smsdvb_client_t *client);
97 void smsdvb_debugfs_release(struct smsdvb_client_t *client);
103 static inline int smsdvb_debugfs_create(struct smsdvb_client_t *client) argument
108 static inline void smsdvb_debugfs_release(struct smsdvb_client_t *client) {} argument
/linux-master/drivers/media/dvb-frontends/
H A Dsp2_priv.h17 struct i2c_client *client; member in struct:sp2
H A Dtda10071_priv.h18 struct i2c_client *client; member in struct:tda10071_dev
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c31 static int cx25840_set_audclk_freq(struct i2c_client *client, u32 freq) argument
33 struct cx25840_state *state = to_state(i2c_get_clientdata(client));
42 cx25840_write4(client, 0x108, 0x1006040f);
57 cx25840_write4(client, 0x110, 0x01bb39ee);
63 cx25840_write(client, 0x127, 0x50);
70 cx25840_write4(client, 0x900, 0x0801f77f);
71 cx25840_write4(client, 0x904, 0x0801f77f);
72 cx25840_write4(client, 0x90c, 0x0801f77f);
80 cx25840_write4(client, 0x108, 0x1009040f);
94 cx25840_write4(client,
281 cx25836_set_audclk_freq(struct i2c_client *client, u32 freq) argument
286 cx23885_set_audclk_freq(struct i2c_client *client, u32 freq) argument
328 cx231xx_set_audclk_freq(struct i2c_client *client, u32 freq) argument
404 set_audclk_freq(struct i2c_client *client, u32 freq) argument
423 cx25840_audio_set_path(struct i2c_client *client) argument
468 set_volume(struct i2c_client *client, int volume) argument
488 set_balance(struct i2c_client *client, int balance) argument
506 struct i2c_client *client = v4l2_get_subdevdata(sd); local
528 struct i2c_client *client = v4l2_get_subdevdata(sd); local
[all...]
H A Dcx25840-core.h155 int cx25840_write(struct i2c_client *client, u16 addr, u8 value);
156 int cx25840_write4(struct i2c_client *client, u16 addr, u32 value);
157 u8 cx25840_read(struct i2c_client *client, u16 addr);
158 u32 cx25840_read4(struct i2c_client *client, u16 addr);
159 int cx25840_and_or(struct i2c_client *client, u16 addr, unsigned int mask,
161 int cx25840_and_or4(struct i2c_client *client, u16 addr, u32 and_mask,
163 void cx25840_std_setup(struct i2c_client *client);
167 int cx25840_loadfw(struct i2c_client *client);
171 void cx25840_audio_set_path(struct i2c_client *client);
H A Dcx25840-firmware.c32 static void start_fw_load(struct i2c_client *client) argument
35 cx25840_write(client, 0x800, 0x00);
36 cx25840_write(client, 0x801, 0x00);
38 cx25840_write(client, 0x803, 0x0b);
40 cx25840_write(client, 0x000, 0x20);
43 static void end_fw_load(struct i2c_client *client) argument
46 cx25840_write(client, 0x000, 0x00);
48 cx25840_write(client, 0x803, 0x03);
55 static const char *get_fw_name(struct i2c_client *client) argument
57 struct cx25840_state *state = to_state(i2c_get_clientdata(client));
68 check_fw_load(struct i2c_client *client, int size) argument
85 fw_write(struct i2c_client *client, const u8 *data, int size) argument
95 cx25840_loadfw(struct i2c_client *client) argument
[all...]
H A Dcx25840-vbi.c74 struct i2c_client *client = v4l2_get_subdevdata(sd); local
90 if ((cx25840_read(client, 0x404) & 0x10) == 0)
95 u8 v = cx25840_read(client,
105 u8 v = cx25840_read(client,
119 struct i2c_client *client = v4l2_get_subdevdata(sd); local
125 cx25840_std_setup(client);
129 cx25840_write(client, 0x54f, vbi_offset);
131 cx25840_write(client, 0x47f, vbi_offset);
133 cx25840_write(client, 0x404, 0x2e);
139 struct i2c_client *client local
[all...]
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c346 struct i2c_client *client = &bus->i2c_client; local
353 .addr = client->addr,
358 .addr = client->addr,
370 i2c_xfer(client->adapter, msgs, 2);
380 struct i2c_client *client = &bus->i2c_client; local
386 .addr = client->addr,
399 client->flags = 0;
402 retval = i2c_xfer(client->adapter, msgs, 1);
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x.h182 struct i2c_client *client; member in struct:si470x_device

Completed in 273 milliseconds

1234567891011>>