Home
last modified time | relevance | path

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

/freebsd-head/sys/cam/scsi/
HDscsi_cd.c2265 page->audio.port[LEFT_PORT].channels = in cdioctl()
2298 arg->vol[LEFT_PORT] = in cdioctl()
2299 page->audio.port[LEFT_PORT].volume; in cdioctl()
2330 page->audio.port[LEFT_PORT].channels = CHANNEL_0; in cdioctl()
2331 page->audio.port[LEFT_PORT].volume = in cdioctl()
2332 arg->vol[LEFT_PORT]; in cdioctl()
2364 page->audio.port[LEFT_PORT].channels = in cdioctl()
2396 page->audio.port[LEFT_PORT].channels = in cdioctl()
2428 page->audio.port[LEFT_PORT].channels = 0; in cdioctl()
2458 page->audio.port[LEFT_PORT].channels = LEFT_CHANNEL; in cdioctl()
[all …]
HDscsi_cd.h789 #define LEFT_PORT 0 macro