Lines Matching refs:status
365 int status;
370 if ((status = or51132_readreg(state, 0x00)) < 0) {
371 printk(KERN_WARNING "or51132: get_parameters: error reading receiver status\n");
374 switch(status&0xff) {
387 printk(KERN_WARNING "or51132: unknown status 0x%02x\n",
388 status&0xff);
401 static int or51132_read_status(struct dvb_frontend *fe, enum fe_status *status)
408 printk(KERN_WARNING "or51132: read_status: error reading receiver status: %d\n", reg);
409 *status = 0;
415 *status = FE_HAS_SIGNAL|FE_HAS_CARRIER|FE_HAS_VITERBI|
418 *status = 0;
474 /* Read status, contains modulation type for QAM_AUTO and
478 printk(KERN_WARNING "or51132: read_snr: error reading receiver status\n");
493 printk(KERN_WARNING "or51132: unknown status 0x%02x\n", reg&0xff);