Lines Matching refs:args
247 * @args: command arguments we are sending
248 * @argn: actual size of @args
259 const u8 args[],
281 memcpy(&data[1], args, argn);
350 struct si476x_rsq_status_args args = {
360 err = si476x_core_cmd_fm_rsq_status(core, &args, NULL);
363 err = si476x_core_cmd_am_rsq_status(core, &args, NULL);
374 const uint8_t args[], size_t argn,
381 err = si476x_core_send_command(core, cmd, args, argn, resp, respn,
439 const u8 args[CMD_SET_PROPERTY_NARGS] = {
448 args, ARRAY_SIZE(args),
466 const u8 args[CMD_GET_PROPERTY_NARGS] = {
473 args, ARRAY_SIZE(args),
527 const u8 args[CMD_DIG_AUDIO_PIN_CFG_NARGS] = {
535 args, ARRAY_SIZE(args),
576 const u8 args[CMD_ZIF_PIN_CFG_NARGS] = {
584 args, ARRAY_SIZE(args),
633 const u8 args[CMD_IC_LINK_GPO_CTL_PIN_CFG_NARGS] = {
641 args, ARRAY_SIZE(args),
664 const u8 args[CMD_ANA_AUDIO_PIN_CFG_NARGS] = {
669 args, ARRAY_SIZE(args),
699 const u8 args[CMD_INTB_PIN_CFG_NARGS] = {
705 args, ARRAY_SIZE(args),
715 const u8 args[CMD_INTB_PIN_CFG_NARGS] = {
721 args, ARRAY_SIZE(args),
732 * @rsqargs: - pointer to a structure containing a group of sub-args
745 const u8 args[CMD_AM_RSQ_STATUS_NARGS] = {
751 args, ARRAY_SIZE(args),
793 const u8 args[CMD_FM_ACF_STATUS_NARGS] = {
801 args, ARRAY_SIZE(args),
829 const u8 args[CMD_AM_ACF_STATUS_NARGS] = {
837 args, ARRAY_SIZE(args),
876 const u8 args[CMD_FM_SEEK_START_NARGS] = {
881 args, sizeof(args),
908 const u8 args[CMD_FM_RDS_STATUS_NARGS] = {
913 args, ARRAY_SIZE(args),
972 const u8 args[CMD_FM_RDS_BLOCKCOUNT_NARGS] = {
980 args, ARRAY_SIZE(args),
998 const u8 args[CMD_FM_PHASE_DIVERSITY_NARGS] = {
1003 args, ARRAY_SIZE(args),
1052 const u8 args[CMD_AM_SEEK_START_NARGS] = {
1057 args, sizeof(args),
1070 const u8 args[CMD_POWER_UP_A10_NARGS] = {
1082 args, ARRAY_SIZE(args),
1093 const u8 args[CMD_POWER_UP_A20_NARGS] = {
1104 args, ARRAY_SIZE(args),
1124 const u8 args[CMD_POWER_DOWN_A20_NARGS] = {
1128 args, ARRAY_SIZE(args),
1139 const u8 args[CMD_AM_TUNE_FREQ_NARGS] = {
1145 return si476x_cmd_tune_seek_freq(core, CMD_AM_TUNE_FREQ, args,
1146 sizeof(args),
1155 const u8 args[CMD_AM_TUNE_FREQ_NARGS] = {
1162 args, sizeof(args),
1172 const u8 args[CMD_FM_RSQ_STATUS_A10_NARGS] = {
1178 args, ARRAY_SIZE(args),
1225 const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = {
1232 args, ARRAY_SIZE(args),
1280 const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = {
1287 args, ARRAY_SIZE(args),
1340 const u8 args[CMD_FM_TUNE_FREQ_A10_NARGS] = {
1350 args, sizeof(args),
1358 const u8 args[CMD_FM_TUNE_FREQ_A20_NARGS] = {
1366 args, sizeof(args),
1474 struct si476x_power_up_args *args)
1478 return si476x_cmds_vtable[core->revision].power_up(core, args);
1483 struct si476x_power_down_args *args)
1487 return si476x_cmds_vtable[core->revision].power_down(core, args);
1492 struct si476x_tune_freq_args *args)
1496 return si476x_cmds_vtable[core->revision].fm_tune_freq(core, args);
1501 struct si476x_tune_freq_args *args)
1505 return si476x_cmds_vtable[core->revision].am_tune_freq(core, args);
1510 struct si476x_rsq_status_args *args,
1516 return si476x_cmds_vtable[core->revision].fm_rsq_status(core, args,