Searched refs:wdata (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/drivers/hid/
H A Dhid-wiimote-core.c45 struct wiimote_data *wdata = container_of(queue, struct wiimote_data, local
50 spin_lock_irqsave(&wdata->queue.lock, flags);
52 while (wdata->queue.head != wdata->queue.tail) {
53 spin_unlock_irqrestore(&wdata->queue.lock, flags);
54 ret = wiimote_hid_send(wdata->hdev,
55 wdata->queue.outq[wdata->queue.tail].data,
56 wdata->queue.outq[wdata
70 wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer, size_t count) argument
124 wiiproto_keep_rumble(struct wiimote_data *wdata, __u8 *cmd1) argument
130 wiiproto_req_rumble(struct wiimote_data *wdata, __u8 rumble) argument
150 wiiproto_req_leds(struct wiimote_data *wdata, int leds) argument
194 select_drm(struct wiimote_data *wdata) argument
240 wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm) argument
258 wiiproto_req_status(struct wiimote_data *wdata) argument
269 wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel) argument
283 wiiproto_req_ir1(struct wiimote_data *wdata, __u8 flags) argument
294 wiiproto_req_ir2(struct wiimote_data *wdata, __u8 flags) argument
311 wiiproto_req_wmem(struct wiimote_data *wdata, bool eeprom, __u32 offset, const __u8 *buf, __u8 size) argument
336 wiiproto_req_rmem(struct wiimote_data *wdata, bool eeprom, __u32 offset, __u16 size) argument
362 wiimote_cmd_write(struct wiimote_data *wdata, __u32 offset, const __u8 *wmem, __u8 size) argument
381 wiimote_cmd_read(struct wiimote_data *wdata, __u32 offset, __u8 *rmem, __u8 size) argument
411 wiimote_cmd_init_ext(struct wiimote_data *wdata) argument
432 wiimote_cmd_read_ext(struct wiimote_data *wdata, __u8 *rmem) argument
469 wiimote_cmd_init_mp(struct wiimote_data *wdata) argument
490 wiimote_cmd_map_mp(struct wiimote_data *wdata, __u8 exttype) argument
514 wiimote_cmd_read_mp(struct wiimote_data *wdata, __u8 *rmem) argument
534 wiimote_cmd_read_mp_mapped(struct wiimote_data *wdata) argument
624 wiimote_modules_load(struct wiimote_data *wdata, unsigned int devtype) argument
689 wiimote_modules_unload(struct wiimote_data *wdata) argument
724 wiimote_ext_load(struct wiimote_data *wdata, unsigned int ext) argument
743 wiimote_ext_unload(struct wiimote_data *wdata) argument
759 wiimote_mp_load(struct wiimote_data *wdata) argument
778 wiimote_mp_unload(struct wiimote_data *wdata) argument
813 wiimote_init_set_type(struct wiimote_data *wdata, __u8 exttype) argument
867 wiimote_init_detect(struct wiimote_data *wdata) argument
913 wiimote_init_poll_mp(struct wiimote_data *wdata) argument
946 wiimote_init_check(struct wiimote_data *wdata) argument
1100 wiimote_init_hotplug(struct wiimote_data *wdata) argument
1210 struct wiimote_data *wdata = container_of(work, struct wiimote_data, local
1226 __wiimote_schedule(struct wiimote_data *wdata) argument
1232 wiimote_schedule(struct wiimote_data *wdata) argument
1243 struct wiimote_data *wdata = from_timer(wdata, t, timer); local
1250 handler_keys(struct wiimote_data *wdata, const __u8 *payload) argument
1271 handler_accel(struct wiimote_data *wdata, const __u8 *payload) argument
1304 handler_ext(struct wiimote_data *wdata, const __u8 *payload, size_t len) argument
1392 handler_ir(struct wiimote_data *wdata, const __u8 *payload, bool packed, unsigned int id) argument
1415 handler_status_K(struct wiimote_data *wdata, const __u8 *payload) argument
1425 handler_status(struct wiimote_data *wdata, const __u8 *payload) argument
1453 handler_generic_K(struct wiimote_data *wdata, const __u8 *payload) argument
1458 handler_data(struct wiimote_data *wdata, const __u8 *payload) argument
1479 handler_return(struct wiimote_data *wdata, const __u8 *payload) argument
1495 handler_drm_KA(struct wiimote_data *wdata, const __u8 *payload) argument
1501 handler_drm_KE(struct wiimote_data *wdata, const __u8 *payload) argument
1507 handler_drm_KAI(struct wiimote_data *wdata, const __u8 *payload) argument
1517 handler_drm_KEE(struct wiimote_data *wdata, const __u8 *payload) argument
1523 handler_drm_KIE(struct wiimote_data *wdata, const __u8 *payload) argument
1533 handler_drm_KAE(struct wiimote_data *wdata, const __u8 *payload) argument
1540 handler_drm_KAIE(struct wiimote_data *wdata, const __u8 *payload) argument
1551 handler_drm_E(struct wiimote_data *wdata, const __u8 *payload) argument
1556 handler_drm_SKAI1(struct wiimote_data *wdata, const __u8 *payload) argument
1568 handler_drm_SKAI2(struct wiimote_data *wdata, const __u8 *payload) argument
1625 struct wiimote_data *wdata = hid_get_drvdata(hdev); local
1654 struct wiimote_data *wdata = dev_to_wii(dev); local
1689 struct wiimote_data *wdata = dev_to_wii(dev); local
1707 struct wiimote_data *wdata = dev_to_wii(dev); local
1738 struct wiimote_data *wdata; local
1762 wiimote_destroy(struct wiimote_data *wdata) argument
1792 struct wiimote_data *wdata; local
1863 struct wiimote_data *wdata = hid_get_drvdata(hdev); local
[all...]
H A Dhid-wiimote-modules.c22 * wdata->input is a shared input device. It is always initialized prior to
62 static void wiimod_keys_in_keys(struct wiimote_data *wdata, const __u8 *keys) argument
64 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_LEFT],
66 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_RIGHT],
68 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_DOWN],
70 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_UP],
72 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_PLUS],
74 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_TWO],
76 input_report_key(wdata->input, wiimod_keys_map[WIIPROTO_KEY_ONE],
78 input_report_key(wdata
89 wiimod_keys_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
122 struct wiimote_data *wdata = container_of(work, struct wiimote_data, local
133 struct wiimote_data *wdata = input_get_drvdata(dev); local
155 wiimod_rumble_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
167 wiimod_rumble_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
203 struct wiimote_data *wdata = power_supply_get_drvdata(psy); local
234 wiimod_battery_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
268 wiimod_battery_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
297 struct wiimote_data *wdata = dev_to_wii(dev); local
318 struct wiimote_data *wdata = dev_to_wii(dev); local
338 wiimod_led_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
380 wiimod_led_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
425 wiimod_accel_in_accel(struct wiimote_data *wdata, const __u8 *accel) argument
461 struct wiimote_data *wdata = input_get_drvdata(dev); local
473 struct wiimote_data *wdata = input_get_drvdata(dev); local
481 wiimod_accel_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
522 wiimod_accel_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
550 wiimod_ir_in_ir(struct wiimote_data *wdata, const __u8 *ir, bool packed, unsigned int id) argument
607 wiimod_ir_change(struct wiimote_data *wdata, __u16 mode) argument
721 struct wiimote_data *wdata = input_get_drvdata(dev); local
728 struct wiimote_data *wdata = input_get_drvdata(dev); local
733 wiimod_ir_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
784 wiimod_ir_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
820 wiimod_nunchuk_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
906 struct wiimote_data *wdata = input_get_drvdata(dev); local
919 struct wiimote_data *wdata = input_get_drvdata(dev); local
928 wiimod_nunchuk_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
981 wiimod_nunchuk_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1044 wiimod_classic_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
1200 struct wiimote_data *wdata = input_get_drvdata(dev); local
1213 struct wiimote_data *wdata = input_get_drvdata(dev); local
1222 wiimod_classic_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1278 wiimod_classic_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1309 wiimod_bboard_in_keys(struct wiimote_data *wdata, const __u8 *keys) argument
1316 wiimod_bboard_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
1391 struct wiimote_data *wdata = input_get_drvdata(dev); local
1404 struct wiimote_data *wdata = input_get_drvdata(dev); local
1417 struct wiimote_data *wdata = dev_to_wii(dev); local
1467 wiimod_bboard_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1551 wiimod_bboard_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1623 wiimod_pro_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
1766 struct wiimote_data *wdata = input_get_drvdata(dev); local
1779 struct wiimote_data *wdata = input_get_drvdata(dev); local
1791 struct wiimote_data *wdata = input_get_drvdata(dev); local
1817 struct wiimote_data *wdata = dev_to_wii(dev); local
1833 struct wiimote_data *wdata = dev_to_wii(dev); local
1862 wiimod_pro_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1941 wiimod_pro_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
1977 wiimod_drums_report_pressure(struct wiimote_data *wdata, __u8 none, __u8 which, __u8 pressure, __u8 onoff, __u8 *store, __u16 code, __u8 which_code) argument
1994 wiimod_drums_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
2086 struct wiimote_data *wdata = input_get_drvdata(dev); local
2099 struct wiimote_data *wdata = input_get_drvdata(dev); local
2108 wiimod_drums_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2172 wiimod_drums_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2223 wiimod_guitar_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
2316 struct wiimote_data *wdata = input_get_drvdata(dev); local
2329 struct wiimote_data *wdata = input_get_drvdata(dev); local
2338 wiimod_guitar_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2388 wiimod_guitar_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2439 wiimod_turntable_in_ext(struct wiimote_data *wdata, const __u8 *ext) argument
2535 struct wiimote_data *wdata = input_get_drvdata(dev); local
2548 struct wiimote_data *wdata = input_get_drvdata(dev); local
2557 wiimod_turntable_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2612 wiimod_turntable_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2637 wiimod_builtin_mp_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2649 wiimod_builtin_mp_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2673 wiimod_no_mp_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2685 wiimod_no_mp_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2712 wiimod_mp_in_mp(struct wiimote_data *wdata, const __u8 *ext) argument
2773 struct wiimote_data *wdata = input_get_drvdata(dev); local
2787 struct wiimote_data *wdata = input_get_drvdata(dev); local
2797 wiimod_mp_probe(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
2839 wiimod_mp_remove(const struct wiimod_ops *ops, struct wiimote_data *wdata) argument
[all...]
H A Dhid-wiimote.h194 struct wiimote_data *wdata);
196 struct wiimote_data *wdata);
198 void (*in_keys) (struct wiimote_data *wdata, const __u8 *keys);
199 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel);
200 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed,
202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp);
203 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext);
264 void __wiimote_schedule(struct wiimote_data *wdata);
266 extern void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm);
267 extern void wiiproto_req_rumble(struct wiimote_data *wdata, __u
298 wiimote_cmd_pending(struct wiimote_data *wdata, int cmd, __u32 opt) argument
305 wiimote_cmd_complete(struct wiimote_data *wdata) argument
312 wiimote_cmd_abort(struct wiimote_data *wdata) argument
321 wiimote_cmd_acquire(struct wiimote_data *wdata) argument
326 wiimote_cmd_acquire_noint(struct wiimote_data *wdata) argument
332 wiimote_cmd_set(struct wiimote_data *wdata, int cmd, __u32 opt) argument
340 wiimote_cmd_release(struct wiimote_data *wdata) argument
345 wiimote_cmd_wait(struct wiimote_data *wdata) argument
364 wiimote_cmd_wait_noint(struct wiimote_data *wdata) argument
[all...]
H A Dhid-wiimote-debug.c18 struct wiimote_data *wdata; member in struct:wiimote_debug
27 struct wiimote_data *wdata = dbg->wdata; local
40 ret = wiimote_cmd_acquire(wdata);
44 spin_lock_irqsave(&wdata->state.lock, flags);
45 wdata->state.cmd_read_size = s;
46 wdata->state.cmd_read_buf = buf;
47 wiimote_cmd_set(wdata, WIIPROTO_REQ_RMEM, *off & 0xffff);
48 wiiproto_req_reeprom(wdata, *off, s);
49 spin_unlock_irqrestore(&wdata
172 wiidebug_init(struct wiimote_data *wdata) argument
197 wiidebug_deinit(struct wiimote_data *wdata) argument
[all...]
H A Dhid-lg4ff.c85 struct lg4ff_wheel_data wdata; member in struct:lg4ff_device_entry
311 switch (entry->wdata.product_id) {
315 new_value = lg4ff_adjust_dfp_x_axis(value, entry->wdata.range);
336 if (entry->wdata.combine) {
337 switch (entry->wdata.product_id) {
377 static void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, argument
402 memcpy(wdata, &t_wdata, sizeof(t_wdata));
515 switch (entry->wdata.product_id) {
818 if (!entry->wdata.real_name) {
824 if (entry->wdata
[all...]
/linux-master/drivers/firmware/efi/
H A Defibc.c41 efi_char16_t *wdata; local
50 wdata = kmalloc(MAX_DATA_LEN * sizeof(efi_char16_t), GFP_KERNEL);
51 if (!wdata)
55 wdata[l] = str[l];
56 wdata[l] = L'\0';
58 efibc_set_variable(L"LoaderEntryOneShot", wdata, l);
60 kfree(wdata);
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa_i2c.c47 u8 wdata[MPR_PKT_SYNC_LEN]; local
49 memset(wdata, 0, sizeof(wdata));
50 wdata[0] = cmd;
52 ret = i2c_master_send(client, wdata, MPR_PKT_SYNC_LEN);
/linux-master/fs/smb/client/
H A Dfile.c2515 struct cifs_writedata *wdata = container_of(refcount, local
2518 if (wdata->mr) {
2519 smbd_deregister_mr(wdata->mr);
2520 wdata->mr = NULL;
2524 if (wdata->cfile)
2525 cifsFileInfo_put(wdata->cfile);
2527 kfree(wdata);
2535 cifs_writev_requeue(struct cifs_writedata *wdata) argument
2538 struct inode *inode = d_inode(wdata->cfile->dentry);
2540 unsigned int rest_len = wdata
2619 struct cifs_writedata *wdata = container_of(work, local
2646 struct cifs_writedata *wdata; local
2839 struct cifs_writedata *wdata; local
3366 struct cifs_writedata *wdata = container_of(refcount, local
3378 struct cifs_writedata *wdata = container_of(work, local
3396 cifs_resend_wdata(struct cifs_writedata *wdata, struct list_head *wdata_list, struct cifs_aio_ctx *ctx) argument
3514 struct cifs_writedata *wdata; local
3622 struct cifs_writedata *wdata, *tmp; local
[all...]
H A Dsmb2pdu.c4738 struct cifs_writedata *wdata = mid->callback_data; local
4739 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink);
4740 struct TCP_Server_Info *server = wdata->server;
4745 WARN_ONCE(wdata->server != mid->server,
4746 "wdata server %p != mid server %p",
4747 wdata->server, mid->server);
4753 wdata->result = smb2_check_receive(mid, server, 0);
4754 if (wdata->result != 0)
4764 if (written > wdata->bytes)
4767 if (written < wdata
4819 smb2_async_writev(struct cifs_writedata *wdata, void (*release)(struct kref *kref)) argument
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c164 u8 *wdata,
170 if (!wdata) wlen = 0;
172 return pvr2_i2c_read(hdw,i2c_addr,wdata,wlen,rdata,rlen);
174 return pvr2_i2c_write(hdw,i2c_addr,wdata,wlen);
186 u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen)
256 u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen)
262 return pvr2_i2c_basic_op(hdw,i2c_addr,wdata,wlen,rdata,rlen);
269 u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen)
282 u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen)
297 return pvr2_i2c_basic_op(hdw,i2c_addr,wdata,wle
162 pvr2_i2c_basic_op(struct pvr2_hdw *hdw, u8 i2c_addr, u8 *wdata, u16 wlen, u8 *rdata, u16 rlen) argument
185 i2c_24xxx_ir(struct pvr2_hdw *hdw, u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen) argument
255 i2c_hack_wm8775(struct pvr2_hdw *hdw, u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen) argument
268 i2c_black_hole(struct pvr2_hdw *hdw, u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen) argument
281 i2c_hack_cx25840(struct pvr2_hdw *hdw, u8 i2c_addr,u8 *wdata,u16 wlen,u8 *rdata,u16 rlen) argument
[all...]
/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_mdio.c18 static int spl2sw_mdio_access(struct spl2sw_common *comm, u8 cmd, u8 addr, u8 regnum, u16 wdata) argument
31 reg2 = FIELD_PREP(MAC_CPU_PHY_WT_DATA, wdata) | FIELD_PREP(MAC_CPU_PHY_CMD, cmd) |
/linux-master/drivers/platform/x86/
H A Dmsi-laptop.c158 u8 wdata = 0, rdata; local
161 result = ec_transaction(MSI_EC_COMMAND_LCD_LEVEL, &wdata, 1,
171 u8 wdata = 4, rdata; local
174 result = ec_transaction(MSI_EC_COMMAND_LCD_LEVEL, &wdata, 1,
184 u8 wdata[2], rdata; local
187 wdata[0] = 4;
189 result = ec_transaction(MSI_EC_COMMAND_LCD_LEVEL, wdata, 1,
194 wdata[0] = 0x84;
195 wdata[1] = (rdata & 0xF7) | (enable ? 8 : 0);
197 return ec_transaction(MSI_EC_COMMAND_LCD_LEVEL, wdata,
204 u8 wdata = 0, rdata; local
235 u8 wdata = 0, rdata; local
[all...]
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c71 u32 wdata, addr, ctrl; local
97 wdata = msg->buf[0];
107 cx_write(bus->reg_wdata, wdata);
124 wdata = msg->buf[cnt];
133 cx_write(bus->reg_wdata, wdata);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c72 u32 wdata, addr, ctrl; local
97 wdata = msg->buf[0];
106 cx_write(bus->reg_wdata, wdata);
119 wdata = msg->buf[cnt];
128 cx_write(bus->reg_wdata, wdata);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dwow.c66 u32 wdata)
68 rtw_write32(rtwdev, REG_WKFMCAM_RWD, wdata);
81 u32 wdata; local
85 wdata = rtw_pattern->mask[i * 4];
86 wdata |= rtw_pattern->mask[i * 4 + 1] << 8;
87 wdata |= rtw_pattern->mask[i * 4 + 2] << 16;
88 wdata |= rtw_pattern->mask[i * 4 + 3] << 24;
89 rtw_wow_pattern_write_cam(rtwdev, addr, wdata);
92 wdata = rtw_pattern->crc;
97 wdata |
65 rtw_wow_pattern_write_cam(struct rtw_dev *rtwdev, u8 addr, u32 wdata) argument
[all...]
/linux-master/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c45 u32 wdata; /* write data register */ member in struct:plgpio_regs
156 plgpio->regs.wdata);
159 plgpio->regs.wdata);
199 plgpio_reg_set(plgpio->regmap, offset, plgpio->regs.wdata);
201 plgpio_reg_reset(plgpio->regmap, offset, plgpio->regs.wdata);
480 if (!of_property_read_u32(np, "st-plgpio,wdata-reg", &val)) {
481 plgpio->regs.wdata = val;
483 dev_err(&pdev->dev, "DT: Invalid wdata reg\n");
647 regmap_read(plgpio->regmap, plgpio->regs.wdata + off,
648 &plgpio->csave_regs[i].wdata);
[all...]
/linux-master/sound/soc/sof/
H A Dipc3-topology.c799 struct sof_widget_data *wdata, size_t *size)
816 wdata[i].control = sm->dobj.private;
820 wdata[i].control = sbe->dobj.private;
824 wdata[i].control = se->dobj.private;
832 if (!wdata[i].control) {
837 cdata = wdata[i].control->ipc_control_data;
844 wdata[i].pdata = cdata->data->data;
845 wdata[i].pdata_size = cdata->data->size;
848 wdata[i].pdata = cdata->chanv;
850 * wdata[
797 sof_get_control_data(struct snd_soc_component *scomp, struct snd_soc_dapm_widget *widget, struct sof_widget_data *wdata, size_t *size) argument
884 struct sof_widget_data *wdata = NULL; local
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-i2c.c308 u8 index, u8 *wdata)
310 int ret = mxl111sf_ctrl_msg(state, wdata[0],
311 &wdata[1], 25, NULL, 0);
318 u8 index, u8 *wdata, u8 *rdata)
320 int ret = mxl111sf_ctrl_msg(state, wdata[0],
321 &wdata[1], 25, rdata, 24);
307 mxl111sf_i2c_send_data(struct mxl111sf_state *state, u8 index, u8 *wdata) argument
317 mxl111sf_i2c_get_data(struct mxl111sf_state *state, u8 index, u8 *wdata, u8 *rdata) argument
/linux-master/drivers/spmi/
H A Dspmi-mtk-pmif.c34 u32 wdata; member in struct:ch_reg
384 u32 data, wdata, cmd; local
410 memcpy(&wdata, buf, len);
427 pmif_writel(arb, wdata, inf_reg->wdata);
497 arb->chan.wdata = PMIF_SWINF_0_WDATA_31_0 + chan_offset;
/linux-master/drivers/net/usb/
H A Dcx82310_eth.c55 u8 *wdata, int wlen, u8 *rdata, int rlen)
66 if (wdata)
67 memcpy(buf + 4, wdata, min_t(int, wlen, CMD_PACKET_SIZE - 4));
54 cx82310_cmd(struct usbnet *dev, enum cx82310_cmd cmd, bool reply, u8 *wdata, int wlen, u8 *rdata, int rlen) argument
/linux-master/drivers/misc/
H A Dxilinx_sdfec.c462 u32 wdata; local
477 wdata = k | n;
489 wdata);
496 u32 wdata; local
512 wdata = nm | no_packing | psize;
523 wdata);
531 u32 wdata; local
563 wdata = (max_schedule | no_final_parity | special_qc | norm_type |
576 wdata);
583 u32 wdata; local
[all...]
/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h102 __u8 wdata; /* write a data byte */ member in struct:mac_iop::__anon469::__anon471
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-i2c.c51 unsigned char addr, char *wdata, int wlen,
60 memcpy(dev->i2c_buf, wdata, wlen);
50 hdpvr_i2c_read(struct hdpvr_device *dev, int bus, unsigned char addr, char *wdata, int wlen, char *data, int len) argument
/linux-master/sound/ppc/
H A Ddaca.c41 unsigned short wdata = 0x00; local
48 2, (unsigned char*)&wdata);
/linux-master/drivers/acpi/
H A Dec.c153 const u8 *wdata; member in struct:transaction
683 acpi_ec_write_data(ec, t->wdata[t->wi++]);
820 if (!ec || (!t) || (t->wlen && !t->wdata) || (t->rlen && !t->rdata))
847 .wdata = NULL, .rdata = &d,
856 .wdata = NULL, .rdata = NULL,
868 .wdata = &address, .rdata = &d,
878 u8 wdata[2] = { address, data }; local
880 .wdata = wdata, .rdata = NULL,
914 const u8 *wdata, unsigne
913 ec_transaction(u8 command, const u8 *wdata, unsigned wdata_len, u8 *rdata, unsigned rdata_len) argument
[all...]

Completed in 341 milliseconds

12