Home
last modified time | relevance | path

Searched refs:fw_unit (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v4.19/sound/firewire/
Dfcp.h7 struct fw_unit;
18 int avc_general_set_sig_fmt(struct fw_unit *unit, unsigned int rate,
21 int avc_general_get_sig_fmt(struct fw_unit *unit, unsigned int *rate,
24 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type,
28 int fcp_avc_transaction(struct fw_unit *unit,
32 void fcp_bus_reset(struct fw_unit *unit);
Dlib.h10 struct fw_unit;
16 int snd_fw_transaction(struct fw_unit *unit, int tcode,
26 void snd_fw_schedule_registration(struct fw_unit *unit,
Diso-resources.h8 struct fw_unit;
21 struct fw_unit *unit;
31 struct fw_unit *unit);
Dfcp.c28 int avc_general_set_sig_fmt(struct fw_unit *unit, unsigned int rate, in avc_general_set_sig_fmt()
84 int avc_general_get_sig_fmt(struct fw_unit *unit, unsigned int *rate, in avc_general_get_sig_fmt()
139 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type, in avc_general_get_plug_info()
198 struct fw_unit *unit;
229 int fcp_avc_transaction(struct fw_unit *unit, in fcp_avc_transaction()
301 void fcp_bus_reset(struct fw_unit *unit) in fcp_bus_reset()
Dpackets-buffer.h21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit,
25 struct fw_unit *unit);
Dcmp.h9 struct fw_unit;
39 struct fw_unit *unit,
Damdtp-stream.h84 struct fw_unit;
101 struct fw_unit *unit;
152 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,
Dlib.c33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
84 void snd_fw_schedule_registration(struct fw_unit *unit, in snd_fw_schedule_registration()
Dpackets-buffer.c21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init()
72 struct fw_unit *unit) in iso_packets_buffer_destroy()
/Linux-v4.19/sound/firewire/bebob/
Dbebob.h81 struct fw_unit *unit;
124 snd_bebob_read_block(struct fw_unit *unit, u64 addr, void *buf, int size) in snd_bebob_read_block()
132 snd_bebob_read_quad(struct fw_unit *unit, u64 addr, u32 *buf) in snd_bebob_read_quad()
140 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id,
142 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id,
198 int avc_bridgeco_get_plug_ch_pos(struct fw_unit *unit,
201 int avc_bridgeco_get_plug_type(struct fw_unit *unit,
204 int avc_bridgeco_get_plug_section_type(struct fw_unit *unit,
207 int avc_bridgeco_get_plug_input(struct fw_unit *unit,
210 int avc_bridgeco_get_plug_strm_fmt(struct fw_unit *unit,
[all …]
Dbebob_command.c11 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, in avc_audio_set_selector()
49 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id, in avc_audio_get_selector()
110 int avc_bridgeco_get_plug_type(struct fw_unit *unit, in avc_bridgeco_get_plug_type()
147 int avc_bridgeco_get_plug_ch_pos(struct fw_unit *unit, in avc_bridgeco_get_plug_ch_pos()
179 int avc_bridgeco_get_plug_section_type(struct fw_unit *unit, in avc_bridgeco_get_plug_section_type()
218 int avc_bridgeco_get_plug_input(struct fw_unit *unit, in avc_bridgeco_get_plug_input()
254 int avc_bridgeco_get_plug_strm_fmt(struct fw_unit *unit, in avc_bridgeco_get_plug_strm_fmt()
Dbebob.c159 get_saffire_spec(struct fw_unit *unit) in get_saffire_spec()
173 check_audiophile_booted(struct fw_unit *unit) in check_audiophile_booted()
274 bebob_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in bebob_probe()
353 bebob_update(struct fw_unit *unit) in bebob_update()
367 static void bebob_remove(struct fw_unit *unit) in bebob_remove()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw.h39 struct fw_unit *unit;
73 int avc_stream_set_format(struct fw_unit *unit, enum avc_general_plug_dir dir,
75 int avc_stream_get_format(struct fw_unit *unit,
79 avc_stream_get_format_single(struct fw_unit *unit, in avc_stream_get_format_single()
86 avc_stream_get_format_list(struct fw_unit *unit, in avc_stream_get_format_list()
98 int avc_general_inquiry_sig_fmt(struct fw_unit *unit, unsigned int rate,
Doxfw-command.c11 int avc_stream_set_format(struct fw_unit *unit, enum avc_general_plug_dir dir, in avc_stream_set_format()
53 int avc_stream_get_format(struct fw_unit *unit, in avc_stream_get_format()
112 int avc_general_inquiry_sig_fmt(struct fw_unit *unit, unsigned int rate, in avc_general_inquiry_sig_fmt()
/Linux-v4.19/include/linux/
Dfirewire.h224 struct fw_unit { struct
230 static inline struct fw_unit *fw_unit(struct device *dev) in fw_unit() argument
232 return container_of(dev, struct fw_unit, device); in fw_unit()
235 static inline struct fw_unit *fw_unit_get(struct fw_unit *unit) in fw_unit_get()
242 static inline void fw_unit_put(struct fw_unit *unit) in fw_unit_put()
247 static inline struct fw_device *fw_parent_device(struct fw_unit *unit) in fw_parent_device()
256 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
258 void (*update)(struct fw_unit *unit);
259 void (*remove)(struct fw_unit *unit);
/Linux-v4.19/drivers/firewire/
Dcore-device.c149 static void get_modalias_ids(struct fw_unit *unit, int *id) in get_modalias_ids()
178 get_modalias_ids(fw_unit(dev), id); in unit_match()
200 return driver->probe(fw_unit(dev), unit_match(dev, dev->driver)); in fw_unit_probe()
208 return driver->remove(fw_unit(dev)), 0; in fw_unit_remove()
211 static int get_modalias(struct fw_unit *unit, char *buffer, size_t buffer_size) in get_modalias()
224 struct fw_unit *unit = fw_unit(dev); in fw_unit_uevent()
273 dir = fw_unit(dev)->directory; in show_immediate()
306 dir = fw_unit(dev)->directory; in show_text_leaf()
373 struct fw_unit *unit = fw_unit(dev); in modalias_show()
386 struct fw_unit *unit = fw_unit(dev); in rom_index_show()
[all …]
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks.h63 struct fw_unit *unit;
114 int snd_efw_transaction_cmd(struct fw_unit *unit,
116 int snd_efw_transaction_run(struct fw_unit *unit,
121 void snd_efw_transaction_bus_reset(struct fw_unit *unit);
Dfireworks_transaction.c55 struct fw_unit *unit;
63 int snd_efw_transaction_cmd(struct fw_unit *unit, in snd_efw_transaction_cmd()
71 int snd_efw_transaction_run(struct fw_unit *unit, in snd_efw_transaction_run()
290 void snd_efw_transaction_bus_reset(struct fw_unit *unit) in snd_efw_transaction_bus_reset()
/Linux-v4.19/sound/firewire/fireface/
Dff.c100 static int snd_ff_probe(struct fw_unit *unit, in snd_ff_probe()
126 static void snd_ff_update(struct fw_unit *unit) in snd_ff_update()
140 static void snd_ff_remove(struct fw_unit *unit) in snd_ff_remove()
Dff.h55 struct fw_unit *unit;
125 int amdtp_ff_init(struct amdtp_stream *s, struct fw_unit *unit,
/Linux-v4.19/sound/firewire/digi00x/
Ddigi00x.c117 static int snd_dg00x_probe(struct fw_unit *unit, in snd_dg00x_probe()
143 static void snd_dg00x_update(struct fw_unit *unit) in snd_dg00x_update()
164 static void snd_dg00x_remove(struct fw_unit *unit) in snd_dg00x_remove()
Ddigi00x.h36 struct fw_unit *unit;
117 int amdtp_dot_init(struct amdtp_stream *s, struct fw_unit *unit,
/Linux-v4.19/sound/firewire/tascam/
Dtascam.c161 static int snd_tscm_probe(struct fw_unit *unit, in snd_tscm_probe()
186 static void snd_tscm_update(struct fw_unit *unit) in snd_tscm_update()
207 static void snd_tscm_remove(struct fw_unit *unit) in snd_tscm_remove()
/Linux-v4.19/sound/firewire/dice/
Ddice.c28 static int check_dice_category(struct fw_unit *unit) in check_dice_category()
213 static int dice_probe(struct fw_unit *unit, in dice_probe()
252 static void dice_remove(struct fw_unit *unit) in dice_remove()
272 static void dice_bus_reset(struct fw_unit *unit) in dice_bus_reset()
/Linux-v4.19/sound/firewire/motu/
Dmotu.c140 static int motu_probe(struct fw_unit *unit, in motu_probe()
165 static void motu_remove(struct fw_unit *unit) in motu_remove()
185 static void motu_bus_update(struct fw_unit *unit) in motu_bus_update()

12