Searched refs:reply_data_size (Results 1 – 25 of 25) sorted by relevance
/linux-6.1.9/include/linux/mfd/ |
D | rave-sp.h | 56 void *reply_data, size_t reply_data_size);
|
/linux-6.1.9/net/ethtool/ |
D | phc_vclocks.c | 88 .reply_data_size = sizeof(struct phc_vclocks_reply_data),
|
D | debug.c | 71 .reply_data_size = sizeof(struct debug_reply_data),
|
D | tsinfo.c | 131 .reply_data_size = sizeof(struct tsinfo_reply_data),
|
D | netlink.c | 346 memset(reply_data, 0, ops->reply_data_size); in ethnl_init_reply_data() 371 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_doit() 544 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_start() 627 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_notify()
|
D | linkinfo.c | 81 .reply_data_size = sizeof(struct linkinfo_reply_data),
|
D | pse-pd.c | 114 .reply_data_size = sizeof(struct pse_reply_data),
|
D | linkstate.c | 177 .reply_data_size = sizeof(struct linkstate_reply_data),
|
D | module.c | 99 .reply_data_size = sizeof(struct module_reply_data),
|
D | wol.c | 90 .reply_data_size = sizeof(struct wol_reply_data),
|
D | eee.c | 116 .reply_data_size = sizeof(struct eee_reply_data),
|
D | pause.c | 122 .reply_data_size = sizeof(struct pause_reply_data),
|
D | privflags.c | 126 .reply_data_size = sizeof(struct privflags_reply_data),
|
D | channels.c | 94 .reply_data_size = sizeof(struct channels_reply_data),
|
D | eeprom.c | 221 .reply_data_size = sizeof(struct eeprom_reply_data),
|
D | rings.c | 110 .reply_data_size = sizeof(struct rings_reply_data),
|
D | netlink.h | 310 unsigned int reply_data_size; member
|
D | features.c | 119 .reply_data_size = sizeof(struct features_reply_data),
|
D | fec.c | 225 .reply_data_size = sizeof(struct fec_reply_data),
|
D | linkmodes.c | 159 .reply_data_size = sizeof(struct linkmodes_reply_data),
|
D | stats.c | 406 .reply_data_size = sizeof(struct stats_reply_data),
|
D | strset.c | 472 .reply_data_size = sizeof(struct strset_reply_data),
|
D | coalesce.c | 194 .reply_data_size = sizeof(struct coalesce_reply_data),
|
/linux-6.1.9/drivers/mfd/ |
D | rave-sp.c | 344 void *reply_data, size_t reply_data_size) in rave_sp_exec() argument 348 .length = reply_data_size, in rave_sp_exec()
|
/linux-6.1.9/sound/pci/hda/ |
D | patch_ca0132.c | 2364 unsigned int reply_data_size; in dspio_scp() local 2405 &reply_data_size); in dspio_scp() 2417 } else if (ret_size != reply_data_size) { in dspio_scp()
|