Searched refs:hu (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_uart.h47 int (*open)(struct hci_uart *hu);
48 int (*close)(struct hci_uart *hu);
49 int (*flush)(struct hci_uart *hu);
50 int (*recv)(struct hci_uart *hu, void *data, int len);
51 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb);
52 struct sk_buff *(*dequeue)(struct hci_uart *hu);
77 int hci_uart_tx_wakeup(struct hci_uart *hu);
H A Dhci_ldisc.c94 static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type) argument
96 struct hci_dev *hdev = hu->hdev;
114 static inline struct sk_buff *hci_uart_dequeue(struct hci_uart *hu) argument
116 struct sk_buff *skb = hu->tx_skb;
119 skb = hu->proto->dequeue(hu);
121 hu->tx_skb = NULL;
126 int hci_uart_tx_wakeup(struct hci_uart *hu) argument
128 struct tty_struct *tty = hu->tty;
129 struct hci_dev *hdev = hu
182 struct hci_uart *hu = (struct hci_uart *) hdev->driver_data; local
219 struct hci_uart *hu; local
262 struct hci_uart *hu = (void *) tty->disc_data; local
299 struct hci_uart *hu = (void *)tty->disc_data; local
330 struct hci_uart *hu = (void *)tty->disc_data; local
360 struct hci_uart *hu = (void *)tty->disc_data; local
378 hci_uart_register_dev(struct hci_uart *hu) argument
416 hci_uart_set_proto(struct hci_uart *hu, int id) argument
456 struct hci_uart *hu = (void *)tty->disc_data; local
[all...]
H A Dhci_h4.c71 static int h4_open(struct hci_uart *hu) argument
75 BT_DBG("hu %p", hu);
83 hu->priv = h4;
88 static int h4_flush(struct hci_uart *hu) argument
90 struct h4_struct *h4 = hu->priv;
92 BT_DBG("hu %p", hu);
100 static int h4_close(struct hci_uart *hu) argument
102 struct h4_struct *h4 = hu
120 h4_enqueue(struct hci_uart *hu, struct sk_buff *skb) argument
158 h4_recv(struct hci_uart *hu, void *data, int count) argument
265 h4_dequeue(struct hci_uart *hu) argument
[all...]
H A Dhci_bcsp.c174 static int bcsp_enqueue(struct hci_uart *hu, struct sk_buff *skb) argument
176 struct bcsp_struct *bcsp = hu->priv;
308 static struct sk_buff *bcsp_dequeue(struct hci_uart *hu) argument
310 struct bcsp_struct *bcsp = hu->priv;
364 static int bcsp_flush(struct hci_uart *hu) argument
366 BT_DBG("hu %p", hu);
418 static void bcsp_handle_le_pkt(struct hci_uart *hu) argument
420 struct bcsp_struct *bcsp = hu->priv;
437 hci_uart_tx_wakeup(hu);
495 bcsp_complete_rx_pkt(struct hci_uart *hu) argument
569 bcsp_recv(struct hci_uart *hu, void *data, int count) argument
691 struct hci_uart *hu = (struct hci_uart *) arg; local
710 bcsp_open(struct hci_uart *hu) argument
737 bcsp_close(struct hci_uart *hu) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S333 (p21) xmpy.hu f40=f37,f8
371 (p18) xma.hu f38=f34,f8,f39 }
439 (p20) xma.hu f36=f36,f8,f50 // high
508 (p25) xmpy.hu f52=f41,f41
661 xma.hu f41=f32,f120,f0 }
663 { .mfi; xma.hu f51=f32,f121,f0 }
665 { .mfi; xma.hu f61=f32,f122,f0 }
667 { .mfi; xma.hu f71=f32,f123,f0 }
669 { .mfi; xma.hu f81=f32,f124,f0 }
671 { .mfi; xma.hu f9
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S333 (p21) xmpy.hu f40=f37,f8
371 (p18) xma.hu f38=f34,f8,f39 }
439 (p20) xma.hu f36=f36,f8,f50 // high
508 (p25) xmpy.hu f52=f41,f41
661 xma.hu f41=f32,f120,f0 }
663 { .mfi; xma.hu f51=f32,f121,f0 }
665 { .mfi; xma.hu f61=f32,f122,f0 }
667 { .mfi; xma.hu f71=f32,f123,f0 }
669 { .mfi; xma.hu f81=f32,f124,f0 }
671 { .mfi; xma.hu f9
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/doc/
H A DMakefile.am84 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/api/
86 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
H A DMakefile.in510 @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/api/
511 @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile.msvc76 -mkdir $(localedir)\hu
77 -mkdir $(localedir)\hu\LC_MESSAGES
78 $(INSTALL_DATA) hu.gmo $(localedir)\hu\LC_MESSAGES\libiconv.mo
167 -mkdir $(localedir)\hu
168 -mkdir $(localedir)\hu\LC_MESSAGES
222 $(RM) $(localedir)\hu\LC_MESSAGES\libiconv.mo
H A DMakefile54 POFILES = af.po ca.po da.po de.po el.po eo.po es.po et.po fi.po fr.po ga.po gl.po hr.po hu.po id.po it.po nl.po pl.po pt_BR.po rm.po ro.po ru.po sk.po sl.po sq.po sr.po sv.po tr.po uk.po vi.po wa.po zh_CN.po zh_TW.po
55 GMOFILES = af.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo rm.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo
56 UPDATEPOFILES = af.po-update ca.po-update da.po-update de.po-update el.po-update eo.po-update es.po-update et.po-update fi.po-update fr.po-update ga.po-update gl.po-update hr.po-update hu.po-update id.po-update it.po-update nl.po-update pl.po-update pt_BR.po-update rm.po-update ro.po-update ru.po-update sk.po-update sl.po-update sq.po-update sr.po-update sv.po-update tr.po-update uk.po-update vi.po-update wa.po-update zh_CN.po-update zh_TW.po-update
57 DUMMYPOFILES = af.nop ca.nop da.nop de.nop el.nop eo.nop es.nop et.nop fi.nop fr.nop ga.nop gl.nop hr.nop hu.nop id.nop it.nop nl.nop pl.nop pt_BR.nop rm.nop ro.nop ru.nop sk.nop sl.nop sq.nop sr.nop sv.nop tr.nop uk.nop vi.nop wa.nop zh_CN.nop zh_TW.nop
67 CATALOGS = af.gmo ca.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo nl.gmo pl.gmo pt_BR.gmo rm.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address44 hu) english=Hungarian;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dconfig.charset150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
571 echo "hu CP852"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dconfig.charset151 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
572 echo "hu CP852"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dconfig.charset150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
571 echo "hu CP852"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address53 hu) english=Hungarian;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dconfig.charset150 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
571 echo "hu CP852"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dconfig.charset151 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
572 echo "hu CP852"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile.am405 hu.po \
H A DMakefile.in558 hu.po \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dentry.S730 ld.hu -2[r19], r19
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dfsys.S321 (p14) xmpy.hu f8 = f8, f7 // xmpy has 5 cycles latency so use it...
H A Dhead.S994 xmpy.hu f11=f9,f8 // calculate high 64 bits of 128-bit product
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure251 ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.

Completed in 149 milliseconds