Home
last modified time | relevance | path

Searched defs:pktcdvd_device (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dpktcdvd.h163 struct pktcdvd_device struct
165 struct block_device *bdev; /* dev attached */
166 dev_t pkt_dev; /* our dev */
167 char name[20];
168 struct packet_settings settings;
169 struct packet_stats stats;
170 int refcnt; /* Open count */
171 int write_speed; /* current write speed, kB/s */
172 int read_speed; /* current read speed, kB/s */
173 unsigned long offset; /* start offset */
[all …]
/kernel/linux/linux-6.6/include/linux/
Dpktcdvd.h155 struct pktcdvd_device struct
157 struct block_device *bdev; /* dev attached */
158 dev_t pkt_dev; /* our dev */
159 struct packet_settings settings;
160 struct packet_stats stats;
161 int refcnt; /* Open count */
162 int write_speed; /* current write speed, kB/s */
163 int read_speed; /* current read speed, kB/s */
164 unsigned long offset; /* start offset */
165 __u8 mode_offset; /* 0 / 8 */
[all …]