Home
last modified time | relevance | path

Searched refs:bootcmd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/libertas_tf/
Dif_usb.c753 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
756 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
757 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
758 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
761 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0); in if_usb_issue_boot_command()
Dif_usb.h28 struct bootcmd { struct
/linux-4.1.27/drivers/net/wireless/libertas/
Dif_usb.c768 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local
771 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
772 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
773 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command()
776 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd)); in if_usb_issue_boot_command()
Dif_usb.h24 struct bootcmd struct