Searched refs:p_result (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 1581 struct stv0900_signal_info p_result = intp->result[demod]; in stv0900_search() local 1595 p_result.locked = FALSE; in stv0900_search() 1617 p_result.locked = intp->result[demod].locked; in stv0900_search() 1618 p_result.standard = intp->result[demod].standard; in stv0900_search() 1619 p_result.frequency = intp->result[demod].frequency; in stv0900_search() 1620 p_result.symbol_rate = intp->result[demod].symbol_rate; in stv0900_search() 1621 p_result.fec = intp->result[demod].fec; in stv0900_search() 1622 p_result.modcode = intp->result[demod].modcode; in stv0900_search() 1623 p_result.pilot = intp->result[demod].pilot; in stv0900_search() 1624 p_result.frame_len = intp->result[demod].frame_len; in stv0900_search() [all …]
|
D | drxk_hard.c | 1012 static int hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) in hi_command() argument 1045 status = read16(state, SIO_HI_RA_RAM_RES__A, p_result); in hi_command()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | message.c | 11910 dword plci_b_id, word plci_b_write_pos, byte *p_result) in li_check_plci_b() argument 11920 PUT_WORD(p_result, _REQUEST_NOT_ALLOWED_IN_THIS_STATE); in li_check_plci_b() 11936 PUT_WORD(p_result, _WRONG_IDENTIFIER); in li_check_plci_b() 11946 PUT_WORD(p_result, _REQUEST_NOT_ALLOWED_IN_THIS_STATE); in li_check_plci_b() 11957 PUT_WORD(p_result, _WRONG_IDENTIFIER); in li_check_plci_b() 11965 PUT_WORD(p_result, _REQUEST_NOT_ALLOWED_IN_THIS_STATE); in li_check_plci_b() 11973 dword plci_b_id, word plci_b_write_pos, byte *p_result) in li2_check_plci_b() argument 11983 PUT_WORD(p_result, _WRONG_STATE); in li2_check_plci_b() 11999 PUT_WORD(p_result, _WRONG_IDENTIFIER); in li2_check_plci_b() 12010 PUT_WORD(p_result, _WRONG_STATE); in li2_check_plci_b() [all …]
|