Home
last modified time | relevance | path

Searched refs:LEFT_PORT (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/cam/scsi/
HDscsi_cd.c2275 page->audio.port[LEFT_PORT].channels = in cdioctl()
2308 arg->vol[LEFT_PORT] = in cdioctl()
2309 page->audio.port[LEFT_PORT].volume; in cdioctl()
2340 page->audio.port[LEFT_PORT].channels = CHANNEL_0; in cdioctl()
2341 page->audio.port[LEFT_PORT].volume = in cdioctl()
2342 arg->vol[LEFT_PORT]; in cdioctl()
2374 page->audio.port[LEFT_PORT].channels = in cdioctl()
2406 page->audio.port[LEFT_PORT].channels = in cdioctl()
2438 page->audio.port[LEFT_PORT].channels = 0; in cdioctl()
2468 page->audio.port[LEFT_PORT].channels = LEFT_CHANNEL; in cdioctl()
[all …]
HDscsi_cd.h789 #define LEFT_PORT 0 macro