#ifndef SOUND_FIREWIRE_FCP_H_INCLUDED #define SOUND_FIREWIRE_FCP_H_INCLUDED #define AVC_PLUG_INFO_BUF_BYTES 4 struct fw_unit; /* * AV/C Digital Interface Command Set General Specification 4.2 * (Sep 2004, 1394TA) */ enum avc_general_plug_dir { AVC_GENERAL_PLUG_DIR_IN = 0, AVC_GENERAL_PLUG_DIR_OUT = 1, AVC_GENERAL_PLUG_DIR_COUNT }; int avc_general_set_sig_fmt(struct fw_unit *unit, unsigned int rate, enum avc_general_plug_dir dir, unsigned short plug); int avc_general_get_sig_fmt(struct fw_unit *unit, unsigned int *rate, enum avc_general_plug_dir dir, unsigned short plug); int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type, unsigned int subunit_id, unsigned int subfunction, u8 info[AVC_PLUG_INFO_BUF_BYTES]); int fcp_avc_transaction(struct fw_unit *unit, const void *command, unsigned int command_size, void *response, unsigned int response_size, unsigned int response_match_bytes); void fcp_bus_reset(struct fw_unit *unit); #endif elected='selected'>master net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-02-05net: remove __napi_complete()Eric Dumazet1-21/+3
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet2-16/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-2/+3
2017-02-02net: remove useless pfmemalloc settingEric Dumazet1-1/+0
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1