Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c2274 page->audio.port[LEFT_PORT].channels = in cdioctl()
2307 arg->vol[LEFT_PORT] = in cdioctl()
2308 page->audio.port[LEFT_PORT].volume; in cdioctl()
2339 page->audio.port[LEFT_PORT].channels = CHANNEL_0; in cdioctl()
2340 page->audio.port[LEFT_PORT].volume = in cdioctl()
2341 arg->vol[LEFT_PORT]; in cdioctl()
2373 page->audio.port[LEFT_PORT].channels = in cdioctl()
2405 page->audio.port[LEFT_PORT].channels = in cdioctl()
2437 page->audio.port[LEFT_PORT].channels = 0; in cdioctl()
2467 page->audio.port[LEFT_PORT].channels = LEFT_CHANNEL; in cdioctl()
[all …]
H A Dscsi_cd.h789 #define LEFT_PORT 0 macro