Searched refs:this_pid (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c1472 pid_t this_pid; local
1481 this_pid = korg1212->playback_pid;
1484 this_pid = korg1212->capture_pid;
1488 if ((other_pid > 0) && (this_pid != other_pid)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c2008 pid_t this_pid; local
2016 this_pid = rme9652->playback_pid;
2019 this_pid = rme9652->capture_pid;
2023 if ((other_pid > 0) && (this_pid != other_pid)) {
H A Dhdspm.c3604 pid_t this_pid; local
3612 this_pid = hdspm->playback_pid;
3615 this_pid = hdspm->capture_pid;
3619 if ((other_pid > 0) && (this_pid != other_pid)) {
H A Dhdsp.c3878 pid_t this_pid; local
3892 this_pid = hdsp->playback_pid;
3895 this_pid = hdsp->capture_pid;
3899 if ((other_pid > 0) && (this_pid != other_pid)) {

Completed in 151 milliseconds