Searched refs:disc_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dadfs_fs.h27 __le32 disc_type; member in struct:adfs_discrecord
H A Dcdrom.h866 __u8 disc_type; member in struct:__anon692
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.h382 u8 disc_type; /* only STA and P2P_CLI */ member in struct:wl12xx_cmd_role_stop
H A Dcmd.c487 cmd->disc_type = DISCONNECT_IMMEDIATE;
598 cmd->disc_type = DISCONNECT_IMMEDIATE;
/linux-master/drivers/block/
H A Dpktcdvd.c1776 if (di->disc_type == 0xff) {
1781 if (di->disc_type != 0x20 && di->disc_type != 0) {
1782 dev_err(ddev, "wrong disc type (%x)\n", di->disc_type);
/linux-master/drivers/cdrom/
H A Dcdrom.c539 if (ret < 0 || ret < (int)offsetof(typeof(di),disc_type))
794 if (ret < 0 || ret < offsetof(typeof(di),disc_type))

Completed in 135 milliseconds