Searched refs:hi_command (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 1021 hi_command(struct i2c_device_addr *dev_addr, 2145 rc = hi_command(dev_addr, &hi_cmd, &dummy); in drxj_dap_atomic_read_write_block() 2250 rc = hi_command(demod->my_i2c_dev_addr, &hi_cmd, &result); in hi_cfg_command() 2266 * \fn int hi_command() 2277 hi_command(struct i2c_device_addr *dev_addr, const struct drxj_hi_cmd *cmd, u16 *result) in hi_command() function 3899 return hi_command(demod->my_i2c_dev_addr, &hi_cmd, &result); in ctrl_i2c_bridge()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 1021 hi_command(struct i2c_device_addr *dev_addr, 2145 rc = hi_command(dev_addr, &hi_cmd, &dummy); in drxj_dap_atomic_read_write_block() 2250 rc = hi_command(demod->my_i2c_dev_addr, &hi_cmd, &result); in hi_cfg_command() 2266 * \fn int hi_command() 2277 hi_command(struct i2c_device_addr *dev_addr, const struct drxj_hi_cmd *cmd, u16 *result) in hi_command() function 3896 return hi_command(demod->my_i2c_dev_addr, &hi_cmd, &result); in ctrl_i2c_bridge()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 985 static int hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) in hi_command() function 1058 status = hi_command(state, SIO_HI_RA_RAM_CMD_CONFIG, NULL); in hi_cfg_command() 2761 status = hi_command(state, SIO_HI_RA_RAM_CMD_BRDCTRL, NULL); in ConfigureI2CBridge()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 966 static int hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) in hi_command() function 1039 status = hi_command(state, SIO_HI_RA_RAM_CMD_CONFIG, NULL); in hi_cfg_command() 2742 status = hi_command(state, SIO_HI_RA_RAM_CMD_BRDCTRL, NULL); in ConfigureI2CBridge()
|
Completed in 41 milliseconds