Searched refs:bootcmd (Results 1 – 4 of 4) sorted by relevance
753 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local756 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()
28 struct bootcmd { struct
768 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local771 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()
24 struct bootcmd struct