Searched refs:send_ioctl (Results 1 – 5 of 5) sorted by relevance
/external/ethtool/ |
D | ethtool.c | 1802 if (send_ioctl(ctx, &sset_info) == 0) { in get_stringset() 1807 if (send_ioctl(ctx, &drvinfo)) in get_stringset() 1821 if (len != 0 && send_ioctl(ctx, strings)) { in get_stringset() 1914 err = send_ioctl(ctx, &drvinfo); in do_gdrv() 1934 err = send_ioctl(ctx, &epause); in do_gpause() 1942 err = send_ioctl(ctx, &ecmd); in do_gpause() 2003 err = send_ioctl(ctx, &epause); in do_spause() 2017 err = send_ioctl(ctx, &epause); in do_spause() 2048 err = send_ioctl(ctx, &ering); in do_sring() 2062 err = send_ioctl(ctx, &ering); in do_sring() [all …]
|
D | test-cmdline.c | 291 int send_ioctl(struct cmd_context *ctx, void *cmd) in send_ioctl() function
|
D | rxclass.c | 317 err = send_ioctl(ctx, &nfccmd); in rxclass_get_dev_info() 336 err = send_ioctl(ctx, &nfccmd); in rxclass_rule_get() 372 err = send_ioctl(ctx, nfccmd); in rxclass_rule_getall() 510 err = send_ioctl(ctx, nfccmd); in rmgr_init() 593 err = send_ioctl(ctx, &nfccmd); in rxclass_rule_ins() 610 err = send_ioctl(ctx, &nfccmd); in rxclass_rule_del()
|
D | internal.h | 255 int send_ioctl(struct cmd_context *ctx, void *cmd);
|
D | test-features.c | 502 int send_ioctl(struct cmd_context *ctx, void *cmd) in send_ioctl() function
|