Home
last modified time | relevance | path

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

/linux/drivers/net/can/softing/
H A Dsofting.h18 struct softing;
23 struct softing *card;
37 struct softing { struct
77 ktime_t softing_raw2ktime(struct softing *card, u32 raw); argument
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);
H A Dsofting_main.c31 static inline void softing_set_reset_dpram(struct softing *card) in softing_set_reset_dpram()
41 static inline void softing_clr_reset_dpram(struct softing *card) in softing_clr_reset_dpram()
56 struct softing *card = priv->card; in softing_netdev_start_xmit()
150 static int softing_handle_1(struct softing *card) in softing_handle_1()
319 struct softing *card = (struct softing *)dev_id; in softing_irq_thread()
357 struct softing *card = (struct softing *)dev_id; in softing_irq_v2()
367 struct softing *card = (struct softing *)dev_id; in softing_irq_v1()
421 int softing_enable_irq(struct softing *card, int enable) in softing_enable_irq()
447 static void softing_card_shutdown(struct softing *card) in softing_card_shutdown()
471 static int softing_card_boot(struct softing *card) in softing_card_boot()
[all …]
H A Dsofting_fw.c19 static int _softing_fct_cmd(struct softing *card, int16_t cmd, uint16_t vector, in _softing_fct_cmd()
53 static int softing_fct_cmd(struct softing *card, int16_t cmd, const char *msg) in softing_fct_cmd()
65 int softing_bootloader_command(struct softing *card, int16_t cmd, in softing_bootloader_command()
133 int softing_load_fw(const char *file, struct softing *card, in softing_load_fw()
218 int softing_load_app_fw(const char *file, struct softing *card) in softing_load_app_fw()
316 static int softing_reset_chip(struct softing *card) in softing_reset_chip()
338 int softing_chip_poweron(struct softing *card) in softing_chip_poweron()
372 static void softing_initialize_timestamp(struct softing *card) in softing_initialize_timestamp()
385 ktime_t softing_raw2ktime(struct softing *card, u32 raw) in softing_raw2ktime()
420 struct softing *card; in softing_startstop()
[all …]
H A DMakefile3 softing-y := softing_main.o softing_fw.o
4 obj-$(CONFIG_CAN_SOFTING) += softing.o
H A DKconfig29 firmware version 4.6 (softing-fw-4.6-binaries.tar.gz)
/linux/drivers/net/can/
H A DMakefile16 obj-y += softing/
H A DKconfig230 source "drivers/net/can/softing/Kconfig"
/linux/arch/arm/boot/dts/nxp/imx/
H A DMakefile301 imx6sx-softing-vining-2000.dtb \