Home
last modified time | relevance | path

Searched refs:softing (Results 1 – 7 of 7) sorted by relevance

/drivers/net/can/softing/
Dsofting.h17 struct softing;
22 struct softing *card;
36 struct softing { struct
76 extern ktime_t softing_raw2ktime(struct softing *card, u32 raw); argument
78 extern int softing_chip_poweron(struct softing *card);
80 extern int softing_bootloader_command(struct softing *card, int16_t cmd,
84 extern int softing_load_fw(const char *file, struct softing *card,
88 extern int softing_load_app_fw(const char *file, struct softing *card);
94 extern int softing_enable_irq(struct softing *card, int enable);
Dsofting_main.c43 static inline void softing_set_reset_dpram(struct softing *card) in softing_set_reset_dpram()
53 static inline void softing_clr_reset_dpram(struct softing *card) in softing_clr_reset_dpram()
68 struct softing *card = priv->card; in softing_netdev_start_xmit()
162 static int softing_handle_1(struct softing *card) in softing_handle_1()
332 struct softing *card = (struct softing *)dev_id; in softing_irq_thread()
370 struct softing *card = (struct softing *)dev_id; in softing_irq_v2()
380 struct softing *card = (struct softing *)dev_id; in softing_irq_v1()
432 int softing_enable_irq(struct softing *card, int enable) in softing_enable_irq()
458 static void softing_card_shutdown(struct softing *card) in softing_card_shutdown()
481 static __devinit int softing_card_boot(struct softing *card) in softing_card_boot()
[all …]
Dsofting_fw.c31 static int _softing_fct_cmd(struct softing *card, int16_t cmd, uint16_t vector, in _softing_fct_cmd()
65 static int softing_fct_cmd(struct softing *card, int16_t cmd, const char *msg) in softing_fct_cmd()
77 int softing_bootloader_command(struct softing *card, int16_t cmd, in softing_bootloader_command()
145 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()
[all …]
DMakefile2 softing-y := softing_main.o softing_fw.o
3 obj-$(CONFIG_CAN_SOFTING) += softing.o
DKconfig28 firmware version 4.6 (softing-fw-4.6-binaries.tar.gz)
/drivers/net/can/
DMakefile12 obj-y += softing/
DKconfig123 source "drivers/net/can/softing/Kconfig"