Lines Matching defs:softing
3 * softing common interfaces
18 struct softing;
23 struct softing *card;
37 struct softing {
77 ktime_t softing_raw2ktime(struct softing *card, u32 raw);
79 int softing_chip_poweron(struct softing *card);
81 int softing_bootloader_command(struct softing *card, int16_t cmd,
85 int softing_load_fw(const char *file, struct softing *card,
89 int softing_load_app_fw(const char *file, struct softing *card);
95 int softing_enable_irq(struct softing *card, int enable);