Lines Matching defs:card
30 static int _softing_fct_cmd(struct softing *card, int16_t cmd, uint16_t vector, in _softing_fct_cmd()
64 static int softing_fct_cmd(struct softing *card, int16_t cmd, const char *msg) in softing_fct_cmd()
76 int softing_bootloader_command(struct softing *card, int16_t cmd, in softing_bootloader_command()
144 int softing_load_fw(const char *file, struct softing *card, in softing_load_fw()
229 int softing_load_app_fw(const char *file, struct softing *card) in softing_load_app_fw()
327 static int softing_reset_chip(struct softing *card) in softing_reset_chip()
349 int softing_chip_poweron(struct softing *card) in softing_chip_poweron()
383 static void softing_initialize_timestamp(struct softing *card) in softing_initialize_timestamp()
396 ktime_t softing_raw2ktime(struct softing *card, u32 raw) in softing_raw2ktime()
431 struct softing *card; in softing_startstop() local
682 struct softing *card = priv->card; in softing_default_output() local