Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wlcore/
Dcmd.h382 u8 disc_type; /* only STA and P2P_CLI */ member
Dcmd.c487 cmd->disc_type = DISCONNECT_IMMEDIATE; in wl12xx_cmd_role_stop_dev()
598 cmd->disc_type = DISCONNECT_IMMEDIATE; in wl12xx_cmd_role_stop_sta()
/drivers/block/
Dpktcdvd.c1748 if (di->disc_type == 0xff) { in pkt_writable_disc()
1753 if (di->disc_type != 0x20 && di->disc_type != 0) { in pkt_writable_disc()
1754 pkt_err(pd, "wrong disc type (%x)\n", di->disc_type); in pkt_writable_disc()
/drivers/cdrom/
Dcdrom.c538 if (ret < 0 || ret < (int)offsetof(typeof(di),disc_type)) in cdrom_mrw_exit()
793 if (ret < 0 || ret < offsetof(typeof(di),disc_type)) in cdrom_mrw_open_write()