Home
last modified time | relevance | path

Searched defs:hu (Results 26 – 50 of 1967) sorted by relevance

12345678910>>...79

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/bluetooth/
H A Dhci_ll.c66 struct hci_uart hu; member
85 static int send_hcill_cmd(u8 cmd, struct hci_uart *hu) in send_hcill_cmd()
111 static int ll_open(struct hci_uart *hu) in ll_open()
140 static int ll_flush(struct hci_uart *hu) in ll_flush()
153 static int ll_close(struct hci_uart *hu) in ll_close()
250 static void ll_device_want_to_sleep(struct hci_uart *hu) in ll_device_want_to_sleep()
284 static void ll_device_woke_up(struct hci_uart *hu) in ll_device_woke_up()
359 struct hci_uart *hu = hci_get_drvdata(hdev); in ll_recv_frame() local
444 static struct sk_buff *ll_dequeue(struct hci_uart *hu) in ll_dequeue()
608 static int ll_setup(struct hci_uart *hu) in ll_setup()
[all …]
H A Dhci_ag6xx.c33 static int ag6xx_open(struct hci_uart *hu) in ag6xx_open()
49 static int ag6xx_close(struct hci_uart *hu) in ag6xx_close()
63 static int ag6xx_flush(struct hci_uart *hu) in ag6xx_flush()
73 static struct sk_buff *ag6xx_dequeue(struct hci_uart *hu) in ag6xx_dequeue()
87 static int ag6xx_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ag6xx_enqueue()
101 static int ag6xx_recv(struct hci_uart *hu, const void *data, int count) in ag6xx_recv()
151 static int ag6xx_setup(struct hci_uart *hu) in ag6xx_setup()
H A Dhci_h5.c75 struct hci_uart *hu; /* Parent HCI UART */ member
138 struct hci_uart *hu = h5->hu; in h5_timed_event() local
177 static void h5_peer_reset(struct hci_uart *hu) in h5_peer_reset()
198 static int h5_open(struct hci_uart *hu) in h5_open()
238 static int h5_close(struct hci_uart *hu) in h5_close()
260 static int h5_setup(struct hci_uart *hu) in h5_setup()
312 static void h5_handle_internal_rx(struct hci_uart *hu) in h5_handle_internal_rx()
373 static void h5_complete_rx_pkt(struct hci_uart *hu) in h5_complete_rx_pkt()
411 static int h5_rx_crc(struct hci_uart *hu, unsigned char c) in h5_rx_crc()
711 static struct sk_buff *h5_dequeue(struct hci_uart *hu) in h5_dequeue()
[all …]
H A Dhci_bcsp.c53 struct hci_uart *hu; member
134 static int bcsp_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcsp_enqueue()
271 static struct sk_buff *bcsp_dequeue(struct hci_uart *hu) in bcsp_dequeue()
341 static int bcsp_flush(struct hci_uart *hu) in bcsp_flush()
397 static void bcsp_handle_le_pkt(struct hci_uart *hu) in bcsp_handle_le_pkt()
474 static void bcsp_complete_rx_pkt(struct hci_uart *hu) in bcsp_complete_rx_pkt()
580 static int bcsp_recv(struct hci_uart *hu, const void *data, int count) in bcsp_recv()
692 struct hci_uart *hu = bcsp->hu; in bcsp_timed_event() local
710 static int bcsp_open(struct hci_uart *hu) in bcsp_open()
736 static int bcsp_close(struct hci_uart *hu) in bcsp_close()
H A Dhci_nokia.c125 struct hci_uart hu; member
181 static int nokia_reset(struct hci_uart *hu) in nokia_reset()
221 static int nokia_send_alive_packet(struct hci_uart *hu) in nokia_send_alive_packet()
261 static int nokia_send_negotiation(struct hci_uart *hu) in nokia_send_negotiation()
324 static int nokia_setup_fw(struct hci_uart *hu) in nokia_setup_fw()
393 static int nokia_setup(struct hci_uart *hu) in nokia_setup()
465 static int nokia_open(struct hci_uart *hu) in nokia_open()
476 static int nokia_flush(struct hci_uart *hu) in nokia_flush()
487 static int nokia_close(struct hci_uart *hu) in nokia_close()
534 struct hci_uart *hu = hci_get_drvdata(hdev); in nokia_recv_negotiation_packet() local
[all …]
H A Dhci_bcm.c127 struct hci_uart *hu; member
159 static int bcm_set_baudrate(struct hci_uart *hu, unsigned int speed) in bcm_set_baudrate()
372 static int bcm_setup_sleep(struct hci_uart *hu) in bcm_setup_sleep()
395 static inline int bcm_setup_sleep(struct hci_uart *hu) { return 0; } in bcm_setup_sleep()
400 struct hci_uart *hu = hci_get_drvdata(hdev); in bcm_set_diag() local
421 static int bcm_open(struct hci_uart *hu) in bcm_open()
502 static int bcm_close(struct hci_uart *hu) in bcm_close()
545 static int bcm_flush(struct hci_uart *hu) in bcm_flush()
556 static int bcm_setup(struct hci_uart *hu) in bcm_setup()
695 static int bcm_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcm_enqueue()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/bluetooth/
H A Dhci_ll.c66 struct hci_uart hu; member
85 static int send_hcill_cmd(u8 cmd, struct hci_uart *hu) in send_hcill_cmd()
111 static int ll_open(struct hci_uart *hu) in ll_open()
140 static int ll_flush(struct hci_uart *hu) in ll_flush()
153 static int ll_close(struct hci_uart *hu) in ll_close()
250 static void ll_device_want_to_sleep(struct hci_uart *hu) in ll_device_want_to_sleep()
284 static void ll_device_woke_up(struct hci_uart *hu) in ll_device_woke_up()
359 struct hci_uart *hu = hci_get_drvdata(hdev); in ll_recv_frame() local
444 static struct sk_buff *ll_dequeue(struct hci_uart *hu) in ll_dequeue()
608 static int ll_setup(struct hci_uart *hu) in ll_setup()
[all …]
H A Dhci_ag6xx.c33 static int ag6xx_open(struct hci_uart *hu) in ag6xx_open()
49 static int ag6xx_close(struct hci_uart *hu) in ag6xx_close()
63 static int ag6xx_flush(struct hci_uart *hu) in ag6xx_flush()
73 static struct sk_buff *ag6xx_dequeue(struct hci_uart *hu) in ag6xx_dequeue()
87 static int ag6xx_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ag6xx_enqueue()
101 static int ag6xx_recv(struct hci_uart *hu, const void *data, int count) in ag6xx_recv()
151 static int ag6xx_setup(struct hci_uart *hu) in ag6xx_setup()
H A Dhci_h5.c75 struct hci_uart *hu; /* Parent HCI UART */ member
138 struct hci_uart *hu = h5->hu; in h5_timed_event() local
177 static void h5_peer_reset(struct hci_uart *hu) in h5_peer_reset()
198 static int h5_open(struct hci_uart *hu) in h5_open()
238 static int h5_close(struct hci_uart *hu) in h5_close()
260 static int h5_setup(struct hci_uart *hu) in h5_setup()
312 static void h5_handle_internal_rx(struct hci_uart *hu) in h5_handle_internal_rx()
373 static void h5_complete_rx_pkt(struct hci_uart *hu) in h5_complete_rx_pkt()
411 static int h5_rx_crc(struct hci_uart *hu, unsigned char c) in h5_rx_crc()
711 static struct sk_buff *h5_dequeue(struct hci_uart *hu) in h5_dequeue()
[all …]
H A Dhci_bcsp.c53 struct hci_uart *hu; member
134 static int bcsp_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcsp_enqueue()
271 static struct sk_buff *bcsp_dequeue(struct hci_uart *hu) in bcsp_dequeue()
341 static int bcsp_flush(struct hci_uart *hu) in bcsp_flush()
397 static void bcsp_handle_le_pkt(struct hci_uart *hu) in bcsp_handle_le_pkt()
474 static void bcsp_complete_rx_pkt(struct hci_uart *hu) in bcsp_complete_rx_pkt()
580 static int bcsp_recv(struct hci_uart *hu, const void *data, int count) in bcsp_recv()
692 struct hci_uart *hu = bcsp->hu; in bcsp_timed_event() local
710 static int bcsp_open(struct hci_uart *hu) in bcsp_open()
736 static int bcsp_close(struct hci_uart *hu) in bcsp_close()
H A Dhci_nokia.c125 struct hci_uart hu; member
181 static int nokia_reset(struct hci_uart *hu) in nokia_reset()
221 static int nokia_send_alive_packet(struct hci_uart *hu) in nokia_send_alive_packet()
261 static int nokia_send_negotiation(struct hci_uart *hu) in nokia_send_negotiation()
324 static int nokia_setup_fw(struct hci_uart *hu) in nokia_setup_fw()
393 static int nokia_setup(struct hci_uart *hu) in nokia_setup()
465 static int nokia_open(struct hci_uart *hu) in nokia_open()
476 static int nokia_flush(struct hci_uart *hu) in nokia_flush()
487 static int nokia_close(struct hci_uart *hu) in nokia_close()
534 struct hci_uart *hu = hci_get_drvdata(hdev); in nokia_recv_negotiation_packet() local
[all …]
H A Dhci_bcm.c127 struct hci_uart *hu; member
159 static int bcm_set_baudrate(struct hci_uart *hu, unsigned int speed) in bcm_set_baudrate()
372 static int bcm_setup_sleep(struct hci_uart *hu) in bcm_setup_sleep()
395 static inline int bcm_setup_sleep(struct hci_uart *hu) { return 0; } in bcm_setup_sleep()
400 struct hci_uart *hu = hci_get_drvdata(hdev); in bcm_set_diag() local
421 static int bcm_open(struct hci_uart *hu) in bcm_open()
502 static int bcm_close(struct hci_uart *hu) in bcm_close()
545 static int bcm_flush(struct hci_uart *hu) in bcm_flush()
556 static int bcm_setup(struct hci_uart *hu) in bcm_setup()
695 static int bcm_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcm_enqueue()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsched_customize.cpp145 static inline bool app_plan_mt(SCHEDULER_REQUEST&, HOST_USAGE& hu) { in app_plan_mt()
167 bool app_plan_opencl_cpu_intel(SCHEDULER_REQUEST& sreq, HOST_USAGE& hu) { in app_plan_opencl_cpu_intel()
175 static bool ati_check(COPROC_ATI& c, HOST_USAGE& hu, in ati_check()
278 SCHEDULER_REQUEST& sreq, char* plan_class, HOST_USAGE& hu in app_plan_ati()
395 static bool cuda_check(COPROC_NVIDIA& c, HOST_USAGE& hu, in cuda_check()
497 SCHEDULER_REQUEST& sreq, char* plan_class, HOST_USAGE& hu in app_plan_nvidia()
607 static inline bool app_plan_nci(SCHEDULER_REQUEST&, HOST_USAGE& hu) { in app_plan_nci()
622 SCHEDULER_REQUEST& sreq, HOST_USAGE& hu in app_plan_sse3()
641 COPROC& cp, HOST_USAGE& hu, in opencl_check()
703 SCHEDULER_REQUEST& sreq, const char* plan_class, HOST_USAGE& hu in app_plan_opencl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/bluetooth/
H A Dhci_ag6xx.c33 static int ag6xx_open(struct hci_uart *hu) in ag6xx_open()
49 static int ag6xx_close(struct hci_uart *hu) in ag6xx_close()
63 static int ag6xx_flush(struct hci_uart *hu) in ag6xx_flush()
73 static struct sk_buff *ag6xx_dequeue(struct hci_uart *hu) in ag6xx_dequeue()
87 static int ag6xx_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ag6xx_enqueue()
101 static int ag6xx_recv(struct hci_uart *hu, const void *data, int count) in ag6xx_recv()
151 static int ag6xx_setup(struct hci_uart *hu) in ag6xx_setup()
H A Dhci_h5.c75 struct hci_uart *hu; /* Parent HCI UART */ member
138 struct hci_uart *hu = h5->hu; in h5_timed_event() local
177 static void h5_peer_reset(struct hci_uart *hu) in h5_peer_reset()
198 static int h5_open(struct hci_uart *hu) in h5_open()
238 static int h5_close(struct hci_uart *hu) in h5_close()
260 static int h5_setup(struct hci_uart *hu) in h5_setup()
312 static void h5_handle_internal_rx(struct hci_uart *hu) in h5_handle_internal_rx()
373 static void h5_complete_rx_pkt(struct hci_uart *hu) in h5_complete_rx_pkt()
411 static int h5_rx_crc(struct hci_uart *hu, unsigned char c) in h5_rx_crc()
711 static struct sk_buff *h5_dequeue(struct hci_uart *hu) in h5_dequeue()
[all …]
H A Dhci_bcsp.c53 struct hci_uart *hu; member
134 static int bcsp_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcsp_enqueue()
271 static struct sk_buff *bcsp_dequeue(struct hci_uart *hu) in bcsp_dequeue()
341 static int bcsp_flush(struct hci_uart *hu) in bcsp_flush()
397 static void bcsp_handle_le_pkt(struct hci_uart *hu) in bcsp_handle_le_pkt()
474 static void bcsp_complete_rx_pkt(struct hci_uart *hu) in bcsp_complete_rx_pkt()
580 static int bcsp_recv(struct hci_uart *hu, const void *data, int count) in bcsp_recv()
692 struct hci_uart *hu = bcsp->hu; in bcsp_timed_event() local
710 static int bcsp_open(struct hci_uart *hu) in bcsp_open()
736 static int bcsp_close(struct hci_uart *hu) in bcsp_close()
H A Dhci_nokia.c125 struct hci_uart hu; member
181 static int nokia_reset(struct hci_uart *hu) in nokia_reset()
221 static int nokia_send_alive_packet(struct hci_uart *hu) in nokia_send_alive_packet()
261 static int nokia_send_negotiation(struct hci_uart *hu) in nokia_send_negotiation()
324 static int nokia_setup_fw(struct hci_uart *hu) in nokia_setup_fw()
393 static int nokia_setup(struct hci_uart *hu) in nokia_setup()
465 static int nokia_open(struct hci_uart *hu) in nokia_open()
476 static int nokia_flush(struct hci_uart *hu) in nokia_flush()
487 static int nokia_close(struct hci_uart *hu) in nokia_close()
534 struct hci_uart *hu = hci_get_drvdata(hdev); in nokia_recv_negotiation_packet() local
[all …]
H A Dhci_bcm.c127 struct hci_uart *hu; member
159 static int bcm_set_baudrate(struct hci_uart *hu, unsigned int speed) in bcm_set_baudrate()
372 static int bcm_setup_sleep(struct hci_uart *hu) in bcm_setup_sleep()
395 static inline int bcm_setup_sleep(struct hci_uart *hu) { return 0; } in bcm_setup_sleep()
400 struct hci_uart *hu = hci_get_drvdata(hdev); in bcm_set_diag() local
421 static int bcm_open(struct hci_uart *hu) in bcm_open()
502 static int bcm_close(struct hci_uart *hu) in bcm_close()
545 static int bcm_flush(struct hci_uart *hu) in bcm_flush()
556 static int bcm_setup(struct hci_uart *hu) in bcm_setup()
695 static int bcm_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcm_enqueue()
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/
H A DHome.hs139 isHomeUnit hu u = u == homeUnitAsUnit hu function
143 isHomeUnitId hu uid = uid == homeUnitId hu function
147 isHomeUnitInstanceOf hu u = homeUnitInstanceOf hu == u function
151 isHomeModule hu m = isHomeUnit hu (moduleUnit m) function
155 isHomeInstalledModule hu m = isHomeUnitId hu (moduleUnit m) function
160 notHomeInstalledModule hu m = not (isHomeInstalledModule hu m) function
169 notHomeModule hu m = not (isHomeModule hu m) function
181 mkHomeModule hu = mkModule (homeUnitAsUnit hu) function
185 mkHomeInstalledModule hu = mkModule (homeUnitId hu) function
/dports/devel/taskflow/taskflow-3.2.0/taskflow/cuda/
H A Dcuda_optimizer.hpp40 auto& hu = std::get<cudaNode::Capture>(u->_handle); in _toposort() local
56 auto& hu = std::get<cudaNode::Capture>(u->_handle); in _toposort() local
80 auto& hu = std::get<cudaNode::Capture>(u->_handle); in _levelize() local
94 auto& hu = std::get<cudaNode::Capture>(u->_handle); in _levelize() local
111 auto& hu = std::get<cudaNode::Capture>(u->_handle); in _levelize() local
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_book_to_matrix.cc119 bool exceptionalScoring( const Phrase& hu, const Phrase& en, double& score ) in exceptionalScoring()
143 double scoreByIdentity( const Phrase& hu, const Phrase& en ) in scoreByIdentity()
178 const Phrase& hu = huSentenceList[huPos].words; in sentenceListsToAlignMatrixIdentity() local
193 double scoreByTranslation( const Phrase& hu, const Phrase& en, const TransLex& transLex ) in scoreByTranslation()
248 const Phrase& hu = huSentenceList[huPos].words; in sentenceListsToAlignMatrixTranslation() local
263 double scoreByModelOne( const Phrase& hu, const Phrase& en, const IBMModelOne& modelOne ) in scoreByModelOne()
294 const Phrase& hu = huSentenceList[huPos].words; in sentenceListsToAlignMatrixIBMModelOne() local
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dhtml.c490 HtmlUnit *hu = OM_MALLOC(HtmlUnit); in new_HtmlUnit() local
505 HtmlUnit *hu = OM_MALLOC(HtmlUnit); in new_HtmlUnit_T() local
517 static void delete_HtmlUnit(HtmlUnit *hu) in delete_HtmlUnit()
781 HtmlUnit *hu,*next_hu; in Html_flushUnits() local
848 HtmlUnit *hu = new_HtmlUnit_T(HU_IMAGE,hc); in Html_handle_img() local
1124 HtmlUnit *hu; in Html_partition() local
1222 HtmlUnit *hu,*hu2; in Html_format() local
1302 HtmlUnit *hu; in Html_psPrint() local
1341 HtmlUnit *hu; in Html_draw() local
1418 HtmlUnit *hu; in Html_isHit() local
[all …]
/dports/www/R-cran-httr/httr/tests/testthat/
H A Dtest-url.r47 hu <- handle_url(NULL, "http://google.com") globalVar
50 hu <- handle_url(NULL, "http://google.com", path = "abc") globalVar
55 hu <- handle_url(NULL, "http://google.com", 1, 2, 3) globalVar
/dports/mail/astroid/astroid-0.15/src/utils/
H A Dresource.cc74 Resource::Resource (bool hu, ustring p) : Resource (hu, path(p)) { } in Resource()
75 Resource::Resource (bool hu, const char * p) : Resource (hu, path(p)) { } in Resource()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/core/dictionaries/
H A Dno_state.translation.json10 "hu": "Elvezett az \u00e1llapotinform\u00e1c\u00f3", string
39 …"hu": "Nem lehet beazonos\u00edtani a k\u00e9r\u00e9shez tartoz\u00f3 \u00e1llapotinform\u00e1ci\u… string
68 "hu": "Javaslat a probl\u00e9ma elh\u00e1r\u00edt\u00e1s\u00e1ra:", string
97 "hu": "Menjen vissza az el\u0151z\u0151 oldalra, majd pr\u00f3b\u00e1lja ism\u00e9t.", string
126 "hu": "Z\u00e1rja be b\u00f6ng\u00e9sz\u0151j\u00e9t, majd pr\u00f3b\u00e1lja \u00fajra.", string
155 "hu": "Az al\u00e1bbi hib\u00e1t okozhatta:", string
184 "hu": "Haszn\u00e1lja a b\u00f6ng\u00e9sz\u0151 el\u0151re, ill. vissza gombjait", string
213 …"hu": "A b\u00f6ng\u00e9sz\u0151 a legut\u00f3bb bez\u00e1rt f\u00fcleket \u00fajranyitva indult.", string
242 …"hu": "Tal\u00e1n a b\u00f6ng\u00e9sz\u0151ben nincsenek enged\u00e9lyezve a s\u00fctik (cookie).", string
271 "hu": "A hiba jelent\u00e9se", string
[all …]

12345678910>>...79