Home
last modified time | relevance | path

Searched refs:cmnd (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/
A Df_mass_storage.c306 u8 cmnd[MAX_COMMAND_SIZE]; member
705 if (common->cmnd[0] == SC_READ_6) in do_read()
848 if (common->cmnd[1] & ~0x18) { in do_write()
1023 if (common->cmnd[1] & ~0x10) { in do_verify()
1170 int pmi = common->cmnd[8]; in do_read_capacity()
1238 int mscmnd = common->cmnd[0]; in do_mode_sense()
1250 pc = common->cmnd[2] >> 6; in do_mode_sense()
1341 prevent = common->cmnd[4] & 0x01; in do_prevent_allow()
1804 switch (common->cmnd[0]) { in do_scsi_command()
1863 i = common->cmnd[4]; in do_scsi_command()
[all …]
A Dstorage_common.c140 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
/drivers/video/sunxi/
A Dsunxi_display.c158 static int sunxi_hdmi_ddc_do_command(u32 cmnd, int offset, int n) in sunxi_hdmi_ddc_do_command() argument
170 writel(cmnd, &hdmi->ddc_cmnd); in sunxi_hdmi_ddc_do_command()
172 writel(n << 16 | cmnd, &hdmi->ddc_cmnd); in sunxi_hdmi_ddc_do_command()

Completed in 16 milliseconds