Searched refs:reply_data_size (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/mfd/ |
| H A D | rave-sp.h | 56 void *reply_data, size_t reply_data_size);
|
| /linux/net/ethtool/ |
| H A D | netlink.c | 493 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 D | phy.c | 189 .reply_data_size = sizeof(struct phy_reply_data),
|
| H A D | linkstate.c | 221 .reply_data_size = sizeof(struct linkstate_reply_data),
|
| H A D | eeprom.c | 231 .reply_data_size = sizeof(struct eeprom_reply_data),
|
| H A D | pse-pd.c | 335 .reply_data_size = sizeof(struct pse_reply_data),
|
| H A D | netlink.h | 394 unsigned int reply_data_size; member
|
| H A D | tsconfig.c | 454 .reply_data_size = sizeof(struct tsconfig_reply_data),
|
| H A D | strset.c | 494 .reply_data_size = sizeof(struct strset_reply_data),
|
| H A D | mm.c | 237 .reply_data_size = sizeof(struct mm_reply_data),
|
| H A D | module.c | 168 .reply_data_size = sizeof(struct module_reply_data),
|
| H A D | tsinfo.c | 571 .reply_data_size = sizeof(struct tsinfo_reply_data),
|
| H A D | coalesce.c | 659 .reply_data_size = sizeof(struct coalesce_reply_data),
|
| H A D | rss.c | 923 .reply_data_size = sizeof(struct rss_reply_data),
|
| /linux/drivers/mfd/ |
| H A 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/sound/hda/codecs/ |
| H A D | ca0132.c | 2352 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()
|