Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Drave-sp.h56 void *reply_data, size_t reply_data_size);
/linux/net/ethtool/
H A Dnetlink.c493 memset(reply_data, 0, ops->reply_data_size); in ethnl_init_reply_data()
518 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_doit()
668 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_start()
722 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_perphy_start()
992 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_notify()
H A Dphy.c189 .reply_data_size = sizeof(struct phy_reply_data),
H A Dlinkstate.c221 .reply_data_size = sizeof(struct linkstate_reply_data),
H A Deeprom.c231 .reply_data_size = sizeof(struct eeprom_reply_data),
H A Dpse-pd.c335 .reply_data_size = sizeof(struct pse_reply_data),
H A Dnetlink.h394 unsigned int reply_data_size; member
H A Dtsconfig.c454 .reply_data_size = sizeof(struct tsconfig_reply_data),
H A Dstrset.c494 .reply_data_size = sizeof(struct strset_reply_data),
H A Dmm.c237 .reply_data_size = sizeof(struct mm_reply_data),
H A Dmodule.c168 .reply_data_size = sizeof(struct module_reply_data),
H A Dtsinfo.c571 .reply_data_size = sizeof(struct tsinfo_reply_data),
H A Dcoalesce.c659 .reply_data_size = sizeof(struct coalesce_reply_data),
H A Drss.c923 .reply_data_size = sizeof(struct rss_reply_data),
/linux/drivers/mfd/
H A 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/sound/hda/codecs/
H A Dca0132.c2352 unsigned int reply_data_size; in dspio_scp() local
2393 &reply_data_size); in dspio_scp()
2405 } else if (ret_size != reply_data_size) { in dspio_scp()