Home
last modified time | relevance | path

Searched refs:in_cmd_size (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Dcmd.h44 struct cmd_header *in_cmd, int in_cmd_size);
47 struct cmd_header *in_cmd, int in_cmd_size,
52 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
H A Dcmd.c1500 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd_async() argument
1537 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async()
1541 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbs_cmd_async()
1555 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async() argument
1557 __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in lbs_cmd_async()
1562 struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd() argument
1570 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Dcmd.h44 struct cmd_header *in_cmd, int in_cmd_size);
47 struct cmd_header *in_cmd, int in_cmd_size,
52 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
H A Dcmd.c1500 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd_async() argument
1537 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async()
1541 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbs_cmd_async()
1555 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async() argument
1557 __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in lbs_cmd_async()
1562 struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd() argument
1570 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Dcmd.h44 struct cmd_header *in_cmd, int in_cmd_size);
47 struct cmd_header *in_cmd, int in_cmd_size,
52 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
H A Dcmd.c1500 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd_async() argument
1537 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async()
1541 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbs_cmd_async()
1555 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async() argument
1557 __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in lbs_cmd_async()
1562 struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd() argument
1570 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c604 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd_async() argument
633 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async()
638 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbtf_cmd_async()
654 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async() argument
657 __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0); in lbtf_cmd_async()
662 struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd() argument
673 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
H A Dlibertas_tf.h509 struct cmd_header *in_cmd, int in_cmd_size);
512 struct cmd_header *in_cmd, int in_cmd_size,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c604 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd_async() argument
633 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async()
638 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbtf_cmd_async()
654 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async() argument
657 __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0); in lbtf_cmd_async()
662 struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd() argument
673 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
H A Dlibertas_tf.h509 struct cmd_header *in_cmd, int in_cmd_size);
512 struct cmd_header *in_cmd, int in_cmd_size,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c604 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd_async() argument
633 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async()
638 cmdnode->cmdbuf->size = cpu_to_le16(in_cmd_size); in __lbtf_cmd_async()
654 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async() argument
657 __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0); in lbtf_cmd_async()
662 struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd() argument
673 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
H A Dlibertas_tf.h509 struct cmd_header *in_cmd, int in_cmd_size);
512 struct cmd_header *in_cmd, int in_cmd_size,