Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 171) sorted by relevance

1234567

/drivers/net/wireless/ath/ath6kl/
Dinit.c305 struct htc_service_connect_req connect; in ath6kl_init_service_ep() local
307 memset(&connect, 0, sizeof(connect)); in ath6kl_init_service_ep()
310 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; in ath6kl_init_service_ep()
311 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep()
312 connect.ep_cb.rx_refill = ath6kl_rx_refill; in ath6kl_init_service_ep()
313 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()
319 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; in ath6kl_init_service_ep()
320 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4; in ath6kl_init_service_ep()
321 if (!connect.ep_cb.rx_refill_thresh) in ath6kl_init_service_ep()
322 connect.ep_cb.rx_refill_thresh++; in ath6kl_init_service_ep()
[all …]
Dhtc_pipe.c1574 struct htc_service_connect_req connect; in ath6kl_htc_pipe_wait_target() local
1611 memset(&connect, 0, sizeof(connect)); in ath6kl_htc_pipe_wait_target()
1613 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target()
1614 connect.ep_cb.rx = htc_rxctrl_complete; in ath6kl_htc_pipe_wait_target()
1615 connect.max_txq_depth = NUM_CONTROL_TX_BUFFERS; in ath6kl_htc_pipe_wait_target()
1616 connect.svc_id = HTC_CTRL_RSVD_SVC; in ath6kl_htc_pipe_wait_target()
1619 status = ath6kl_htc_pipe_conn_service(target, &connect, &resp); in ath6kl_htc_pipe_wait_target()
/drivers/hwmon/
Dntc_thermistor.c205 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt()
207 pdata->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_dt()
249 if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
254 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
257 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
259 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
261 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
448 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe()
450 (pdata->pulldown_ohm == 0 && pdata->connect == in ntc_thermistor_probe()
452 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
[all …]
/drivers/net/wireless/ath/ath9k/
Dwmi.c249 struct htc_service_connreq connect; in ath9k_wmi_connect() local
254 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect()
256 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect()
257 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect()
258 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect()
259 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect()
261 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
/drivers/misc/sgi-xp/
Dxp_main.c95 xpc_set_interface(void (*connect) (int), in xpc_set_interface()
103 xpc_interface.connect = connect; in xpc_set_interface()
118 xpc_interface.connect = (void (*)(int))xpc_notloaded; in xpc_clear_interface()
191 xpc_interface.connect(ch_number); in xpc_connect()
/drivers/usb/misc/
DKconfig52 Say Y here if you want to connect a USB Rio500 mp3 player to your
62 Say Y here if you want to connect a USB Lego Infrared Tower to your
74 Say Y here if you want to connect an USBLCD to your computer's
85 Say Y here if you want to connect an USBLED device to your
94 Say Y here if you want to connect a Cypress CY7C63xxx
107 Say Y here if you want to connect a Cypress USB thermometer
174 Say Y here if you want to connect a PlayStation 2 Trance Vibrator
218 Say Y here if you want to connect a YUREX to your computer's
/drivers/net/appletalk/
DKconfig10 wish to connect to it, say Y. You will need to use the netatalk package
19 General information about how to connect Linux, Windows machines and
38 connect to the AppleTalk network, say Y.
45 This allows you to use the AppleTalk PC card to connect to LocalTalk
56 This allows you to use COPS AppleTalk cards to connect to LocalTalk
/drivers/net/hamradio/
DKconfig52 DMA on one port. You usually use those boards to connect your
84 These cards are used to connect your Linux box to an amateur radio
120 modems that connect to a serial interface. The driver supports the
140 modems that connect to a serial interface. The driver supports the
158 connect to a parallel interface. The driver supports the picpar and
173 connect to a parallel interface. The driver supports the EPP
/drivers/misc/mei/
Dnfc.c199 struct mei_nfc_connect *connect; in mei_nfc_connect() local
216 connect = (struct mei_nfc_connect *)cmd->data; in mei_nfc_connect()
229 connect->fw_ivn = ndev->fw_ivn; in mei_nfc_connect()
230 connect->vendor_id = ndev->vendor_id; in mei_nfc_connect()
/drivers/usb/class/
DKconfig24 Say Y here if you want to connect a USB printer to your computer's
43 Say Y here if you want to connect a USB device that follows
/drivers/media/radio/si470x/
DKconfig20 Say Y here if you want to connect this type of radio to your
33 Say Y here if you want to connect this type of radio to your
/drivers/net/xen-netback/
Dxenbus.c33 static void connect(struct backend_info *);
242 connect(be); in frontend_changed()
357 static void connect(struct backend_info *be) in connect() function
/drivers/isdn/gigaset/
DKconfig53 Say M here if you want to connect to the Gigaset base via DECT
60 Say M here if you want to connect to the Gigaset base via DECT
/drivers/hsi/
DKconfig8 synchronous serial interface used mainly to connect
/drivers/net/wan/
DKconfig14 needed to connect to a WAN. As an alternative, a relatively
16 connect to a WAN.
44 These boards allow to connect synchronous serial devices (for example
68 - LMC 1000 board allows you to connect synchronous serial devices
72 - LMC 1200 with on board DSU board allows you to connect your Linux
103 connect the box to a WAN.
319 Frame Relay is a fast low-cost way to connect to a remote Internet
/drivers/media/usb/zr364xx/
DKconfig7 Say Y here if you want to connect this type of camera to your
/drivers/usb/gadget/
Du_serial.h50 void (*connect)(struct gserial *p); member
/drivers/staging/tidspbridge/pmgr/
Ddbll.c172 static int connect(struct dynamic_loader_initialize *this);
455 zl_lib->init.dl_init.connect = connect; in dbll_load()
579 zl_lib->init.dl_init.connect = connect; in dbll_open()
1220 static int connect(struct dynamic_loader_initialize *this) in connect() function
/drivers/media/radio/
DKconfig42 Say Y here if you want to connect this type of radio to your
44 you must connect the line out connector to a sound card or a
54 Say Y here if you want to connect this type of radio to your
56 you must connect the line out connector to a sound card or a
138 Say Y here if you want to connect this type of FM transmitter
148 Say Y here if you want to connect this type of radio to your
150 you must connect the line out connector to a sound card or a
/drivers/input/
Dapm-power.c105 .connect = apmpower_connect,
Devbug.c102 .connect = evbug_connect,
/drivers/block/paride/
Dkbic.c263 .connect = k951_connect,
279 .connect = k971_connect,
/drivers/net/slip/
DKconfig10 connect to your Internet service provider or to connect to some
/drivers/w1/slaves/
DKconfig10 Say Y here if you want to connect 1-wire thermal sensors to your
16 Say Y here if you want to connect 1-wire
/drivers/w1/
DKconfig5 Dallas' 1-wire bus is useful to connect slow 1-pin devices

1234567