Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wlcore/
Dcmd.h396 u8 disc_type; /* only STA and P2P_CLI */ member
Dcmd.c493 cmd->disc_type = DISCONNECT_IMMEDIATE; in wl12xx_cmd_role_stop_dev()
604 cmd->disc_type = DISCONNECT_IMMEDIATE; in wl12xx_cmd_role_stop_sta()
/drivers/block/
Dpktcdvd.c1818 if (di->disc_type == 0xff) { in pkt_writable_disc()
1823 if (di->disc_type != 0x20 && di->disc_type != 0) { in pkt_writable_disc()
1824 pkt_err(pd, "wrong disc type (%x)\n", di->disc_type); in pkt_writable_disc()
/drivers/cdrom/
Dcdrom.c539 if (ret < 0 || ret < (int)offsetof(typeof(di),disc_type)) in cdrom_mrw_exit()
791 if (ret < 0 || ret < offsetof(typeof(di),disc_type)) in cdrom_mrw_open_write()