Searched defs:card (Results 226 - 250 of 265) sorted by relevance

1234567891011

/drivers/memstick/core/
H A Dmspro_block.c139 struct memstick_dev *card; member in struct:mspro_block_data
160 int (*mrq_handler)(struct memstick_dev *card,
167 void (*setup_transfer)(struct memstick_dev *card,
181 static int mspro_block_complete_req(struct memstick_dev *card, int error);
193 if (msb && msb->card) {
527 static int h_mspro_block_req_init(struct memstick_dev *card, argument
530 struct mspro_block_data *msb = memstick_get_drvdata(card);
532 *mrq = &card->current_mrq;
533 card->next_request = msb->mrq_handler;
537 static int h_mspro_block_default(struct memstick_dev *card, argument
543 h_mspro_block_default_bad(struct memstick_dev *card, struct memstick_request **mrq) argument
549 h_mspro_block_get_ro(struct memstick_dev *card, struct memstick_request **mrq) argument
565 h_mspro_block_wait_for_ced(struct memstick_dev *card, struct memstick_request **mrq) argument
580 h_mspro_block_transfer_data(struct memstick_dev *card, struct memstick_request **mrq) argument
676 h_mspro_block_setup_cmd(struct memstick_dev *card, u64 offset, size_t length) argument
699 mspro_block_issue_req(struct memstick_dev *card, int chunk) argument
745 mspro_block_complete_req(struct memstick_dev *card, int error) argument
800 mspro_block_stop(struct memstick_dev *card) argument
821 mspro_block_start(struct memstick_dev *card) argument
846 struct memstick_dev *card = q->queuedata; local
867 mspro_block_wait_for_ced(struct memstick_dev *card) argument
879 mspro_block_set_interface(struct memstick_dev *card, unsigned char sys_reg) argument
900 mspro_block_switch_interface(struct memstick_dev *card) argument
980 mspro_block_read_attributes(struct memstick_dev *card) argument
1130 mspro_block_init_card(struct memstick_dev *card) argument
1183 mspro_block_init_disk(struct memstick_dev *card) argument
1302 mspro_block_check_card(struct memstick_dev *card) argument
1309 mspro_block_probe(struct memstick_dev *card) argument
1346 mspro_block_remove(struct memstick_dev *card) argument
1374 mspro_block_suspend(struct memstick_dev *card, pm_message_t state) argument
1387 mspro_block_resume(struct memstick_dev *card) argument
[all...]
/drivers/mmc/card/
H A Dblock.c39 #include <linux/mmc/card.h>
171 struct mmc_card *card = md->queue.card; local
174 if (card->ext_csd.boot_ro_lock & EXT_CSD_BOOT_WP_B_PERM_WP_EN)
176 else if (card->ext_csd.boot_ro_lock & EXT_CSD_BOOT_WP_B_PWR_WP_EN)
189 struct mmc_card *card; local
199 card = md->queue.card;
201 mmc_claim_host(card->host);
203 ret = mmc_switch(card, EXT_CSD_CMD_SET_NORMA
361 struct mmc_card *card; local
515 mmc_blk_part_switch(struct mmc_card *card, struct mmc_blk_data *md) argument
543 mmc_sd_num_wr_blocks(struct mmc_card *card) argument
610 send_stop(struct mmc_card *card, u32 *status) argument
623 get_card_status(struct mmc_card *card, u32 *status, int retries) argument
703 mmc_blk_cmd_recovery(struct mmc_card *card, struct request *req, struct mmc_blk_request *brq, int *ecc_err) argument
829 struct mmc_card *card = md->queue.card; local
875 struct mmc_card *card = md->queue.card; local
958 struct mmc_card *card = md->queue.card; local
979 mmc_apply_rel_rw(struct mmc_blk_request *brq, struct mmc_card *card, struct request *req) argument
1003 mmc_blk_err_check(struct mmc_card *card, struct mmc_async_req *areq) argument
1095 mmc_blk_rw_rq_prep(struct mmc_queue_req *mqrq, struct mmc_card *card, int disable_multi, struct mmc_queue *mq) argument
1249 mmc_blk_cmd_err(struct mmc_blk_data *md, struct mmc_card *card, struct mmc_blk_request *brq, struct request *req, int ret) argument
1281 struct mmc_card *card = md->queue.card; local
1415 struct mmc_card *card = md->queue.card; local
1463 mmc_blk_readonly(struct mmc_card *card) argument
1469 mmc_blk_alloc_req(struct mmc_card *card, struct device *parent, sector_t size, bool default_ro, const char *subname, int area_type) argument
1580 mmc_blk_alloc(struct mmc_card *card) argument
1604 mmc_blk_alloc_part(struct mmc_card *card, struct mmc_blk_data *md, unsigned int part_type, sector_t size, bool default_ro, const char *subname, int area_type) argument
1636 mmc_blk_alloc_parts(struct mmc_card *card, struct mmc_blk_data *md) argument
1661 struct mmc_card *card; local
1682 mmc_blk_remove_parts(struct mmc_card *card, struct mmc_blk_data *md) argument
1699 struct mmc_card *card = md->queue.card; local
1783 mmc_blk_probe(struct mmc_card *card) argument
1828 mmc_blk_remove(struct mmc_card *card) argument
1844 mmc_blk_suspend(struct mmc_card *card) argument
1858 mmc_blk_resume(struct mmc_card *card) argument
[all...]
H A Dmmc_test.c2 * linux/drivers/mmc/card/mmc_test.c
13 #include <linux/mmc/card.h>
64 * @dev_addr: address on card at which to do performance tests
106 * @card: card under test
113 struct mmc_card *card; member in struct:mmc_test_general_result
122 * @card: card under test
127 struct mmc_card *card; member in struct:mmc_test_dbgfs_file
133 * @card
141 struct mmc_card *card; member in struct:mmc_test_card
597 mmc_test_capacity(struct mmc_card *card) argument
716 mmc_test_check_result_async(struct mmc_card *card, struct mmc_async_req *areq) argument
2338 struct mmc_card *card = test->card; local
2786 mmc_test_free_result(struct mmc_card *card) argument
2814 struct mmc_card *card = (struct mmc_card *)sf->private; local
2850 struct mmc_card *card = (struct mmc_card *)sf->private; local
2935 mmc_test_free_dbgfs_file(struct mmc_card *card) argument
2952 __mmc_test_register_dbgfs_file(struct mmc_card *card, const char *name, umode_t mode, const struct file_operations *fops) argument
2984 mmc_test_register_dbgfs_file(struct mmc_card *card) argument
3006 mmc_test_probe(struct mmc_card *card) argument
3022 mmc_test_remove(struct mmc_card *card) argument
[all...]
/drivers/mmc/core/
H A Dcore.c31 #include <linux/mmc/card.h>
58 * back data to a different card after resume. Allow this to be
144 if (err && cmd->retries && !mmc_card_removed(host->card)) {
257 if (mmc_card_removed(host->card)) {
276 mmc_card_removed(host->card))
356 err = host->areq->err_check(host->card, host->areq);
398 * @card: the MMC card associated with the HPI transfer
400 * Issued High Priority Interrupt, and check for card status
403 int mmc_interrupt_hpi(struct mmc_card *card) argument
490 mmc_set_data_timeout(struct mmc_data *data, const struct mmc_card *card) argument
594 mmc_align_data_size(struct mmc_card *card, unsigned int sz) argument
1106 struct mmc_card *card; local
1391 mmc_init_erase(struct mmc_card *card) argument
1440 mmc_mmc_erase_timeout(struct mmc_card *card, unsigned int arg, unsigned int qty) argument
1504 mmc_sd_erase_timeout(struct mmc_card *card, unsigned int arg, unsigned int qty) argument
1529 mmc_erase_timeout(struct mmc_card *card, unsigned int arg, unsigned int qty) argument
1539 mmc_do_erase(struct mmc_card *card, unsigned int from, unsigned int to, unsigned int arg) argument
1649 mmc_erase(struct mmc_card *card, unsigned int from, unsigned int nr, unsigned int arg) argument
1707 mmc_can_erase(struct mmc_card *card) argument
1716 mmc_can_trim(struct mmc_card *card) argument
1724 mmc_can_discard(struct mmc_card *card) argument
1736 mmc_can_sanitize(struct mmc_card *card) argument
1746 mmc_can_secure_erase_trim(struct mmc_card *card) argument
1754 mmc_erase_group_aligned(struct mmc_card *card, unsigned int from, unsigned int nr) argument
1765 mmc_do_calc_max_discard(struct mmc_card *card, unsigned int arg) argument
1811 mmc_calc_max_discard(struct mmc_card *card) argument
1841 mmc_set_blocklen(struct mmc_card *card, unsigned int blocklen) argument
1864 mmc_can_reset(struct mmc_card *card) argument
1879 struct mmc_card *card = host->card; local
2005 struct mmc_card *card = host->card; local
2242 struct mmc_card *card = host->card; local
2253 mmc_flush_cache(struct mmc_card *card) argument
2282 struct mmc_card *card = host->card; local
[all...]
/drivers/mmc/host/
H A Dmxcmmc.c29 #include <linux/mmc/card.h>
811 static void mxcmci_init_card(struct mmc_host *host, struct mmc_card *card) argument
820 if (cpu_is_mx3() && card->type == MMC_TYPE_SDIO)
H A Domap_hsmmc.c187 /* NOTE: assumes card detect signal is active-low */
203 /* NOTE: assumes card detect signal is active-low */
259 * Assume Vcc regulator is used only to power the card ... OMAP
432 * Start clock to the card
441 * Stop clock to the card
621 /* Do not initialize card-specific things if the power is off */
668 * Send init stream sequence to card
1024 "Ignoring card err CMD%d\n", host->cmd->opcode);
1107 * If a MMC dual voltage card is detected, the set_ios fn calls
1108 * this fn with VDD bit set for 1.8V. Upon card remova
1593 omap_hsmmc_init_card(struct mmc_host *mmc, struct mmc_card *card) argument
[all...]
H A Dvub300.c48 #include <linux/mmc/card.h>
514 dev_info(&vub300->udev->dev, "card just inserted\n");
524 dev_info(&vub300->udev->dev, "card just ejected\n");
733 } else if (vub300->mmc && vub300->mmc->card &&
734 mmc_card_present(vub300->mmc->card)) {
1365 struct mmc_card *card = vub300->mmc->card; local
1366 int sdio_funcs = card->sdio_funcs;
1369 "vub_%04X%04X", card->cis.vendor, card
2082 vub300_init_card(struct mmc_host *mmc, struct mmc_card *card) argument
[all...]
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h303 /* only first user should up the card */
322 struct gelic_card *card; member in struct:gelic_port
330 return p->card;
338 return ((struct gelic_port *)netdev_priv(d))->card;
344 static inline struct device *ctodev(struct gelic_card *card) argument
346 return &card->dev->core;
348 static inline u64 bus_id(struct gelic_card *card) argument
350 return card->dev->bus_id;
352 static inline u64 dev_id(struct gelic_card *card) argument
354 return card
[all...]
/drivers/net/wan/
H A Dpc300.h75 * number of ports per card.
108 #define PC300_MAXCHAN 2 /* Number of channels per card */
350 struct pc300 *card; member in struct:pc300ch
H A Dpc300_drv.c241 #define CPC_LOCK(card,flags) \
243 spin_lock_irqsave(&card->card_lock, flags); \
246 #define CPC_UNLOCK(card,flags) \
248 spin_unlock_irqrestore(&card->card_lock, flags); \
307 static void tx_dma_buf_pt_init(pc300_t * card, int ch) argument
311 volatile pcsca_bd_t __iomem *ptdescr = (card->hw.rambase
322 static void tx_dma_buf_init(pc300_t * card, int ch) argument
326 volatile pcsca_bd_t __iomem *ptdescr = (card->hw.rambase
334 tx_dma_buf_pt_init(card, ch);
337 static void rx_dma_buf_pt_init(pc300_t * card, in argument
352 rx_dma_buf_init(pc300_t * card, int ch) argument
367 tx_dma_buf_check(pc300_t * card, int ch) argument
392 tx1_dma_buf_check(pc300_t * card, int ch) argument
418 rx_dma_buf_check(pc300_t * card, int ch) argument
441 dma_get_rx_frame_size(pc300_t * card, int ch) argument
466 dma_buf_write(pc300_t *card, int ch, u8 *ptdata, int len) argument
507 dma_buf_read(pc300_t * card, int ch, struct sk_buff *skb) argument
564 tx_dma_stop(pc300_t * card, int ch) argument
575 rx_dma_stop(pc300_t * card, int ch) argument
586 rx_dma_start(pc300_t * card, int ch) argument
611 falc_issue_cmd(pc300_t *card, int ch, u8 cmd) argument
626 falc_intr_enable(pc300_t * card, int ch) argument
676 falc_open_timeslot(pc300_t * card, int ch, int timeslot) argument
692 falc_close_timeslot(pc300_t * card, int ch, int timeslot) argument
708 falc_close_all_timeslots(pc300_t * card, int ch) argument
730 falc_open_all_timeslots(pc300_t * card, int ch) argument
762 falc_init_timeslot(pc300_t * card, int ch) argument
780 falc_enable_comm(pc300_t * card, int ch) argument
796 falc_disable_comm(pc300_t * card, int ch) argument
810 falc_init_t1(pc300_t * card, int ch) argument
979 falc_init_e1(pc300_t * card, int ch) argument
1159 falc_init_hdlc(pc300_t * card, int ch) argument
1185 te_config(pc300_t * card, int ch) argument
1245 falc_check_status(pc300_t * card, int ch, unsigned char frs0) argument
1401 falc_update_stats(pc300_t * card, int ch) argument
1453 falc_remote_loop(pc300_t * card, int ch, int loop_on) argument
1498 falc_local_loop(pc300_t * card, int ch, int loop_on) argument
1525 falc_payload_loop(pc300_t * card, int ch, int loop_on) argument
1579 turn_off_xlu(pc300_t * card, int ch) argument
1600 turn_off_xld(pc300_t * card, int ch) argument
1622 falc_generate_loop_up_code(pc300_t * card, int ch) argument
1655 falc_generate_loop_down_code(pc300_t * card, int ch) argument
1685 falc_pattern_test(pc300_t * card, int ch, unsigned int activate) argument
1732 falc_pattern_test_error(pc300_t * card, int ch) argument
1776 pc300_t *card = (pc300_t *) chan->card; local
1803 pc300_t *card = (pc300_t *) chan->card; local
1880 pc300_t *card = (pc300_t *) chan->card; local
1965 pc300_t *card = (pc300_t *)chan->card; local
1996 sca_intr(pc300_t * card) argument
2174 falc_t1_loop_detection(pc300_t *card, int ch, u8 frs1) argument
2199 falc_e1_loop_detection(pc300_t *card, int ch, u8 rsp) argument
2224 falc_t1_intr(pc300_t * card, int ch) argument
2271 falc_e1_intr(pc300_t * card, int ch) argument
2340 falc_intr(pc300_t * card) argument
2358 pc300_t *card = dev_id; local
2396 cpc_sca_status(pc300_t * card, int ch) argument
2488 cpc_falc_status(pc300_t * card, int ch) argument
2528 pc300_t *card = (pc300_t *) chan->card; local
2848 pc300_t *card = (pc300_t *) chan->card; local
2998 pc300_t *card = (pc300_t *) chan->card; local
3029 pc300_t *card = (pc300_t *) chan->card; local
3063 pc300_t *card = (pc300_t *)chan->card; local
3092 pc300_t *card = (pc300_t *) chan->card; local
3114 pc300_t *card = (pc300_t *) chan->card; local
3171 pc300_t *card = (pc300_t *) chan->card; local
3196 detect_ram(pc300_t * card) argument
3214 plx_init(pc300_t * card) argument
3259 cpc_init_card(pc300_t * card) argument
3417 pc300_t *card; local
3612 pc300_t *card = pci_get_drvdata(pdev); local
[all...]
/drivers/net/wireless/libertas_tf/
H A Dlibertas_tf.h178 void *card; member in struct:lbtf_private
489 struct lbtf_private *lbtf_add_card(void *card, struct device *dmdev);
/drivers/s390/net/
H A Dlcs.c172 * LCS free memory for card and channels.
175 lcs_free_card(struct lcs_card *card) argument
178 LCS_DBF_HEX(2, setup, &card, sizeof(void*));
179 kfree(card);
183 * LCS alloc memory for card and channels
188 struct lcs_card *card; local
193 card = kzalloc(sizeof(struct lcs_card), GFP_KERNEL | GFP_DMA);
194 if (card == NULL)
196 card->lan_type = LCS_FRAME_TYPE_AUTO;
197 card
226 lcs_setup_read_ccws(struct lcs_card *card) argument
265 lcs_setup_read(struct lcs_card *card) argument
281 lcs_setup_write_ccws(struct lcs_card *card) argument
312 lcs_setup_write(struct lcs_card *card) argument
325 lcs_set_allowed_threads(struct lcs_card *card, unsigned long threads) argument
335 lcs_threads_running(struct lcs_card *card, unsigned long threads) argument
347 lcs_wait_for_threads(struct lcs_card *card, unsigned long threads) argument
354 lcs_set_thread_start_bit(struct lcs_card *card, unsigned long thread) argument
370 lcs_clear_thread_running_bit(struct lcs_card *card, unsigned long thread) argument
381 __lcs_do_run_thread(struct lcs_card *card, unsigned long thread) argument
401 lcs_do_run_thread(struct lcs_card *card, unsigned long thread) argument
410 lcs_do_start_thread(struct lcs_card *card, unsigned long thread) argument
429 lcs_setup_card(struct lcs_card *card) argument
452 lcs_clear_multicast_list(struct lcs_card *card) argument
479 lcs_cleanup_card(struct lcs_card *card) argument
573 lcs_start_channels(struct lcs_card *card) argument
593 lcs_stop_channels(struct lcs_card *card) argument
757 lcs_get_lancmd(struct lcs_card *card, int count) argument
818 lcs_notify_lancmd_waiters(struct lcs_card *card, struct lcs_cmd *cmd) argument
871 lcs_send_lancmd(struct lcs_card *card, struct lcs_buffer *buffer, void (*reply_callback)(struct lcs_card *, struct lcs_cmd *)) argument
914 lcs_send_startup(struct lcs_card *card, __u8 initiator) argument
932 lcs_send_shutdown(struct lcs_card *card) argument
949 __lcs_lanstat_cb(struct lcs_card *card, struct lcs_cmd *cmd) argument
956 lcs_send_lanstat(struct lcs_card *card) argument
976 lcs_send_stoplan(struct lcs_card *card, __u8 initiator) argument
995 __lcs_send_startlan_cb(struct lcs_card *card, struct lcs_cmd *cmd) argument
1003 lcs_send_startlan(struct lcs_card *card, __u8 initiator) argument
1023 lcs_send_setipm(struct lcs_card *card,struct lcs_ipm_list *ipm_list) argument
1047 lcs_send_delipm(struct lcs_card *card,struct lcs_ipm_list *ipm_list) argument
1071 __lcs_check_multicast_cb(struct lcs_card *card, struct lcs_cmd *cmd) argument
1081 lcs_check_multicast_support(struct lcs_card *card) argument
1111 lcs_fix_multicast_list(struct lcs_card *card) argument
1179 lcs_remove_mc_addresses(struct lcs_card *card, struct in_device *in4_dev) argument
1206 lcs_check_addr_entry(struct lcs_card *card, struct ip_mc_list *im4, char *buf) argument
1228 lcs_set_mc_addresses(struct lcs_card *card, struct in_device *in4_dev) argument
1262 struct lcs_card *card; local
1303 struct lcs_card *card; local
1383 lcs_schedule_recovery(struct lcs_card *card) argument
1396 struct lcs_card *card; local
1515 __lcs_emit_txbuffer(struct lcs_card *card) argument
1531 struct lcs_card *card; local
1554 __lcs_start_xmit(struct lcs_card *card, struct sk_buff *skb, struct net_device *dev) argument
1619 struct lcs_card *card; local
1632 lcs_startlan_auto(struct lcs_card *card) argument
1660 lcs_startlan(struct lcs_card *card) argument
1694 lcs_detect(struct lcs_card *card) argument
1725 lcs_stopcard(struct lcs_card *card) argument
1752 struct lcs_card *card = container_of(work, struct lcs_card, kernel_thread_starter); local
1766 lcs_get_control(struct lcs_card *card, struct lcs_cmd *cmd) argument
1793 lcs_get_skb(struct lcs_card *card, char *skb_data, unsigned int skb_len) argument
1826 struct lcs_card *card; local
1876 struct lcs_card *card; local
1890 struct lcs_card *card; local
1914 struct lcs_card *card; local
1939 struct lcs_card *card; local
1955 struct lcs_card *card; local
1999 struct lcs_card *card; local
2009 struct lcs_card *card; local
2031 struct lcs_card *card = dev_get_drvdata(dev); local
2065 struct lcs_card *card; local
2098 struct lcs_card *card; local
2129 struct lcs_card *card; local
2241 struct lcs_card *card; local
2282 struct lcs_card *card; local
2313 struct lcs_card *card; local
2332 lcs_pm_suspend(struct lcs_card *card) argument
2343 lcs_pm_resume(struct lcs_card *card) argument
2370 struct lcs_card *card = dev_get_drvdata(&gdev->dev); local
2376 struct lcs_card *card = dev_get_drvdata(&gdev->dev); local
2382 struct lcs_card *card = dev_get_drvdata(&gdev->dev); local
[all...]
H A Dlcs.h53 /* Device is a OSA2 card */
283 struct lcs_card *card; member in struct:lcs_reply
304 * definition of the lcs card
H A Dqeth_l3_main.c172 int qeth_l3_is_addr_covered_by_ipato(struct qeth_card *card, argument
180 if (!card->ipato.enabled)
185 list_for_each_entry(ipatoe, &card->ipato.entries, entry) {
201 if ((addr->proto == QETH_PROT_IPV4) && card->ipato.invert4)
203 else if ((addr->proto == QETH_PROT_IPV6) && card->ipato.invert6)
214 static int __qeth_l3_insert_ip_todo(struct qeth_card *card, argument
220 if (card->options.sniffer)
222 list_for_each_entry_safe(tmp, t, card->ip_tbd_list, entry) {
258 list_add(&addr->entry, card->ip_tbd_list);
263 qeth_l3_is_addr_covered_by_ipato(card, add
273 qeth_l3_delete_ip(struct qeth_card *card, struct qeth_ipaddr *addr) argument
292 qeth_l3_add_ip(struct qeth_card *card, struct qeth_ipaddr *addr) argument
325 qeth_l3_delete_mc_addresses(struct qeth_card *card) argument
356 __qeth_l3_ref_ip_on_card(struct qeth_card *card, struct qeth_ipaddr *todo, struct qeth_ipaddr **__addr) argument
402 __qeth_l3_delete_all_mc(struct qeth_card *card, unsigned long *flags) argument
427 qeth_l3_set_ip_addr_list(struct qeth_card *card) argument
491 qeth_l3_clear_ip_list(struct qeth_card *card, int recover) argument
544 qeth_l3_send_setdelmc(struct qeth_card *card, struct qeth_ipaddr *addr, int ipacmd) argument
581 qeth_l3_send_setdelip(struct qeth_card *card, struct qeth_ipaddr *addr, int ipacmd, unsigned int flags) argument
612 qeth_l3_send_setrouting(struct qeth_card *card, enum qeth_routing_types type, enum qeth_prot_versions prot) argument
628 qeth_l3_correct_routing_type(struct qeth_card *card, enum qeth_routing_types *type, enum qeth_prot_versions prot) argument
659 qeth_l3_setrouting_v4(struct qeth_card *card) argument
679 qeth_l3_setrouting_v6(struct qeth_card *card) argument
706 qeth_l3_clear_ipato_list(struct qeth_card *card) argument
720 qeth_l3_add_ipato_entry(struct qeth_card *card, struct qeth_ipato_entry *new) argument
746 qeth_l3_del_ipato_entry(struct qeth_card *card, enum qeth_prot_versions proto, u8 *addr, int mask_bits) argument
770 qeth_l3_add_vipa(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
807 qeth_l3_del_vipa(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
834 qeth_l3_add_rxip(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
871 qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions proto, const u8 *addr) argument
895 qeth_l3_register_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
931 qeth_l3_deregister_addr_entry(struct qeth_card *card, struct qeth_ipaddr *addr) argument
979 qeth_l3_send_setadp_mode(struct qeth_card *card, __u32 command, __u32 mode) argument
997 qeth_l3_setadapter_hstr(struct qeth_card *card) argument
1030 qeth_l3_setadapter_parms(struct qeth_card *card) argument
1062 qeth_l3_default_setassparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
1092 qeth_l3_get_setassparms_cmd( struct qeth_card *card, enum qeth_ipa_funcs ipa_func, __u16 cmd_code, __u16 len, enum qeth_prot_versions prot) argument
1112 qeth_l3_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
1134 qeth_l3_send_simple_setassparms_ipv6(struct qeth_card *card, enum qeth_ipa_funcs ipa_func, __u16 cmd_code) argument
1149 qeth_l3_send_simple_setassparms(struct qeth_card *card, enum qeth_ipa_funcs ipa_func, __u16 cmd_code, long data) argument
1166 qeth_l3_start_ipa_arp_processing(struct qeth_card *card) argument
1188 qeth_l3_start_ipa_ip_fragmentation(struct qeth_card *card) argument
1213 qeth_l3_start_ipa_source_mac(struct qeth_card *card) argument
1235 qeth_l3_start_ipa_vlan(struct qeth_card *card) argument
1259 qeth_l3_start_ipa_multicast(struct qeth_card *card) argument
1286 qeth_l3_softsetup_ipv6(struct qeth_card *card) argument
1332 qeth_l3_start_ipa_ipv6(struct qeth_card *card) argument
1349 qeth_l3_start_ipa_broadcast(struct qeth_card *card) argument
1396 qeth_l3_send_checksum_command(struct qeth_card *card) argument
1420 qeth_l3_set_rx_csum(struct qeth_card *card, int on) argument
1440 qeth_l3_start_ipa_checksum(struct qeth_card *card) argument
1454 qeth_l3_start_ipa_tx_checksum(struct qeth_card *card) argument
1476 qeth_l3_start_ipa_tso(struct qeth_card *card) argument
1503 qeth_l3_start_ipassists(struct qeth_card *card) argument
1521 qeth_l3_iqd_read_initial_mac_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
1536 qeth_l3_iqd_read_initial_mac(struct qeth_card *card) argument
1555 qeth_l3_get_unique_id_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
1573 qeth_l3_get_unique_id(struct qeth_card *card) argument
1598 qeth_diags_trace_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
1655 qeth_diags_trace(struct qeth_card *card, enum qeth_diags_trace_cmds diags_cmd) argument
1680 qeth_l3_add_mc(struct qeth_card *card, struct in_device *in4_dev) argument
1701 qeth_l3_add_vlan_mc(struct qeth_card *card) argument
1729 qeth_l3_add_multicast_ipv4(struct qeth_card *card) argument
1745 qeth_l3_add_mc6(struct qeth_card *card, struct inet6_dev *in6_dev) argument
1766 qeth_l3_add_vlan_mc6(struct qeth_card *card) argument
1792 qeth_l3_add_multicast_ipv6(struct qeth_card *card) argument
1810 qeth_l3_free_vlan_addresses4(struct qeth_card *card, unsigned short vid) argument
1837 qeth_l3_free_vlan_addresses6(struct qeth_card *card, unsigned short vid) argument
1867 qeth_l3_free_vlan_addresses(struct qeth_card *card, unsigned short vid) argument
1876 struct qeth_card *card = dev->ml_priv; local
1884 struct qeth_card *card = dev->ml_priv; local
1901 qeth_l3_rebuild_skb(struct qeth_card *card, struct sk_buff *skb, struct qeth_hdr *hdr, unsigned short *vlan_id) argument
1991 qeth_l3_process_inbound_buffer(struct qeth_card *card, int budget, int *done) argument
2058 struct qeth_card *card = container_of(napi, struct qeth_card, napi); local
2131 qeth_l3_verify_vlan_dev(struct net_device *dev, struct qeth_card *card) argument
2157 struct qeth_card *card; local
2178 struct qeth_card *card = NULL; local
2193 qeth_l3_stop_card(struct qeth_card *card, int recovery_mode) argument
2239 qeth_l3_handle_promisc_mode(struct qeth_card *card) argument
2266 struct qeth_card *card = dev->ml_priv; local
2308 qeth_l3_arp_set_no_entries(struct qeth_card *card, int no_entries) argument
2337 get_arp_entry_size(struct qeth_card *card, struct qeth_arp_query_data *qdata, struct qeth_arp_entrytype *type, __u8 strip_entries) argument
2379 qeth_l3_arp_query_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) argument
2463 qeth_l3_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
2478 qeth_l3_query_arp_cache_info(struct qeth_card *card, enum qeth_prot_versions prot, struct qeth_arp_query_info *qinfo) argument
2511 qeth_l3_arp_query(struct qeth_card *card, char __user *udata) argument
2561 qeth_l3_arp_add_entry(struct qeth_card *card, struct qeth_arp_cache_entry *entry) argument
2600 qeth_l3_arp_remove_entry(struct qeth_card *card, struct qeth_arp_cache_entry *entry) argument
2639 qeth_l3_arp_flush_cache(struct qeth_card *card) argument
2669 struct qeth_card *card = dev->ml_priv; local
2759 qeth_l3_get_cast_type(struct qeth_card *card, struct sk_buff *skb) argument
2813 qeth_l3_fill_af_iucv_hdr(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb) argument
2837 qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
2906 qeth_l3_hdr_csum(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb) argument
2923 qeth_tso_fill_header(struct qeth_card *card, struct qeth_hdr *qhdr, struct sk_buff *skb) argument
2976 struct qeth_card *card = dev->ml_priv; local
3168 struct qeth_card *card = dev->ml_priv; local
3190 struct qeth_card *card = dev->ml_priv; local
3202 struct qeth_card *card = dev->ml_priv; local
3216 struct qeth_card *card = dev->ml_priv; local
3231 struct qeth_card *card = dev->ml_priv; local
3315 qeth_l3_setup_netdev(struct qeth_card *card) argument
3374 struct qeth_card *card = dev_get_drvdata(&gdev->dev); local
3390 struct qeth_card *card = dev_get_drvdata(&cgdev->dev); local
3412 struct qeth_card *card = dev_get_drvdata(&gdev->dev); local
3530 struct qeth_card *card = dev_get_drvdata(&cgdev->dev); local
3575 struct qeth_card *card; local
3605 struct qeth_card *card = dev_get_drvdata(&gdev->dev); local
3615 struct qeth_card *card = dev_get_drvdata(&gdev->dev); local
3634 struct qeth_card *card = dev_get_drvdata(&gdev->dev); local
3677 struct qeth_card *card; local
3727 struct qeth_card *card; local
[all...]
/drivers/scsi/arm/
H A Dacornscsi.h344 /* card info */
347 } card; member in struct:acornscsi_hostdata
/drivers/staging/comedi/drivers/
H A Ddaqboard2000.c46 This card was obviously never intended to leave the Windows world,
51 for the card, and here are the findings so far.
110 999. The card seems to have an incredible amount of capabilities, but
337 } card; member in struct:daqboard2000_private
728 struct pci_dev *card = NULL; local
740 for (card = pci_get_device(0x1616, 0x0409, NULL);
741 card != NULL; card = pci_get_device(0x1616, 0x0409, card)) {
744 if (card
[all...]
/drivers/staging/cxt1e1/
H A Dlibsbew.h247 u_int32_t card; /* RLD DEBUG - add this in until I learn how to make this entry obsolete */ member in struct:sbecom_chan_param
339 /** read write card level parameters **/
342 /* NOTE: this structure supports hardware which supports per/card control */
372 /* card level loopback options <loopback> */
384 /* card level clock options <clock> */
477 /** read reset card error statistics **/
/drivers/tty/
H A Dmoxa.c181 MODULE_PARM_DESC(type, "card type: C218=2, C320=4");
775 sprintf(rsn, "not for this card, model is %u", hdr->model);
1427 unsigned int card, port, served = 0; local
1430 for (card = 0; card < MAX_BOARDS; card++) {
1431 brd = &moxa_boards[card];
/drivers/usb/gadget/
H A Df_uac2.c127 struct snd_card *card; member in struct:snd_uac2_chip
414 struct snd_card *card; local
419 err = snd_card_create(-1, NULL, THIS_MODULE, 0, &card);
423 uac2->card = card;
429 err = snd_pcm_new(uac2->card, "UAC2 PCM", 0,
442 strcpy(card->driver, "UAC2_Gadget");
443 strcpy(card->shortname, "UAC2_Gadget");
444 sprintf(card->longname, "UAC2_Gadget %i", pdev->id);
446 snd_card_set_dev(card,
468 struct snd_card *card = platform_get_drvdata(pdev); local
[all...]
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c34 * By default (0), the card is automatically detected.
94 * NOTE: only one pcm value must be given for every card.
96 * By default (0), the PCM bus id is 100 for the card that is PCM master.
98 * each card with PCM master will have increasing PCM id.
107 * NOTE: only one dslot value must be given for every card.
109 * card has D-channel on time slot 16, which is default.
117 * NOTE: only one mode value must be given for every card.
140 * Set to card number starting with 1. Set to -1 to disable.
141 * By default, the first card is used as clock source.
182 static int plxsd_master; /* if we have a master card (ye
5201 struct hfc_multi *card = pci_get_drvdata(pdev); local
5404 struct hfc_multi *card, *next; local
[all...]
/drivers/media/video/cx18/
H A Dcx18-driver.h259 int cardtype; /* force card type on load */
581 const struct cx18_card *card; /* card information */ member in struct:cx18
582 const char *card_name; /* full name of the card */
588 u32 v4l2_cap; /* V4L2 capabilities of card */
613 void (*pcm_announce_callback)(struct snd_cx18_card *card, u8 *pcm_data,
/drivers/media/video/cx23885/
H A Dcx23885.h47 /* Max number of inputs by card */
238 u32 card; member in struct:cx23885_subid
341 struct snd_card *card; member in struct:cx23885_audio_dev
/drivers/media/video/cx25821/
H A Dcx25821.h69 /* Max number of inputs by card */
206 u32 card; member in struct:cx25821_subid
/drivers/media/video/cx88/
H A Dcx88.h50 /* Max number of inputs by card */
155 /* card configuration */
290 u32 card; member in struct:cx88_subid
/drivers/staging/slicoss/
H A Dslicoss.c326 struct sliccard *card; local
331 card = adapter->card;
332 ASSERT(card);
671 /* Everything OK, kick off the card */
675 /* stall for 20 ms, long enough for ucode to init card
687 struct sliccard *card = adapter->card; local
689 if ((adapter->card) && (card
933 struct sliccard *card = (struct sliccard *)cardaddr; local
1167 struct sliccard *card = adapter->card; local
1994 struct sliccard *card = seq->private; local
2344 struct sliccard *card = adapter->card; local
2365 slic_debug_card_create(struct sliccard *card) argument
2388 slic_debug_card_destroy(struct sliccard *card) argument
2907 struct sliccard *card; local
3022 struct sliccard *card = adapter->card; local
3134 struct sliccard *card = adapter->card; local
3178 slic_card_cleanup(struct sliccard *card) argument
3196 struct sliccard *card; local
3243 struct sliccard *card = adapter->card; local
3444 slic_card_init(struct sliccard *card, struct adapter *adapter) argument
3734 struct sliccard *card = slic_global.slic_card; local
3848 struct sliccard *card = NULL; local
[all...]

Completed in 1318 milliseconds

1234567891011