Home
last modified time | relevance | path

Searched refs:reply_data_size (Results 1 – 25 of 25) sorted by relevance

/linux-6.1.9/include/linux/mfd/
Drave-sp.h56 void *reply_data, size_t reply_data_size);
/linux-6.1.9/net/ethtool/
Dphc_vclocks.c88 .reply_data_size = sizeof(struct phc_vclocks_reply_data),
Ddebug.c71 .reply_data_size = sizeof(struct debug_reply_data),
Dtsinfo.c131 .reply_data_size = sizeof(struct tsinfo_reply_data),
Dnetlink.c346 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()
Dlinkinfo.c81 .reply_data_size = sizeof(struct linkinfo_reply_data),
Dpse-pd.c114 .reply_data_size = sizeof(struct pse_reply_data),
Dlinkstate.c177 .reply_data_size = sizeof(struct linkstate_reply_data),
Dmodule.c99 .reply_data_size = sizeof(struct module_reply_data),
Dwol.c90 .reply_data_size = sizeof(struct wol_reply_data),
Deee.c116 .reply_data_size = sizeof(struct eee_reply_data),
Dpause.c122 .reply_data_size = sizeof(struct pause_reply_data),
Dprivflags.c126 .reply_data_size = sizeof(struct privflags_reply_data),
Dchannels.c94 .reply_data_size = sizeof(struct channels_reply_data),
Deeprom.c221 .reply_data_size = sizeof(struct eeprom_reply_data),
Drings.c110 .reply_data_size = sizeof(struct rings_reply_data),
Dnetlink.h310 unsigned int reply_data_size; member
Dfeatures.c119 .reply_data_size = sizeof(struct features_reply_data),
Dfec.c225 .reply_data_size = sizeof(struct fec_reply_data),
Dlinkmodes.c159 .reply_data_size = sizeof(struct linkmodes_reply_data),
Dstats.c406 .reply_data_size = sizeof(struct stats_reply_data),
Dstrset.c472 .reply_data_size = sizeof(struct strset_reply_data),
Dcoalesce.c194 .reply_data_size = sizeof(struct coalesce_reply_data),
/linux-6.1.9/drivers/mfd/
Drave-sp.c344 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/
Dpatch_ca0132.c2364 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()