Searched refs:card (Results 51 - 75 of 619) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dsysfs.c18 #include <linux/mmc/card.h>
30 struct mmc_card *card = dev_to_mmc_card(dev); \
34 MMC_ATTR(cid, "%08x%08x%08x%08x\n", card->raw_cid[0], card->raw_cid[1],
35 card->raw_cid[2], card->raw_cid[3]);
36 MMC_ATTR(csd, "%08x%08x%08x%08x\n", card->raw_csd[0], card->raw_csd[1],
37 card->raw_csd[2], card
67 struct mmc_card *card = dev_to_mmc_card(dev); local
86 struct mmc_card *card = dev_to_mmc_card(dev); local
115 struct mmc_card *card = dev_to_mmc_card(dev); local
126 struct mmc_card *card = dev_to_mmc_card(dev); local
137 struct mmc_card *card = dev_to_mmc_card(dev); local
145 struct mmc_card *card = dev_to_mmc_card(dev); local
191 mmc_init_card(struct mmc_card *card, struct mmc_host *host) argument
204 mmc_register_card(struct mmc_card *card) argument
228 mmc_remove_card(struct mmc_card *card) argument
[all...]
H A Dsysfs.h14 void mmc_init_card(struct mmc_card *card, struct mmc_host *host);
15 int mmc_register_card(struct mmc_card *card);
16 void mmc_remove_card(struct mmc_card *card);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dirqmgr.c42 struct emu10k1_card *card = (struct emu10k1_card *) dev_id; local
60 while ((irqstatus = inl(card->iobase + IPR))) {
66 emu10k1_timer_irqhandler(card);
71 emu10k1_dsp_irqhandler(card);
76 emu10k1_mpuin_irqhandler(card);
81 emu10k1_mpuout_irqhandler(card);
86 emu10k1_mute_irqhandler(card);
91 emu10k1_volincr_irqhandler(card);
96 emu10k1_voldecr_irqhandler(card);
103 emu10k1_irq_disable(card, ~(INTE_MIDIRXENABL
[all...]
H A Defxmgr.c74 void emu10k1_set_control_gpr(struct emu10k1_card *card, int addr, s32 val, int flag) argument
76 struct patch_manager *mgr = &card->mgr;
83 if (card->is_audigy) {
84 sblive_writeptr(card, A_GPR_BASE + addr, 0, val);
87 val += sblive_readptr(card, GPR_BASE + addr, 0);
92 sblive_writeptr(card, GPR_BASE + addr, 0, val);
103 static void emu10k1_set_oss_vol(struct emu10k1_card *card, int oss_mixer, argument
108 card->ac97->mixer_state[oss_mixer] = (right << 8) | left;
110 if (!card->is_aps)
111 card
120 emu10k1_mute_irqhandler(struct emu10k1_card *card) argument
139 emu10k1_volincr_irqhandler(struct emu10k1_card *card) argument
156 emu10k1_voldecr_irqhandler(struct emu10k1_card *card) argument
173 emu10k1_set_volume_gpr(struct emu10k1_card *card, int addr, s32 vol, int scale) argument
198 emu10k1_dsp_irqhandler(struct emu10k1_card *card) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000_isa.h117 #define ISA_PORT_COR (card->port+ISA_COR)
118 #define ISA_PORT_ISR (card->port+ISA_ISR)
119 #define ISA_PORT_EPR (card->port+ISA_EPR)
120 #define ISA_PORT_EER (card->port+ISA_EER)
121 #define ISA_PORT_SDI (card->port+ISA_SDI)
122 #define ISA_PORT_SDO (card->port+ISA_SDO)
123 #define ISA_PORT_SIS (card->port+ISA_SIS)
124 #define ISA_PORT_SOS (card->port+ISA_SOS)
129 extern int act2000_isa_config_irq(act2000_card * card, short irq);
130 extern int act2000_isa_config_port(act2000_card * card, unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dfarsync.c42 /* Number of ports (per card) and cards supported
55 * of frames on the way down to the card
56 * so that we can keep the card busy
106 #define FST_MEMSIZE 0x100000 /* Size of card memory (1Mb) */
176 /* Interrupts from the card are caused by various events which are presented
317 /* Number of times the card thinks the host has
426 struct fst_card_info *card; /* Card we're associated with */ member in struct:fst_port_info
427 int index; /* Port index on the card */
444 /* Per card information
453 unsigned int type; /* Type index of card */
678 fst_cpureset(struct fst_card_info *card) argument
728 fst_cpurelease(struct fst_card_info *card) argument
750 fst_clear_intr(struct fst_card_info *card) argument
764 fst_enable_intr(struct fst_card_info *card) argument
776 fst_disable_intr(struct fst_card_info *card) argument
828 fst_init_dma(struct fst_card_info *card) argument
844 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, int txpos) argument
875 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, struct sk_buff *skb, int rxp) argument
911 fst_rx_dma(struct fst_card_info *card, unsigned char *skb, unsigned char *mem, int len) argument
939 fst_tx_dma(struct fst_card_info *card, unsigned char *skb, unsigned char *mem, int len) argument
970 struct fst_card_info *card; local
1043 struct fst_card_info *card; local
1071 struct fst_card_info *card; local
1093 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) argument
1139 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) argument
1162 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1197 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1236 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port) argument
1356 do_bottom_half_tx(struct fst_card_info *card) argument
1467 do_bottom_half_rx(struct fst_card_info *card) argument
1503 struct fst_card_info *card; local
1669 check_started_ok(struct fst_card_info *card) argument
1710 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port, struct fstioc_info *info) argument
1800 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port, struct fstioc_info *info) argument
1896 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port, struct ifreq *ifr) argument
1971 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port, struct ifreq *ifr) argument
2027 struct fst_card_info *card; local
2254 struct fst_card_info *card; local
2292 struct fst_card_info *card; local
2311 struct fst_card_info *card; local
2410 fst_init_card(struct fst_card_info *card) argument
2449 struct fst_card_info *card; local
2653 struct fst_card_info *card; local
[all...]
H A Dpc300too.c2 * Cyclades PC300 synchronous serial card driver for Linux
63 enum { PC300_RSV = 1, PC300_X21, PC300_TE }; /* card types */
85 struct card_s *card; member in struct:port_s
117 #define sca_in(reg, card) readb(card->scabase + (reg))
118 #define sca_out(value, reg, card) writeb(value, card->scabase + (reg))
119 #define sca_inw(reg, card) readw(card->scabase + (reg))
120 #define sca_outw(value, reg, card) write
136 card_t *card = port->card; local
280 card_t *card = pci_get_drvdata(pdev); local
313 card_t *card; local
[all...]
H A Dhd6457x.c66 #define sca_outa(value, reg, card) sca_outw(value, reg, card)
67 #define sca_ina(reg, card) sca_inw(reg, card)
71 #define sca_outa(value, reg, card) sca_outl(value, reg, card)
72 #define sca_ina(reg, card) sca_inl(reg, card)
81 static inline int sca_intr_status(card_t *card) argument
86 u8 isr0 = sca_in(ISR0, card);
191 card_t *card = port_to_card(port); local
229 sca_outa(desc_offset(port, 0, transmit), dmac + CDAL, card); local
232 dmac + EDAL, card); local
235 card); local
267 card_t* card = port_to_card(port); local
286 sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, u16 rxin) argument
343 card_t *card = port_to_card(port); local
395 card_t* card = port_to_card(port); local
429 card_t *card = dev_id; local
465 card_t* card = port_to_card(port); local
525 card_t* card = port_to_card(port); local
622 card_t* card = port_to_card(port); local
675 card_t *card = port_to_card(port); local
744 card_t *card = port_to_card(port); local
814 sca_detect_ram(card_t *card, u8 __iomem *rambase, u32 ramsize) argument
854 sca_init(card_t *card, int wait_states) argument
[all...]
H A Dc101.c2 * Moxa C101 synchronous serial card driver for Linux
84 #define sca_in(reg, card) readb((card)->win0base + C101_SCA + (reg))
85 #define sca_out(value, reg, card) writeb(value, (card)->win0base + C101_SCA + (reg))
86 #define sca_inw(reg, card) readw((card)->win0base + C101_SCA + (reg))
89 #define sca_outw(value, reg, card) do { \
90 writeb(value & 0xFF, (card)->win0base + C101_SCA + (reg)); \
91 writeb((value >> 8 ) & 0xFF, (card)
104 sca_get_page(card_t *card) argument
109 openwin(card_t *card, u8 page) argument
282 c101_destroy_card(card_t *card) argument
305 card_t *card; local
435 card_t *card = first_card; local
[all...]
H A Dn2.c2 * SDL Inc. RISCom/N2 synchronous serial card driver for Linux
96 struct card_s *card; member in struct:port_s
132 #define sca_reg(reg, card) (0x8000 | (card)->io | \
134 #define sca_in(reg, card) inb(sca_reg(reg, card))
135 #define sca_out(value, reg, card) outb(value, sca_reg(reg, card))
136 #define sca_inw(reg, card) inw(sca_reg(reg, card))
149 sca_get_page(card_t *card) argument
155 openwin(card_t *card, u8 page) argument
169 card_t *card = port->card; local
303 n2_destroy_card(card_t *card) argument
335 card_t *card; local
551 card_t *card = first_card; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dinterrupt.c21 #include "card.h"
43 int card; local
45 card = get_card_from_irq(interrupt);
47 if(!IS_VALID_CARD(card)) {
48 pr_debug("Invalid param: %d is not a valid card id\n", card);
53 sc_adapter[card]->devicename);
58 while (!receivemessage(card, &rcvmsg)) {
63 if(sc_adapter[card]->want_async_messages)
64 memcpy(&(sc_adapter[card]
[all...]
H A Dcard.h1 /* $Id: card.h,v 1.1.1.1 2007/08/03 18:52:36 Exp $
50 * Macro to determine is a card id is valid
77 isdn_if *card; /* ISDN4Linux structure */ member in struct:__anon4805
107 void memcpy_toshmem(int card, void *dest, const void *src, size_t n);
108 void memcpy_fromshmem(int card, void *dest, const void *src, size_t n);
110 int indicate_status(int card, int event, ulong Channel, char *Data);
113 void rcvpkt(int card, RspMessage *rcvmsg);
115 int reset(int card);
116 int startproc(int card);
117 int send_and_receive(int card, unsigne
[all...]
H A Devent.c21 #include "card.h"
41 int indicate_status(int card, int event,ulong Channel,char *Data) argument
47 sc_adapter[card]->devicename, events[event-256], Channel);
50 pr_debug("%s: Event data: %s\n", sc_adapter[card]->devicename,
65 cmd.driver = sc_adapter[card]->driverId;
67 return sc_adapter[card]->card->statcallb(&cmd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_proclog.c23 static void put_log_buffer(hysdn_card * card, char *cp);
36 /* structure holding proc entrys for one card */
53 hysdn_card_errlog(hysdn_card * card, tErrLogEntry * logp, int maxsize) argument
58 put_log_buffer(card, buf); /* output the string */
65 hysdn_addlog(hysdn_card * card, char *fmt,...) argument
67 struct procdata *pd = card->proclog;
75 cp += sprintf(cp, "HYSDN: card %d ", card->myid);
83 if (card->debug_flags & DEB_OUT_SYSLOG)
86 put_log_buffer(card, p
97 put_log_buffer(hysdn_card * card, char *cp) argument
158 hysdn_card *card = (hysdn_card *) file->private_data; local
208 hysdn_card *card; local
248 hysdn_card *card; local
298 hysdn_card *card; local
353 hysdn_card *card; local
397 hysdn_proclog_init(hysdn_card * card) argument
423 hysdn_proclog_release(hysdn_card * card) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c107 qeth_init_qdio_info(struct qeth_card *card);
110 qeth_init_qdio_queues(struct qeth_card *card);
113 qeth_alloc_qdio_buffers(struct qeth_card *card);
238 * free card
241 qeth_free_card(struct qeth_card *card) argument
245 QETH_DBF_HEX(setup, 2, &card, sizeof(void *));
246 qeth_clean_channel(&card->read);
247 qeth_clean_channel(&card->write);
248 if (card->dev)
249 free_netdev(card
298 struct qeth_card *card; local
335 struct qeth_card *card = CARD_FROM_CDEV(cdev); local
409 struct qeth_card *card; local
504 struct qeth_card *card; local
529 struct qeth_card *card = (struct qeth_card *) cgdev->dev.driver_data; local
570 struct qeth_card *card = (struct qeth_card *) cgdev->dev.driver_data; local
617 __qeth_ref_ip_on_card(struct qeth_card *card, struct qeth_ipaddr *todo, struct qeth_ipaddr **__addr) argument
704 __qeth_insert_ip_todo(struct qeth_card *card, struct qeth_ipaddr *addr, int add) argument
774 qeth_delete_ip(struct qeth_card *card, struct qeth_ipaddr *addr) argument
796 qeth_add_ip(struct qeth_card *card, struct qeth_ipaddr *addr) argument
817 __qeth_delete_all_mc(struct qeth_card *card, unsigned long *flags) argument
837 qeth_set_ip_addr_list(struct qeth_card *card) argument
904 qeth_set_thread_start_bit(struct qeth_card *card, unsigned long thread) argument
920 qeth_clear_thread_start_bit(struct qeth_card *card, unsigned long thread) argument
931 qeth_clear_thread_running_bit(struct qeth_card *card, unsigned long thread) argument
942 __qeth_do_run_thread(struct qeth_card *card, unsigned long thread) argument
962 qeth_do_run_thread(struct qeth_card *card, unsigned long thread) argument
974 struct qeth_card *card; local
1002 qeth_schedule_recovery(struct qeth_card *card) argument
1010 qeth_do_start_thread(struct qeth_card *card, unsigned long thread) argument
1028 struct qeth_card *card = container_of(work, struct qeth_card, kernel_thread_starter); local
1040 qeth_set_intial_options(struct qeth_card *card) argument
1063 qeth_setup_card(struct qeth_card *card) argument
1109 is_1920_device(struct qeth_card *card) argument
1138 qeth_determine_card_type(struct qeth_card *card) argument
1170 struct qeth_card *card; local
1225 qeth_read_conf_data(struct qeth_card *card, void **buffer, int *length) argument
1274 qeth_get_unitaddr(struct qeth_card *card) argument
1297 qeth_init_tokens(struct qeth_card *card) argument
1318 struct qeth_card *card; local
1414 struct qeth_card *card; local
1457 struct qeth_card *card; local
1532 struct qeth_card *card; local
1585 struct qeth_card *card; local
1630 qeth_issue_next_read(struct qeth_card *card) argument
1657 qeth_alloc_reply(struct qeth_card *card) argument
1686 qeth_issue_ipa_msg(struct qeth_ipa_cmd *cmd, struct qeth_card *card) argument
1701 qeth_check_ipa_data(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
1757 qeth_clear_ipacmd_list(struct qeth_card *card) argument
1780 struct qeth_card *card; local
1853 qeth_prepare_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1871 qeth_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob, int (*reply_cb) (struct qeth_card *, struct qeth_reply*, unsigned long), void *reply_param) argument
1944 qeth_osn_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1972 qeth_prepare_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, char prot_type) argument
1982 qeth_osn_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int data_len) argument
2000 qeth_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int (*reply_cb) (struct qeth_card *,struct qeth_reply*, unsigned long), void *reply_param) argument
2025 qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2041 qeth_cm_enable(struct qeth_card *card) argument
2061 qeth_cm_setup_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2078 qeth_cm_setup(struct qeth_card *card) argument
2100 qeth_ulp_enable_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2144 qeth_ulp_enable(struct qeth_card *card) argument
2179 qeth_ulp_setup_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2195 qeth_ulp_setup(struct qeth_card *card) argument
2261 qeth_get_next_skb(struct qeth_card *card, struct qdio_buffer *buffer, struct qdio_buffer_element **__element, int *__offset, struct qeth_hdr **hdr) argument
2348 struct qeth_card *card; local
2379 qeth_rebuild_skb_fake_ll_tr(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr *hdr) argument
2433 qeth_rebuild_skb_fake_ll_eth(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr *hdr) argument
2479 qeth_rebuild_skb_fake_ll(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr *hdr) argument
2489 qeth_layer2_rebuild_skb(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr *hdr) argument
2502 qeth_rebuild_skb(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr *hdr) argument
2558 qeth_process_inbound_buffer(struct qeth_card *card, struct qeth_qdio_buffer *buf, int index) argument
2611 qeth_get_buffer_pool_entry(struct qeth_card *card) argument
2626 qeth_init_input_buffer(struct qeth_card *card, struct qeth_qdio_buffer *buf) argument
2678 qeth_queue_input_buffer(struct qeth_card *card, int index) argument
2729 qeth_put_buffer_pool_entry(struct qeth_card *card, struct qeth_buffer_pool_entry *entry) argument
2743 struct qeth_card *card; local
2782 qeth_handle_send_error(struct qeth_card *card, struct qeth_qdio_out_buffer *buffer, unsigned int qdio_err, unsigned int siga_err) argument
3022 struct qeth_card *card = (struct qeth_card *) card_ptr; local
3067 qeth_create_qib_param_field(struct qeth_card *card, char *param_field) argument
3080 qeth_create_qib_param_field_blkt(struct qeth_card *card, char *param_field) argument
3092 qeth_initialize_working_pool_list(struct qeth_card *card) argument
3105 qeth_clear_working_pool_list(struct qeth_card *card) argument
3117 qeth_free_buffer_pool(struct qeth_card *card) argument
3132 qeth_alloc_buffer_pool(struct qeth_card *card) argument
3164 qeth_realloc_buffer_pool(struct qeth_card *card, int bufcnt) argument
3181 qeth_alloc_qdio_buffers(struct qeth_card *card) argument
3248 qeth_free_qdio_buffers(struct qeth_card *card) argument
3270 qeth_clear_qdio_buffers(struct qeth_card *card) argument
3285 qeth_init_qdio_info(struct qeth_card *card) argument
3298 qeth_init_qdio_queues(struct qeth_card *card) argument
3344 qeth_qdio_establish(struct qeth_card *card) argument
3422 qeth_qdio_activate(struct qeth_card *card) argument
3432 struct qeth_card *card; local
3457 struct qeth_card *card; local
3478 qeth_halt_channels(struct qeth_card *card) argument
3493 qeth_clear_channels(struct qeth_card *card) argument
3509 qeth_clear_halt_card(struct qeth_card *card, int halt) argument
3524 qeth_qdio_clear_card(struct qeth_card *card, int use_halt) argument
3551 qeth_dm_act(struct qeth_card *card) argument
3570 qeth_mpc_initialize(struct qeth_card *card) argument
3684 struct qeth_card *card; local
3726 qeth_verify_vlan_dev(struct net_device *dev, struct qeth_card *card) argument
3752 struct qeth_card *card; local
3774 struct qeth_card *card = NULL; local
3791 struct qeth_card *card; local
3801 struct qeth_card *card; local
3829 struct qeth_card *card; local
3843 qeth_get_cast_type(struct qeth_card *card, struct sk_buff *skb) argument
3892 qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument
3941 __qeth_prepare_skb(struct qeth_card *card, struct sk_buff *skb, int ipv) argument
3977 qeth_prepare_skb(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr **hdr, int ipv) argument
4028 qeth_layer2_get_packet_type(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb) argument
4065 qeth_layer2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int cast_type) argument
4093 qeth_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
4261 qeth_do_send_packet_fast(struct qeth_card *card, struct qeth_qdio_out_q *queue, struct sk_buff *skb, struct qeth_hdr *hdr, int elements_needed, struct qeth_eddp_context *ctx) argument
4312 qeth_do_send_packet(struct qeth_card *card, struct qeth_qdio_out_q *queue, struct sk_buff *skb, struct qeth_hdr *hdr, int elements_needed, struct qeth_eddp_context *ctx) argument
4418 qeth_get_elements_no(struct qeth_card *card, void *hdr, struct sk_buff *skb, int elems) argument
4439 qeth_send_packet(struct qeth_card *card, struct sk_buff *skb) argument
4563 struct qeth_card *card = (struct qeth_card *) dev->priv; local
4655 qeth_arp_set_no_entries(struct qeth_card *card, int no_entries) argument
4707 qeth_arp_query_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
4790 qeth_send_ipa_arp_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int len, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
4806 qeth_send_ipa_snmp_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int len, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
4834 qeth_arp_query(struct qeth_card *card, char __user *udata) argument
4882 qeth_snmp_command_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long sdata) argument
4949 qeth_get_adapter_cmd(struct qeth_card *card, __u32 command, __u32 cmdlen) argument
4969 qeth_snmp_command(struct qeth_card *card, char __user *udata) argument
5044 qeth_arp_add_entry(struct qeth_card *card, struct qeth_arp_cache_entry *entry) argument
5086 qeth_arp_remove_entry(struct qeth_card *card, struct qeth_arp_cache_entry *entry) argument
5128 qeth_arp_flush_cache(struct qeth_card *card) argument
5161 struct qeth_card *card = (struct qeth_card *)dev->priv; local
5257 struct qeth_card *card; local
5269 struct qeth_card *card; local
5293 struct qeth_card *card; local
5305 qeth_free_vlan_buffer(struct qeth_card *card, struct qeth_qdio_out_buffer *buf, unsigned short vid) argument
5329 qeth_free_vlan_skbs(struct qeth_card *card, unsigned short vid) argument
5342 qeth_free_vlan_addresses4(struct qeth_card *card, unsigned short vid) argument
5369 qeth_free_vlan_addresses6(struct qeth_card *card, unsigned short vid) argument
5397 qeth_free_vlan_addresses(struct qeth_card *card, unsigned short vid) argument
5406 qeth_layer2_send_setdelvlan_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
5426 qeth_layer2_send_setdelvlan(struct qeth_card *card, __u16 i, enum qeth_ipa_cmds ipacmd) argument
5441 qeth_layer2_process_vlans(struct qeth_card *card, int clear) argument
5463 struct qeth_card *card; local
5477 struct qeth_card *card; local
5499 qeth_setadp_promisc_mode_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
5523 qeth_setadp_promisc_mode(struct qeth_card *card) argument
5555 struct qeth_card *card = (struct qeth_card *) dev->priv; local
5613 struct qeth_card *card; local
5634 struct qeth_card *card; local
5663 struct qeth_card * card; local
5682 struct qeth_card *card; local
5696 qeth_delete_mc_addresses(struct qeth_card *card) argument
5715 qeth_add_mc(struct qeth_card *card, struct in_device *in4_dev) argument
5736 qeth_add_vlan_mc(struct qeth_card *card) argument
5767 qeth_add_multicast_ipv4(struct qeth_card *card) argument
5783 qeth_layer2_add_multicast(struct qeth_card *card) argument
5802 qeth_add_mc6(struct qeth_card *card, struct inet6_dev *in6_dev) argument
5824 qeth_add_vlan_mc6(struct qeth_card *card) argument
5855 qeth_add_multicast_ipv6(struct qeth_card *card) argument
5874 qeth_layer2_send_setdelmac(struct qeth_card *card, __u8 *mac, enum qeth_ipa_cmds ipacmd, int (*reply_cb) (struct qeth_card *, struct qeth_reply*, unsigned long)) argument
5892 qeth_layer2_send_setgroupmac_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
5919 qeth_layer2_send_setgroupmac(struct qeth_card *card, __u8 *mac) argument
5927 qeth_layer2_send_delgroupmac_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
5946 qeth_layer2_send_delgroupmac(struct qeth_card *card, __u8 *mac) argument
5954 qeth_layer2_send_setmac_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
5981 qeth_layer2_send_setmac(struct qeth_card *card, __u8 *mac) argument
5989 qeth_layer2_send_delmac_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6007 qeth_layer2_send_delmac(struct qeth_card *card, __u8 *mac) argument
6020 struct qeth_card *card; local
6052 qeth_fill_ipacmd_header(struct qeth_card *card, struct qeth_ipa_cmd *cmd, __u8 command, enum qeth_prot_versions prot) argument
6072 qeth_get_ipacmd_buffer(struct qeth_card *card, enum qeth_ipa_cmds ipacmd, enum qeth_prot_versions prot) argument
6086 qeth_send_setdelmc(struct qeth_card *card, struct qeth_ipaddr *addr, int ipacmd) argument
6123 qeth_send_setdelip(struct qeth_card *card, struct qeth_ipaddr *addr, int ipacmd, unsigned int flags) argument
6155 qeth_layer2_register_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
6166 qeth_layer2_deregister_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
6177 qeth_layer3_register_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
6214 qeth_layer3_deregister_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
6249 qeth_register_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
6258 qeth_deregister_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
6288 struct qeth_card *card = (struct qeth_card *)dev->priv; local
6296 struct qeth_card *card = (struct qeth_card *)dev->priv; local
6311 struct qeth_card *card = (struct qeth_card *)dev->priv; local
6320 struct qeth_card *card = (struct qeth_card *)dev->priv; local
6337 struct qeth_card *card = (struct qeth_card *)dev->priv; local
6346 struct qeth_card *card = (struct qeth_card *)dev->priv; local
6374 struct qeth_card *card; local
6410 struct qeth_card *card; local
6465 qeth_init_func_level(struct qeth_card *card) argument
6488 qeth_hardsetup_card(struct qeth_card *card) argument
6578 qeth_default_setassparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6604 qeth_default_setadapterparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6621 qeth_query_setadapterparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6638 qeth_query_setadapterparms(struct qeth_card *card) argument
6651 qeth_setadpparms_change_macaddr_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6672 qeth_setadpparms_change_macaddr(struct qeth_card *card) argument
6693 qeth_send_setadp_mode(struct qeth_card *card, __u32 command, __u32 mode) argument
6711 qeth_setadapter_hstr(struct qeth_card *card) argument
6743 qeth_setadapter_parms(struct qeth_card *card) argument
6778 qeth_layer2_initialize(struct qeth_card *card) argument
6810 qeth_send_startstoplan(struct qeth_card *card, enum qeth_ipa_cmds ipacmd, enum qeth_prot_versions prot) argument
6823 qeth_send_startlan(struct qeth_card *card, enum qeth_prot_versions prot) argument
6834 qeth_send_stoplan(struct qeth_card *card) argument
6850 qeth_query_ipassists_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
6877 qeth_query_ipassists(struct qeth_card *card, enum qeth_prot_versions prot) argument
6894 qeth_get_setassparms_cmd(struct qeth_card *card, enum qeth_ipa_funcs ipa_func, __u16 cmd_code, __u16 len, enum qeth_prot_versions prot) argument
6915 qeth_send_setassparms(struct qeth_card *card, struct qeth_cmd_buffer *iob, __u16 len, long data, int (*reply_cb) (struct qeth_card *,struct qeth_reply *,unsigned long), void *reply_param) argument
6938 qeth_send_simple_setassparms_ipv6(struct qeth_card *card, enum qeth_ipa_funcs ipa_func, __u16 cmd_code) argument
6955 qeth_send_simple_setassparms(struct qeth_card *card, enum qeth_ipa_funcs ipa_func, __u16 cmd_code, long data) argument
6974 qeth_start_ipa_arp_processing(struct qeth_card *card) argument
6996 qeth_start_ipa_ip_fragmentation(struct qeth_card *card) argument
7020 qeth_start_ipa_source_mac(struct qeth_card *card) argument
7045 qeth_start_ipa_vlan(struct qeth_card *card) argument
7075 qeth_start_ipa_multicast(struct qeth_card *card) argument
7102 qeth_softsetup_ipv6(struct qeth_card *card) argument
7151 qeth_start_ipa_ipv6(struct qeth_card *card) argument
7168 qeth_start_ipa_broadcast(struct qeth_card *card) argument
7215 qeth_send_checksum_command(struct qeth_card *card) argument
7240 qeth_start_ipa_checksum(struct qeth_card *card) argument
7272 qeth_start_ipa_tso(struct qeth_card *card) argument
7300 qeth_start_ipassists(struct qeth_card *card) argument
7316 qeth_send_setrouting(struct qeth_card *card, enum qeth_routing_types type, enum qeth_prot_versions prot) argument
7334 qeth_correct_routing_type(struct qeth_card *card, enum qeth_routing_types *type, enum qeth_prot_versions prot) argument
7375 qeth_setrouting_v4(struct qeth_card *card) argument
7396 qeth_setrouting_v6(struct qeth_card *card) argument
7421 qeth_set_large_send(struct qeth_card *card, enum qeth_large_send_types type) argument
7461 qeth_softsetup_card(struct qeth_card *card) argument
7512 qeth_get_unique_id_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
7536 qeth_put_unique_id(struct qeth_card *card) argument
7568 qeth_clear_ip_list(struct qeth_card *card, int clean, int recover) argument
7600 qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, int clear_start_mask) argument
7614 qeth_threads_running(struct qeth_card *card, unsigned long threads) argument
7626 qeth_wait_for_threads(struct qeth_card *card, unsigned long threads) argument
7633 qeth_stop_card(struct qeth_card *card, int recovery_mode) argument
7692 qeth_get_unique_id(struct qeth_card *card) argument
7721 qeth_print_status_with_portname(struct qeth_card *card) argument
7746 qeth_print_status_no_portname(struct qeth_card *card) argument
7774 qeth_print_status_message(struct qeth_card *card) argument
7814 qeth_register_netdev(struct qeth_card *card) argument
7825 qeth_start_again(struct qeth_card *card, int recovery_mode) argument
7859 qeth_make_parameters_consistent(struct qeth_card *card) argument
7898 struct qeth_card *card = gdev->dev.driver_data; local
8107 struct qeth_card *card; local
8142 qeth_clear_ipato_list(struct qeth_card *card) argument
8156 qeth_add_ipato_entry(struct qeth_card *card, struct qeth_ipato_entry *new) argument
8183 qeth_del_ipato_entry(struct qeth_card *card, enum qeth_prot_versions proto, u8 *addr, int mask_bits) argument
8220 qeth_is_addr_covered_by_ipato(struct qeth_card *card, struct qeth_ipaddr *addr) argument
8260 qeth_add_vipa(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
8301 qeth_del_vipa(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
8331 qeth_add_rxip(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
8372 qeth_del_rxip(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
8408 struct qeth_card *card; local
8459 struct qeth_card *card; local
8503 struct qeth_card *card; local
8699 struct qeth_card *card, *tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcore.h78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card i
153 snd_power_lock(struct snd_card *card) argument
158 snd_power_unlock(struct snd_card *card) argument
163 snd_power_get_state(struct snd_card *card) argument
168 snd_power_change_state(struct snd_card *card, unsigned int state) argument
181 snd_power_wait(struct snd_card *card, unsigned int state) argument
189 int card; /* card number */ member in struct:snd_minor
197 snd_card_get_device_link(struct snd_card *card) argument
238 snd_register_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, void *private_data, const char *name) argument
[all...]
H A Dtea6330t.h28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dtrident.c102 * Fixed a problem where the ALi change broke my generic card
108 * Moved Matt Wu's ac97 register cache into the card structure
298 struct trident_card *card; /* Card info */ member in struct:trident_state
409 so we use a single per card lock */
439 u16 mixer_regs[64][NR_AC97]; /* Made card local by Alan */
470 static void ali_delay(struct trident_card *card, int interval);
471 static void ali_detect_spdif_rate(struct trident_card *card);
485 static void ali_ac97_set(struct trident_card *card, int secondary, u8 reg, u16 val);
486 static u16 ali_ac97_get(struct trident_card *card, int secondary, u8 reg);
487 static void ali_set_spdif_out_rate(struct trident_card *card, unsigne
527 trident_enable_loop_interrupts(struct trident_card *card) argument
556 trident_disable_loop_interrupts(struct trident_card *card) argument
571 trident_enable_voice_irq(struct trident_card *card, unsigned int channel) argument
590 trident_disable_voice_irq(struct trident_card *card, unsigned int channel) argument
612 trident_start_voice(struct trident_card *card, unsigned int channel) argument
633 trident_stop_voice(struct trident_card *card, unsigned int channel) argument
654 trident_get_interrupt_mask(struct trident_card *card, unsigned int channel) argument
662 trident_check_channel_interrupt(struct trident_card *card, unsigned int channel) argument
677 trident_ack_channel_interrupt(struct trident_card *card, unsigned int channel) argument
695 trident_alloc_pcm_channel(struct trident_card *card) argument
717 trident_free_pcm_channel(struct trident_card *card, unsigned int channel) argument
739 cyber_alloc_pcm_channel(struct trident_card *card) argument
765 cyber_free_pcm_channel(struct trident_card *card, unsigned int channel) argument
787 cyber_init_ritual(struct trident_card *card) argument
830 trident_load_channel_registers(struct trident_card *card, u32 * data, unsigned int channel) argument
1032 struct trident_card *card = state->card; local
1156 struct trident_card *card = state->card; local
1166 struct trident_card *card = state->card; local
1179 struct trident_card *card = state->card; local
1199 struct trident_card *card = state->card; local
1219 struct trident_card *card = state->card; local
1232 struct trident_card *card = state->card; local
1651 trident_address_interrupt(struct trident_card *card) argument
1675 ali_hwvol_control(struct trident_card *card, int opt) argument
1732 struct trident_card *card = (struct trident_card *) ptr; local
1746 ali_set_timer(struct trident_card *card) argument
1761 ali_queue_task(struct trident_card *card, int opt) argument
1778 cyber_address_interrupt(struct trident_card *card) argument
1813 struct trident_card *card = (struct trident_card *) dev_id; local
2236 struct trident_card *card = state->card; local
2698 struct trident_card *card = devs; local
2815 struct trident_card *card; local
2888 struct trident_card *card = (struct trident_card *)codec->private_data; local
2946 struct trident_card *card = (struct trident_card *)codec->private_data; local
3001 acquirecodecaccess(struct trident_card *card) argument
3033 releasecodecaccess(struct trident_card *card) argument
3041 waitforstimertick(struct trident_card *card) argument
3060 ali_ac97_get(struct trident_card *card, int secondary, u8 reg) argument
3131 ali_ac97_set(struct trident_card *card, int secondary, u8 reg, u16 val) argument
3190 struct trident_card *card = stat->card; local
3203 struct trident_card *card = NULL; local
3227 struct trident_card *card; local
3255 ali_setup_spdif_out(struct trident_card *card, int flag) argument
3304 ali_disable_special_channel(struct trident_card *card, int ch) argument
3314 ali_disable_spdif_in(struct trident_card *card) argument
3326 ali_setup_spdif_in(struct trident_card *card) argument
3351 ali_delay(struct trident_card *card, int interval) argument
3363 ali_detect_spdif_rate(struct trident_card *card) argument
3446 ali_get_spdif_in_rate(struct trident_card *card) argument
3512 ali_setup_multi_channels(struct trident_card *card, int chan_nums) argument
3565 ali_free_pcm_channel(struct trident_card *card, unsigned int channel) argument
3581 struct trident_card *card = state->card; local
3656 ali_save_regs(struct trident_card *card) argument
3694 ali_restore_regs(struct trident_card *card) argument
3730 struct trident_card *card = pci_get_drvdata(dev); local
3741 struct trident_card *card = pci_get_drvdata(dev); local
3751 ali_alloc_pcm_channel(struct trident_card *card) argument
3784 ali_alloc_rec_pcm_channel(struct trident_card *card) argument
3808 ali_set_spdif_out_rate(struct trident_card *card, unsigned int rate) argument
3839 ali_address_interrupt(struct trident_card *card) argument
3999 struct trident_card *card = state->card; local
4019 struct trident_card *card = (struct trident_card *) data; local
4062 struct trident_card *card = devs; local
4096 ali_reset_5451(struct trident_card *card) argument
4141 trident_ac97_init(struct trident_card *card) argument
4258 struct trident_card *card = gameport->port_data; local
4265 struct trident_card *card = gameport->port_data; local
4273 struct trident_card *card = gameport->port_data; local
4289 struct trident_card *card = gameport->port_data; local
4306 trident_register_gameport(struct trident_card *card) argument
4330 trident_unregister_gameport(struct trident_card *card) argument
4337 trident_register_gameport(struct trident_card *card) argument
4338 trident_unregister_gameport(struct trident_card *card) argument
4348 struct trident_card *card; local
4562 struct trident_card *card = pci_get_drvdata(pci_dev); local
[all...]
H A Dcs46xx.c240 struct cs_card *card; /* Card info */ member in struct:cs_state
313 so we use a single per card lock */
389 static int cs_hardware_init(struct cs_card *card);
390 static int cs46xx_powerup(struct cs_card *card, unsigned int type);
391 static int cs461x_powerdown(struct cs_card *card, unsigned int type, int suspendflag);
392 static void cs461x_clear_serial_FIFOs(struct cs_card *card, int type);
622 static struct cs_channel *cs_alloc_pcm_channel(struct cs_card *card) argument
624 if (card->channel[1].used == 1)
626 card->channel[1].used = 1;
627 card
631 cs_alloc_rec_pcm_channel(struct cs_card *card) argument
640 cs_free_pcm_channel(struct cs_card *card, int channel) argument
677 cs_mute(struct cs_card *card, int state) argument
768 struct cs_card *card = state->card; local
880 struct cs_card *card = state->card; local
931 SetCaptureSPValues(struct cs_card *card) argument
945 struct cs_card *card = state->card; local
1014 struct cs_card *card = state->card; local
1038 struct cs_card *card = state->card; local
1065 struct cs_card *card = state->card; local
1089 struct cs_card *card = state->card; local
1122 struct cs_card *card=state->card; local
1422 struct cs_card *card=state->card; local
1482 cs_update_ptr(struct cs_card *card, int wake) argument
1586 cs_handle_midi(struct cs_card *card) argument
1619 struct cs_card *card = (struct cs_card *)dev_id; local
1662 struct cs_card *card = file->private_data; local
1705 struct cs_card *card = file->private_data; local
1753 struct cs_card *card = file->private_data; local
1778 struct cs_card *card = NULL; local
1831 struct cs_card *card = file->private_data; local
2010 struct cs_card *card = file->private_data; local
2118 struct cs_card *card = file->private_data; local
2240 struct cs_card *card = file->private_data; local
2306 struct cs_card *card = file->private_data; local
2382 struct cs_card *card = file->private_data; local
2908 amp_none(struct cs_card *card, int change) argument
2916 amp_voyetra(struct cs_card *card, int change) argument
2942 amp_hercules(struct cs_card *card, int change) argument
2975 clkrun_hack(struct cs_card *card, int change) argument
3017 struct cs_card *card = file->private_data; local
3184 struct cs_card *card = file->private_data; local
3298 cs46xx_ac97_suspend(struct cs_card *card) argument
3365 cs46xx_ac97_resume(struct cs_card *card) argument
3407 cs46xx_restart_part(struct cs_card *card) argument
3458 cs46xx_suspend(struct cs_card *card, pm_message_t state) argument
3548 cs46xx_resume(struct cs_card *card) argument
3610 struct cs_card *card = dev->private_data; local
3721 struct cs_card *card = dev->private_data; local
3731 struct cs_card *card = dev->private_data; local
3838 struct cs_card *card = NULL; local
3880 struct cs_card *card = NULL; local
3929 struct cs_card *card = NULL; local
3994 cs_ac97_init(struct cs_card *card) argument
4063 cs461x_download_image(struct cs_card *card) argument
4088 cs461x_reset(struct cs_card *card) argument
4117 cs461x_clear_serial_FIFOs(struct cs_card *card, int type) argument
4186 cs461x_powerdown(struct cs_card *card, unsigned int type, int suspendflag) argument
4409 cs46xx_powerup(struct cs_card *card, unsigned int type) argument
4610 cs461x_proc_start(struct cs_card *card) argument
4637 cs461x_proc_stop(struct cs_card *card) argument
4646 cs_hardware_init(struct cs_card *card) argument
5043 struct cs_card *card; local
5267 struct cs_card *card = PCI_GET_DRIVER_DATA(pci_dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapidrv.c144 static void handle_dtrace_data(capidrv_contr *card,
332 static capidrv_plci *new_plci(capidrv_contr * card, int chan) argument
345 plcip->next = card->plci_list;
346 card->plci_list = plcip;
347 card->bchans[chan].plcip = plcip;
352 static capidrv_plci *find_plci_by_plci(capidrv_contr * card, u32 plci) argument
355 for (p = card->plci_list; p; p = p->next)
361 static capidrv_plci *find_plci_by_msgid(capidrv_contr * card, u16 msgid) argument
364 for (p = card->plci_list; p; p = p->next)
370 static capidrv_plci *find_plci_by_ncci(capidrv_contr * card, u3 argument
379 free_plci(capidrv_contr * card, capidrv_plci * plcip) argument
399 new_ncci(capidrv_contr * card, capidrv_plci * plcip, u32 ncci) argument
424 find_ncci(capidrv_contr * card, u32 ncci) argument
438 find_ncci_by_msgid(capidrv_contr * card, u32 ncci, u16 msgid) argument
453 free_ncci(capidrv_contr * card, struct capidrv_ncci *nccip) argument
505 send_message(capidrv_contr * card, _cmsg * cmsg) argument
538 listen_change_state(capidrv_contr * card, int event) argument
558 p0(capidrv_contr * card, capidrv_plci * plci) argument
633 plci_change_state(capidrv_contr * card, capidrv_plci * plci, int event) argument
656 n0(capidrv_contr * card, capidrv_ncci * ncci) argument
722 ncci_change_state(capidrv_contr * card, capidrv_ncci * ncci, int event) argument
749 new_bchan(capidrv_contr * card) argument
765 capidrv_contr *card = findcontrbynumber(cmsg->adr.adrController & 0x7f); local
863 handle_incoming_call(capidrv_contr * card, _cmsg * cmsg) argument
990 capidrv_contr *card = findcontrbynumber(cmsg->adr.adrController & 0x7f); local
1172 capidrv_contr *card = findcontrbynumber(cmsg->adr.adrController & 0x7f); local
1353 capidrv_contr *card = findcontrbynumber(cmsg->adr.adrController & 0x7f); local
1422 handle_dtrace_data(capidrv_contr *card, int send, int level2, u8 *data, u16 len) argument
1466 capidrv_ioctl(isdn_ctrl * c, capidrv_contr * card) argument
1572 capidrv_command(isdn_ctrl * c, capidrv_contr * card) argument
1819 capidrv_contr *card = findcontrbydriverid(c->driver); local
1834 capidrv_contr *card = findcontrbydriverid(id); local
1912 capidrv_contr *card = findcontrbydriverid(id); local
1932 enable_dchannel_trace(capidrv_contr *card) argument
1985 send_listen(capidrv_contr *card) argument
2000 capidrv_contr *card = (capidrv_contr *)x; local
2010 capidrv_contr *card; local
2107 capidrv_contr **pp, *card; local
[all...]
H A Dkcapi.c80 capi_ctr_get(struct capi_ctr *card) argument
82 if (!try_module_get(card->owner))
84 return card;
88 capi_ctr_put(struct capi_ctr *card) argument
90 module_put(card->owner);
150 static void register_appl(struct capi_ctr *card, u16 applid, capi_register_params *rparam) argument
152 card = capi_ctr_get(card);
154 if (card)
155 card
161 release_appl(struct capi_ctr *card, u16 applid) argument
173 struct capi_ctr *card = get_capi_ctr_by_nr(contr); local
273 capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb) argument
351 capi_ctr_ready(struct capi_ctr * card) argument
363 capi_ctr_reseted(struct capi_ctr * card) argument
394 capi_ctr_suspend_output(struct capi_ctr *card) argument
404 capi_ctr_resume_output(struct capi_ctr *card) argument
417 attach_capi_ctr(struct capi_ctr *card) argument
462 detach_capi_ctr(struct capi_ctr *card) argument
608 struct capi_ctr *card; local
673 struct capi_ctr *card; local
690 struct capi_ctr *card; local
708 struct capi_ctr *card; local
726 struct capi_ctr *card; local
750 struct capi_ctr *card; local
902 struct capi_ctr *card; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Ddevice.c30 * @card: the card instance
36 * The device will be assigned to the card and managed together
37 * by the card.
44 int snd_device_new(struct snd_card *card, snd_device_type_t type, argument
49 snd_assert(card != NULL, return -ENXIO);
57 dev->card = card;
62 list_add(&dev->list, &card->devices); /* add to the head of list */
69 * snd_device_free - release the device from the card
80 snd_device_free(struct snd_card *card, void *device_data) argument
123 snd_device_disconnect(struct snd_card *card, void *device_data) argument
158 snd_device_register(struct snd_card *card, void *device_data) argument
187 snd_device_register_all(struct snd_card *card) argument
207 snd_device_disconnect_all(struct snd_card *card) argument
224 snd_device_free_all(struct snd_card *card, snd_device_cmd_t cmd) argument
[all...]
H A Dcontrol.c50 struct snd_card *card; local
54 card = snd_lookup_minor_data(iminor(inode), SNDRV_DEVICE_TYPE_CONTROL);
55 if (!card) {
59 err = snd_card_file_add(card, file);
64 if (!try_module_get(card->module)) {
76 ctl->card = card;
81 write_lock_irqsave(&card->ctl_files_rwlock, flags);
82 list_add_tail(&ctl->list, &card->ctl_files);
83 write_unlock_irqrestore(&card
110 struct snd_card *card; local
135 snd_ctl_notify(struct snd_card *card, unsigned int mask, struct snd_ctl_elem_id *id) argument
268 snd_ctl_hole_check(struct snd_card *card, unsigned int count) argument
283 snd_ctl_find_hole(struct snd_card *card, unsigned int count) argument
312 snd_ctl_add(struct snd_card *card, struct snd_kcontrol *kcontrol) argument
367 snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) argument
394 snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) argument
425 struct snd_card *card = file->card; local
456 snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id) argument
488 snd_ctl_find_numid(struct snd_card *card, unsigned int numid) argument
514 snd_ctl_find_id(struct snd_card *card, struct snd_ctl_elem_id *id) argument
542 snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, unsigned int cmd, void __user *arg) argument
567 snd_ctl_elem_list(struct snd_card *card, struct snd_ctl_elem_list __user *_list) argument
635 struct snd_card *card = ctl->card; local
689 snd_ctl_elem_read(struct snd_card *card, struct snd_ctl_elem_value *control) argument
721 snd_ctl_elem_read_user(struct snd_card *card, struct snd_ctl_elem_value __user *_control) argument
746 snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, struct snd_ctl_elem_value *control) argument
790 struct snd_card *card; local
816 struct snd_card *card = file->card; local
845 struct snd_card *card = file->card; local
960 struct snd_card *card = file->card; local
1076 struct snd_card *card = file->card; local
1109 struct snd_card *card = file->card; local
1169 struct snd_card *card; local
1417 struct snd_card *card = device->device_data; local
1436 struct snd_card *card = device->device_data; local
1462 struct snd_card *card = device->device_data; local
1478 snd_ctl_create(struct snd_card *card) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dcard.c2 * card.c - contains functions for managing groups of PnP devices
17 static const struct pnp_card_device_id * match_card(struct pnp_card_driver * drv, struct pnp_card * card) argument
21 if (compare_pnp_id(card->id,drv_id->id)) {
29 card_for_each_dev(card, dev) {
53 if (!dev->card || !drv)
62 static int card_probe(struct pnp_card *card, struct pnp_card_driver *drv) argument
70 id = match_card(drv,card);
77 clink->card = card;
85 card_for_each_dev(card, de
100 pnp_add_card_id(struct pnp_id *id, struct pnp_card * card) argument
118 pnp_free_card_ids(struct pnp_card * card) argument
134 struct pnp_card * card = to_pnp_card(dmdev); local
143 struct pnp_card *card = to_pnp_card(dmdev); local
153 struct pnp_card *card = to_pnp_card(dmdev); local
165 pnp_interface_attach_card(struct pnp_card *card) argument
185 pnp_add_card(struct pnp_card * card) argument
228 pnp_remove_card(struct pnp_card * card) argument
250 pnp_add_card_device(struct pnp_card * card, struct pnp_dev * dev) argument
291 struct pnp_card * card; local
393 struct pnp_card *card = list_entry(pos, struct pnp_card, global_list); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dadlib.c2 * AdLib FM card driver.
46 static void snd_adlib_free(struct snd_card *card) argument
48 release_and_free_resource(card->private_data);
53 struct snd_card *card; local
57 card = snd_card_new(index[n], id[n], THIS_MODULE, 0);
58 if (!card) {
59 snd_printk(KERN_ERR "%s: could not create card\n", dev->bus_id);
63 card->private_data = request_region(port[n], 4, CRD_NAME);
64 if (!card->private_data) {
69 card
[all...]

Completed in 584 milliseconds

1234567891011>>