Home | History | Annotate | Download | only in kfmapp

Lines Matching refs:DEFAULT_RADIO_DEVICE

1503     printf("Failed to read %s capabilities\n",DEFAULT_RADIO_DEVICE);
1508 printf("%s is not radio devcie",DEFAULT_RADIO_DEVICE);
1511 printf("\n***%s Info ****\n",DEFAULT_RADIO_DEVICE);
1538 printf("Opening device '%s'\n",DEFAULT_RADIO_DEVICE);
1539 g_radio_fd = open(DEFAULT_RADIO_DEVICE, O_RDWR);
1542 printf("Unable to open %s \nTerminating..\n",DEFAULT_RADIO_DEVICE);