Home
last modified time | relevance | path

Searched refs:in_cmd (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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()
1537 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async()
1555 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async()
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()
1570 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
1499 __lbs_cmd_async(struct lbs_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbs_cmd_async() argument
1554 lbs_cmd_async(struct lbs_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size) lbs_cmd_async() argument
1561 __lbs_cmd(struct lbs_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbs_cmd() argument
/kernel/linux/linux-6.6/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.c1508 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd_async()
1545 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbs_cmd_async()
1563 struct cmd_header *in_cmd, int in_cmd_size) in lbs_cmd_async()
1565 __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in lbs_cmd_async()
1570 struct cmd_header *in_cmd, int in_cmd_size, in __lbs_cmd()
1578 cmdnode = __lbs_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbs_cmd()
1507 __lbs_cmd_async(struct lbs_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbs_cmd_async() argument
1562 lbs_cmd_async(struct lbs_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size) lbs_cmd_async() argument
1569 __lbs_cmd(struct lbs_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbs_cmd() argument
/kernel/linux/linux-5.10/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()
633 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async()
654 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async()
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()
673 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
603 __lbtf_cmd_async(struct lbtf_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbtf_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbtf_cmd_async() argument
653 lbtf_cmd_async(struct lbtf_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size) lbtf_cmd_async() argument
661 __lbtf_cmd(struct lbtf_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbtf_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbtf_cmd() argument
H A Dlibertas_tf.h510 struct cmd_header *in_cmd, int in_cmd_size);
513 struct cmd_header *in_cmd, int in_cmd_size,
/kernel/linux/linux-6.6/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()
633 memcpy(cmdnode->cmdbuf, in_cmd, in_cmd_size); in __lbtf_cmd_async()
654 struct cmd_header *in_cmd, int in_cmd_size) in lbtf_cmd_async()
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()
673 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
603 __lbtf_cmd_async(struct lbtf_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbtf_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbtf_cmd_async() argument
653 lbtf_cmd_async(struct lbtf_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size) lbtf_cmd_async() argument
661 __lbtf_cmd(struct lbtf_private *priv, uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, int (*callback)(struct lbtf_private *, unsigned long, struct cmd_header *), unsigned long callback_arg) __lbtf_cmd() argument
H A Dlibertas_tf.h511 struct cmd_header *in_cmd, int in_cmd_size);
514 struct cmd_header *in_cmd, int in_cmd_size,
/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.h150 const struct tc_ns_smc_cmd *in_cmd);
H A Dsmc_smp.c716 int send_smc_cmd_rebooting(uint32_t cmd_id, phys_addr_t cmd_addr, uint32_t cmd_type, const struct tc_ns_smc_cmd *in_cmd) in send_smc_cmd_rebooting() argument
722 if (in_cmd != NULL) { in send_smc_cmd_rebooting()
723 if (memcpy_s(&cmd, sizeof(cmd), in_cmd, sizeof(*in_cmd)) != EOK) { in send_smc_cmd_rebooting()
744 int send_smc_cmd_rebooting(uint32_t cmd_id, phys_addr_t cmd_addr, uint32_t cmd_type, const struct tc_ns_smc_cmd *in_cmd) in send_smc_cmd_rebooting() argument
749 (void)in_cmd; in send_smc_cmd_rebooting()

Completed in 13 milliseconds