Home
last modified time | relevance | path

Searched defs:card (Results 1 – 25 of 155) sorted by relevance

1234567

/linux-4.19.296/drivers/s390/net/
Dqeth_core_main.c81 int qeth_card_hw_is_reachable(struct qeth_card *card) in qeth_card_hw_is_reachable()
90 struct qeth_card *card; in qeth_close_dev_handler() local
100 void qeth_close_dev(struct qeth_card *card) in qeth_close_dev()
107 static const char *qeth_get_cardname(struct qeth_card *card) in qeth_get_cardname()
142 const char *qeth_get_cardname_short(struct qeth_card *card) in qeth_get_cardname_short()
195 void qeth_set_recovery_task(struct qeth_card *card) in qeth_set_recovery_task()
201 void qeth_clear_recovery_task(struct qeth_card *card) in qeth_clear_recovery_task()
207 static bool qeth_is_recovery_task(const struct qeth_card *card) in qeth_is_recovery_task()
212 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, in qeth_set_allowed_threads()
226 int qeth_threads_running(struct qeth_card *card, unsigned long threads) in qeth_threads_running()
[all …]
Dlcs.c158 lcs_free_card(struct lcs_card *card) in lcs_free_card()
171 struct lcs_card *card; in lcs_alloc_card() local
209 lcs_setup_read_ccws(struct lcs_card *card) in lcs_setup_read_ccws()
248 lcs_setup_read(struct lcs_card *card) in lcs_setup_read()
264 lcs_setup_write_ccws(struct lcs_card *card) in lcs_setup_write_ccws()
295 lcs_setup_write(struct lcs_card *card) in lcs_setup_write()
308 lcs_set_allowed_threads(struct lcs_card *card, unsigned long threads) in lcs_set_allowed_threads()
317 static int lcs_threads_running(struct lcs_card *card, unsigned long threads) in lcs_threads_running()
329 lcs_wait_for_threads(struct lcs_card *card, unsigned long threads) in lcs_wait_for_threads()
335 static int lcs_set_thread_start_bit(struct lcs_card *card, unsigned long thread) in lcs_set_thread_start_bit()
[all …]
Dqeth_l2_main.c41 struct qeth_card *card; in qeth_l2_netdev_by_devno() local
61 static int qeth_setdelmac_makerc(struct qeth_card *card, int retcode) in qeth_setdelmac_makerc()
98 static int qeth_l2_send_setdelmac(struct qeth_card *card, __u8 *mac, in qeth_l2_send_setdelmac()
115 static int qeth_l2_send_setmac(struct qeth_card *card, __u8 *mac) in qeth_l2_send_setmac()
140 static int qeth_l2_write_mac(struct qeth_card *card, u8 *mac) in qeth_l2_write_mac()
157 static int qeth_l2_remove_mac(struct qeth_card *card, u8 *mac) in qeth_l2_remove_mac()
171 static void qeth_l2_del_all_macs(struct qeth_card *card) in qeth_l2_del_all_macs()
185 static int qeth_l2_get_cast_type(struct qeth_card *card, struct sk_buff *skb) in qeth_l2_get_cast_type()
222 static int qeth_setdelvlan_makerc(struct qeth_card *card, int retcode) in qeth_setdelvlan_makerc()
245 static int qeth_l2_send_setdelvlan_cb(struct qeth_card *card, in qeth_l2_send_setdelvlan_cb()
[all …]
Dqeth_l3_main.c79 static struct qeth_ipaddr *qeth_l3_find_addr_by_ip(struct qeth_card *card, in qeth_l3_find_addr_by_ip()
111 static bool qeth_l3_is_addr_covered_by_ipato(struct qeth_card *card, in qeth_l3_is_addr_covered_by_ipato()
150 static int qeth_l3_delete_ip(struct qeth_card *card, in qeth_l3_delete_ip()
189 static int qeth_l3_add_ip(struct qeth_card *card, struct qeth_ipaddr *tmp_addr) in qeth_l3_add_ip()
274 static void qeth_l3_clear_ip_htable(struct qeth_card *card, int recover) in qeth_l3_clear_ip_htable()
306 static void qeth_l3_recover_ip(struct qeth_card *card) in qeth_l3_recover_ip()
343 static int qeth_l3_send_setdelmc(struct qeth_card *card, in qeth_l3_send_setdelmc()
395 static int qeth_l3_send_setdelip(struct qeth_card *card, in qeth_l3_send_setdelip()
430 static int qeth_l3_send_setrouting(struct qeth_card *card, in qeth_l3_send_setrouting()
448 static int qeth_l3_correct_routing_type(struct qeth_card *card, in qeth_l3_correct_routing_type()
[all …]
Dqeth_core_sys.c22 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_state_show() local
50 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_chpid_show() local
62 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_if_name_show() local
73 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_card_type_show() local
82 static const char *qeth_get_bufsize_str(struct qeth_card *card) in qeth_get_bufsize_str()
99 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_inbuf_size_show() local
111 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_portno_show() local
121 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_portno_store() local
163 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_portname_store() local
176 struct qeth_card *card = dev_get_drvdata(dev); in qeth_dev_prioqing_show() local
[all …]
Dqeth_l3_sys.c30 static ssize_t qeth_l3_dev_route_show(struct qeth_card *card, in qeth_l3_dev_route_show()
61 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_route4_show() local
69 static ssize_t qeth_l3_dev_route_store(struct qeth_card *card, in qeth_l3_dev_route_store()
110 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_route4_store() local
125 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_route6_show() local
136 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_route6_store() local
151 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_fake_broadcast_show() local
162 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_fake_broadcast_store() local
192 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_sniffer_show() local
203 struct qeth_card *card = dev_get_drvdata(dev); in qeth_l3_dev_sniffer_store() local
[all …]
Dqeth_l2_sys.c16 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridge_port_role_state_show() local
67 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridge_port_role_show() local
78 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridge_port_role_store() local
118 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridge_port_state_show() local
132 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridgeport_hostnotification_show() local
149 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridgeport_hostnotification_store() local
183 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridgeport_reflect_show() local
206 struct qeth_card *card = dev_get_drvdata(dev); in qeth_bridgeport_reflect_store() local
264 void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card) in qeth_l2_setup_bridgeport_attrs()
314 struct qeth_card *card = dev_get_drvdata(dev); in qeth_vnicc_timeout_show() local
[all …]
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dw6692.c93 _set_debug(struct w6692_hw *card) in _set_debug()
104 struct w6692_hw *card; in set_debug() local
127 ReadW6692(struct w6692_hw *card, u8 offset) in ReadW6692()
133 WriteW6692(struct w6692_hw *card, u8 offset, u8 value) in WriteW6692()
151 enable_hwirq(struct w6692_hw *card) in enable_hwirq()
157 disable_hwirq(struct w6692_hw *card) in disable_hwirq()
165 W6692Version(struct w6692_hw *card) in W6692Version()
175 w6692_led_handler(struct w6692_hw *card, int on) in w6692_led_handler()
189 ph_command(struct w6692_hw *card, u8 cmd) in ph_command()
196 W6692_new_ph(struct w6692_hw *card) in W6692_new_ph()
[all …]
Dnetjet.c106 _set_debug(struct tiger_hw *card) in _set_debug()
117 struct tiger_hw *card; in set_debug() local
136 nj_disable_hwirq(struct tiger_hw *card) in nj_disable_hwirq()
146 struct tiger_hw *card = p; in ReadISAC_nj() local
159 struct tiger_hw *card = p; in WriteISAC_nj() local
170 struct tiger_hw *card = p; in ReadFiFoISAC_nj() local
180 struct tiger_hw *card = p; in WriteFiFoISAC_nj() local
190 struct tiger_hw *card = bc->bch.hw; in fill_mem() local
213 struct tiger_hw *card = bc->bch.hw; in mode_tiger() local
286 nj_reset(struct tiger_hw *card) in nj_reset()
[all …]
/linux-4.19.296/drivers/isdn/isdnloop/
Disdnloop.c37 isdnloop_free_queue(isdnloop_card *card, int channel) in isdnloop_free_queue()
54 isdnloop_bchan_send(isdnloop_card *card, int ch) in isdnloop_bchan_send()
95 isdnloop_card *card = from_timer(card, t, rb_timer); in isdnloop_pollbchan() local
185 isdnloop_parse_status(u_char *status, int channel, isdnloop_card *card) in isdnloop_parse_status()
279 isdnloop_putmsg(isdnloop_card *card, unsigned char c) in isdnloop_putmsg()
310 isdnloop_card *card = from_timer(card, t, st_timer); in isdnloop_polldchan() local
398 isdnloop_sendbuf(int channel, struct sk_buff *skb, isdnloop_card *card) in isdnloop_sendbuf()
441 isdnloop_readstatus(u_char __user *buf, int len, isdnloop_card *card) in isdnloop_readstatus()
469 isdnloop_fake(isdnloop_card *card, char *s, int ch) in isdnloop_fake()
517 isdnloop_fake_err(isdnloop_card *card) in isdnloop_fake_err()
[all …]
/linux-4.19.296/drivers/bluetooth/
Dbtmrvl_sdio.c64 struct btmrvl_sdio_card *card = priv; in btmrvl_wake_irq_bt() local
83 struct btmrvl_sdio_card *card) in btmrvl_sdio_probe_of()
319 static int btmrvl_sdio_get_rx_unit(struct btmrvl_sdio_card *card) in btmrvl_sdio_get_rx_unit()
331 static int btmrvl_sdio_read_fw_status(struct btmrvl_sdio_card *card, u16 *dat) in btmrvl_sdio_read_fw_status()
351 static int btmrvl_sdio_read_rx_len(struct btmrvl_sdio_card *card, u16 *dat) in btmrvl_sdio_read_rx_len()
363 static int btmrvl_sdio_enable_host_int_mask(struct btmrvl_sdio_card *card, in btmrvl_sdio_enable_host_int_mask()
377 static int btmrvl_sdio_disable_host_int_mask(struct btmrvl_sdio_card *card, in btmrvl_sdio_disable_host_int_mask()
398 static int btmrvl_sdio_poll_card_status(struct btmrvl_sdio_card *card, u8 bits) in btmrvl_sdio_poll_card_status()
422 static int btmrvl_sdio_verify_fw_download(struct btmrvl_sdio_card *card, in btmrvl_sdio_verify_fw_download()
445 static int btmrvl_sdio_download_helper(struct btmrvl_sdio_card *card) in btmrvl_sdio_download_helper()
[all …]
/linux-4.19.296/drivers/isdn/hysdn/
Dboardergo.c37 hysdn_card *card = dev_id; /* parameter from irq */ in ergo_interrupt() local
76 hysdn_card *card = container_of(ugli_api, hysdn_card, irq_queue); in ergo_irq_bh() local
128 ergo_stopcard(hysdn_card *card) in ergo_stopcard()
153 ergo_set_errlog_state(hysdn_card *card, int on) in ergo_set_errlog_state()
183 ergo_testram(hysdn_card *card) in ergo_testram()
214 ergo_writebootimg(struct HYSDN_CARD *card, unsigned char *buf, in ergo_writebootimg()
261 ergo_writebootseq(struct HYSDN_CARD *card, unsigned char *buf, int len) in ergo_writebootseq()
322 ergo_waitpofready(struct HYSDN_CARD *card) in ergo_waitpofready()
396 ergo_releasehardware(hysdn_card *card) in ergo_releasehardware()
413 ergo_inithardware(hysdn_card *card) in ergo_inithardware()
Dhysdn_proclog.c56 hysdn_card_errlog(hysdn_card *card, tErrLogEntry *logp, int maxsize) in hysdn_card_errlog()
68 hysdn_addlog(hysdn_card *card, char *fmt, ...) in hysdn_addlog()
100 put_log_buffer(hysdn_card *card, char *cp) in put_log_buffer()
157 hysdn_card *card = file->private_data; in hysdn_log_write() local
174 hysdn_card *card = PDE_DATA(file_inode(file)); in hysdn_log_read() local
204 hysdn_card *card = PDE_DATA(ino); in hysdn_log_open() local
242 hysdn_card *card; in hysdn_log_close() local
288 hysdn_card *card = PDE_DATA(file_inode(file)); in hysdn_log_poll() local
322 hysdn_proclog_init(hysdn_card *card) in hysdn_proclog_init()
347 hysdn_proclog_release(hysdn_card *card) in hysdn_proclog_release()
Dhysdn_net.c63 hysdn_card *card = dev->ml_priv; in net_open() local
158 hysdn_tx_netack(hysdn_card *card) in hysdn_tx_netack()
184 hysdn_rx_netpkt(hysdn_card *card, unsigned char *buf, unsigned short len) in hysdn_rx_netpkt()
218 hysdn_tx_netget(hysdn_card *card) in hysdn_tx_netget()
246 hysdn_net_create(hysdn_card *card) in hysdn_net_create()
293 hysdn_net_release(hysdn_card *card) in hysdn_net_release()
318 hysdn_net_getname(hysdn_card *card) in hysdn_net_getname()
Dhycapi.c85 hysdn_card *card = NULL; in hycapi_remove_ctr() local
120 hysdn_card *card = cinfo->card; in hycapi_sendmsg_internal() local
156 hysdn_card *card = cinfo->card; in hycapi_register_internal() local
228 hysdn_card *card = cinfo->card; in hycapi_register_appl() local
265 hysdn_card *card = cinfo->card; in hycapi_release_internal() local
323 int hycapi_capi_release(hysdn_card *card) in hycapi_capi_release()
343 int hycapi_capi_stop(hysdn_card *card) in hycapi_capi_stop()
442 hysdn_card *card = cinfo->card; in hycapi_proc_show() local
515 hycapi_rx_capipkt(hysdn_card *card, unsigned char *buf, unsigned short len) in hycapi_rx_capipkt()
619 void hycapi_tx_capiack(hysdn_card *card) in hycapi_tx_capiack()
[all …]
Dhysdn_sched.c31 hysdn_sched_rx(hysdn_card *card, unsigned char *buf, unsigned short len, in hysdn_sched_rx()
74 hysdn_sched_tx(hysdn_card *card, unsigned char *buf, in hysdn_sched_tx()
150 hysdn_tx_cfgline(hysdn_card *card, unsigned char *line, unsigned short chan) in hysdn_tx_cfgline()
Dhysdn_procconf.c38 hysdn_card *card; /* card the device is connected to */ member
231 hysdn_card *card; in hysdn_conf_open() local
306 hysdn_card *card; in hysdn_conf_close() local
362 hysdn_card *card; in hysdn_procconf_init() local
395 hysdn_card *card; in hysdn_procconf_release() local
/linux-4.19.296/drivers/isdn/hardware/avm/
Db1dma.c86 static inline void b1dma_writel(avmcard *card, u32 value, int off) in b1dma_writel()
91 static inline u32 b1dma_readl(avmcard *card, int off) in b1dma_readl()
108 static int b1dma_tolink(avmcard *card, void *buf, unsigned int len) in b1dma_tolink()
122 static int b1dma_fromlink(avmcard *card, void *buf, unsigned int len) in b1dma_fromlink()
136 static int WriteReg(avmcard *card, u32 reg, u8 val) in WriteReg()
147 static u8 ReadReg(avmcard *card, u32 reg) in ReadReg()
218 void b1dma_reset(avmcard *card) in b1dma_reset()
242 static int b1dma_detect(avmcard *card) in b1dma_detect()
291 int t1pci_detect(avmcard *card) in t1pci_detect()
327 int b1pciv4_detect(avmcard *card) in b1pciv4_detect()
[all …]
Db1.c67 avmcard *card; in b1_alloc_card() local
94 void b1_free_card(avmcard *card) in b1_free_card()
145 void b1_getrevision(avmcard *card) in b1_getrevision()
152 int b1_load_t4file(avmcard *card, capiloaddatapart *t4file) in b1_load_t4file()
194 int b1_load_config(avmcard *card, capiloaddatapart *config) in b1_load_config()
245 int b1_loaded(avmcard *card) in b1_loaded()
281 avmcard *card = cinfo->card; in b1_load_firmware() local
325 avmcard *card = cinfo->card; in b1_reset_ctr() local
344 avmcard *card = cinfo->card; in b1_register_appl() local
366 avmcard *card = cinfo->card; in b1_release_appl() local
[all …]
Dc4.c146 static inline int wait_for_doorbell(avmcard *card, unsigned long t) in wait_for_doorbell()
159 static int c4_poke(avmcard *card, unsigned long off, unsigned long value) in c4_poke()
177 static int c4_peek(avmcard *card, unsigned long off, unsigned long *valuep) in c4_peek()
195 static int c4_load_t4file(avmcard *card, capiloaddatapart *t4file) in c4_load_t4file()
296 static void c4_reset(avmcard *card) in c4_reset()
316 static int c4_detect(avmcard *card) in c4_detect()
410 static void c4_dispatch_tx(avmcard *card) in c4_dispatch_tx()
480 static void queue_pollack(avmcard *card) in queue_pollack()
503 static void c4_handle_rx(avmcard *card) in c4_handle_rx()
666 static irqreturn_t c4_handle_interrupt(avmcard *card) in c4_handle_interrupt()
[all …]
Db1pci.c66 avmcard *card; in b1pci_probe() local
148 avmcard *card = pci_get_drvdata(pdev); in b1pci_remove() local
185 avmcard *card; in b1pciv4_probe() local
287 avmcard *card = pci_get_drvdata(pdev); in b1pciv4_remove() local
350 avmcard *card = pci_get_drvdata(pdev); in b1pci_pci_remove() local
/linux-4.19.296/drivers/memstick/core/
Dmemstick.c32 static int memstick_dev_match(struct memstick_dev *card, in memstick_dev_match()
47 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_bus_match() local
66 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_uevent() local
83 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_probe() local
100 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_remove() local
119 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_suspend() local
132 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_resume() local
197 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_free_card() local
202 static int memstick_dummy_check(struct memstick_dev *card) in memstick_dummy_check()
328 static int h_memstick_read_dev_id(struct memstick_dev *card, in h_memstick_read_dev_id()
[all …]
Dmspro_block.c139 struct memstick_dev *card; member
525 static int h_mspro_block_req_init(struct memstick_dev *card, in h_mspro_block_req_init()
535 static int h_mspro_block_default(struct memstick_dev *card, in h_mspro_block_default()
541 static int h_mspro_block_default_bad(struct memstick_dev *card, in h_mspro_block_default_bad()
547 static int h_mspro_block_get_ro(struct memstick_dev *card, in h_mspro_block_get_ro()
563 static int h_mspro_block_wait_for_ced(struct memstick_dev *card, in h_mspro_block_wait_for_ced()
578 static int h_mspro_block_transfer_data(struct memstick_dev *card, in h_mspro_block_transfer_data()
674 static void h_mspro_block_setup_cmd(struct memstick_dev *card, u64 offset, in h_mspro_block_setup_cmd()
697 static int mspro_block_issue_req(struct memstick_dev *card, int chunk) in mspro_block_issue_req()
744 static int mspro_block_complete_req(struct memstick_dev *card, int error) in mspro_block_complete_req()
[all …]
/linux-4.19.296/drivers/isdn/capi/
Dcapidrv.c333 static capidrv_plci *new_plci(capidrv_contr *card, int chan) in new_plci()
353 static capidrv_plci *find_plci_by_plci(capidrv_contr *card, u32 plci) in find_plci_by_plci()
362 static capidrv_plci *find_plci_by_msgid(capidrv_contr *card, u16 msgid) in find_plci_by_msgid()
371 static capidrv_plci *find_plci_by_ncci(capidrv_contr *card, u32 ncci) in find_plci_by_ncci()
380 static void free_plci(capidrv_contr *card, capidrv_plci *plcip) in free_plci()
400 static inline capidrv_ncci *new_ncci(capidrv_contr *card, in new_ncci()
425 static inline capidrv_ncci *find_ncci(capidrv_contr *card, u32 ncci) in find_ncci()
439 static inline capidrv_ncci *find_ncci_by_msgid(capidrv_contr *card, in find_ncci_by_msgid()
454 static void free_ncci(capidrv_contr *card, struct capidrv_ncci *nccip) in free_ncci()
505 static void send_message(capidrv_contr *card, _cmsg *cmsg) in send_message()
[all …]
/linux-4.19.296/drivers/uwb/
Dwhci.c27 u64 whci_capdata_quirks(struct whci_card *card, u64 capdata) in whci_capdata_quirks()
92 static int whci_add_cap(struct whci_card *card, int n) in whci_add_cap()
132 static void whci_del_cap(struct whci_card *card, int n) in whci_del_cap()
155 struct whci_card *card; in whci_probe() local
226 struct whci_card *card = pci_get_drvdata(pci); in whci_remove() local

1234567