Searched refs:hp (Results 1 - 25 of 80) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsunhme.c111 static __inline__ void tx_add_log(struct happy_meal *hp, unsigned int a, unsigned int s) argument
119 tlp->tx_new = hp->tx_new;
120 tlp->tx_old = hp->tx_old;
139 static __inline__ void tx_dump_ring(struct happy_meal *hp) argument
141 struct hmeal_init_block *hb = hp->happy_block;
155 #define tx_add_log(hp, a, s) do { } while(0)
157 #define tx_dump_ring(hp) do { } while(0)
352 static void BB_PUT_BIT(struct happy_meal *hp, unsigned long tregs, int bit) argument
354 hme_write32(hp, tregs + TCVR_BBDATA, bit);
355 hme_write32(hp, treg
360 BB_GET_BIT2(struct happy_meal *hp, unsigned long tregs, int internal) argument
378 happy_meal_bb_read(struct happy_meal *hp, unsigned long tregs, int reg) argument
424 happy_meal_bb_write(struct happy_meal *hp, unsigned long tregs, int reg, unsigned short value) argument
469 happy_meal_tcvr_read(struct happy_meal *hp, unsigned long tregs, int reg) argument
501 happy_meal_tcvr_write(struct happy_meal *hp, unsigned long tregs, int reg, unsigned short value) argument
559 try_next_permutation(struct happy_meal *hp, unsigned long tregs) argument
583 display_link_mode(struct happy_meal *hp, unsigned long tregs) argument
605 display_forced_link_mode(struct happy_meal *hp, unsigned long tregs) argument
624 set_happy_link_modes(struct happy_meal *hp, unsigned long tregs) argument
686 is_lucent_phy(struct happy_meal *hp) argument
703 struct happy_meal *hp = (struct happy_meal *) data; local
879 happy_meal_tx_reset(struct happy_meal *hp, unsigned long bregs) argument
899 happy_meal_rx_reset(struct happy_meal *hp, unsigned long bregs) argument
921 happy_meal_stop(struct happy_meal *hp, unsigned long gregs) argument
941 happy_meal_get_counters(struct happy_meal *hp, unsigned long bregs) argument
964 happy_meal_poll_stop(struct happy_meal *hp, unsigned long tregs) argument
999 happy_meal_tcvr_reset(struct happy_meal *hp, unsigned long tregs) argument
1097 happy_meal_transceiver_check(struct happy_meal *hp, unsigned long tregs) argument
1204 happy_meal_clean_rings(struct happy_meal *hp) argument
1249 happy_meal_init_rings(struct happy_meal *hp) argument
1291 happy_meal_begin_auto_negotiation(struct happy_meal *hp, unsigned long tregs, struct ethtool_cmd *ep) argument
1409 happy_meal_init(struct happy_meal *hp) argument
1701 happy_meal_set_initial_advertisement(struct happy_meal *hp) argument
1761 happy_meal_is_not_so_happy(struct happy_meal *hp, u32 status) argument
1875 happy_meal_mif_interrupt(struct happy_meal *hp) argument
1909 happy_meal_tx(struct happy_meal *hp) argument
1978 happy_meal_rx(struct happy_meal *hp, struct net_device *dev) argument
2081 struct happy_meal *hp = dev->priv; local
2122 struct happy_meal *hp = dev->priv; local
2165 struct happy_meal *hp = dev->priv; local
2202 struct happy_meal *hp = dev->priv; local
2231 struct happy_meal *hp = dev->priv; local
2249 struct happy_meal *hp = dev->priv; local
2340 struct happy_meal *hp = dev->priv; local
2351 struct happy_meal *hp = dev->priv; local
2402 struct happy_meal *hp = dev->priv; local
2499 quattro_apply_ranges(struct quattro *qp, struct happy_meal *hp) argument
2628 struct happy_meal *hp; local
2957 struct happy_meal *hp; local
3280 struct happy_meal *hp = root_happy_dev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dhvc_console.c73 struct hvc_struct *hp; local
78 hp = &hvc_struct[line];
80 tty->driver_data = hp;
81 spin_lock_irqsave(&hp->lock, flags);
82 hp->tty = tty;
83 hp->count++;
84 spin_unlock_irqrestore(&hp->lock, flags);
91 struct hvc_struct *hp = tty->driver_data; local
96 spin_lock_irqsave(&hp->lock, flags);
97 if (--hp
107 struct hvc_struct *hp = tty->driver_data; local
114 hvc_push(struct hvc_struct *hp) argument
136 struct hvc_struct *hp = tty->driver_data; local
168 struct hvc_struct *hp = tty->driver_data; local
175 struct hvc_struct *hp = tty->driver_data; local
182 struct hvc_struct *hp = &hvc_struct[index]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_sl811.c150 hcipriv_t *hp = &hci->hp; local
152 if (!hp->hcport)
155 sl811_write_index (hp, offset);
156 return (sl811_read_data (hp));
173 hcipriv_t *hp = &hci->hp; local
175 if (!hp->hcport)
178 sl811_write_index_data (hp, offset, data);
197 hcipriv_t *hp local
228 hcipriv_t *hp = &hci->hp; local
332 hcipriv_t *hp = &hci->hp; local
422 hcipriv_t *hp = &hci->hp; local
467 hcipriv_t *hp = &hci->hp; local
653 hcipriv_t *hp = &hci->hp; local
708 hcipriv_t *hp = &hci->hp; local
801 hcipriv_t *hp = &hci->hp; local
995 hcipriv_t *hp = &hci->hp; local
1030 hcipriv_t *hp = &hci->hp; local
1054 hcipriv_t *hp = &hci->hp; local
1097 hcipriv_t *hp = &hci->hp; local
1135 hcipriv_t *hp = &hci->hp; local
1169 hcipriv_t *hp = &hci->hp; local
1224 hcipriv_t *hp; local
1295 hcipriv_t *hp = &hci->hp; local
1350 hcipriv_t *hp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci_core.h358 register struct hci_proto *hp; local
361 hp = hci_proto[HCI_PROTO_L2CAP];
362 if (hp && hp->connect_ind)
363 mask |= hp->connect_ind(hdev, bdaddr, type);
365 hp = hci_proto[HCI_PROTO_SCO];
366 if (hp && hp->connect_ind)
367 mask |= hp->connect_ind(hdev, bdaddr, type);
374 register struct hci_proto *hp; local
387 register struct hci_proto *hp; local
400 register struct hci_proto *hp; local
413 register struct hci_proto *hp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci_core.h358 register struct hci_proto *hp; local
361 hp = hci_proto[HCI_PROTO_L2CAP];
362 if (hp && hp->connect_ind)
363 mask |= hp->connect_ind(hdev, bdaddr, type);
365 hp = hci_proto[HCI_PROTO_SCO];
366 if (hp && hp->connect_ind)
367 mask |= hp->connect_ind(hdev, bdaddr, type);
374 register struct hci_proto *hp; local
387 register struct hci_proto *hp; local
400 register struct hci_proto *hp; local
413 register struct hci_proto *hp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dip_util.c32 struct hostent *hp; local
38 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
43 return ntohl((*(UINT4 *) hp->h_addr));
106 struct hostent *hp; local
109 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
114 return ((hp==NULL)?"unknown":hp->h_name);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dip_util.c32 struct hostent *hp; local
38 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
43 return ntohl((*(UINT4 *) hp->h_addr));
106 struct hostent *hp; local
109 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
114 return ((hp==NULL)?"unknown":hp->h_name);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drio_linux.c833 struct vpd_prom *get_VPD_PROM (struct Host *hp) argument
841 hp->Caddr + RIO_VPD_ROM);
845 *p++ = readb (hp->Caddr+RIO_VPD_ROM + i*2);
846 /* read_rio_byte (hp, RIO_VPD_ROM + i*2); */
1091 struct Host *hp; local
1155 hp = &p->RIOHosts[p->RIONumHosts];
1156 hp->PaddrP = tint & PCI_BASE_ADDRESS_MEM_MASK;
1157 hp->Ivec = get_irq (pdev);
1158 if (((1 << hp->Ivec) & rio_irqmask) == 0)
1159 hp
1341 rio_start_card_running (hp); variable
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/
H A DMakefile1 # arch/ia64/hp/Makefile
6 O_TARGET := hp.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/hp-lj/
H A DMakefile12 all: hp-lj.o
14 O_TARGET := hp-lj.o
H A Dgdb_hook.c30 #include <asm/hp-lj/asic.h>
H A Dinit.c10 #include <asm/hp-lj/asic.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/
H A DMakefile8 # Copyright (C) 1998-2001 by David Mosberger-Tang <davidm@hpl.hp.com>
36 CORE_FILES := arch/$(ARCH)/hp/hp.o \
39 SUBDIRS := arch/$(ARCH)/hp \
46 SUBDIRS := arch/$(ARCH)/hp \
48 CORE_FILES := arch/$(ARCH)/hp/hp.o \
53 SUBDIRS := arch/$(ARCH)/hp \
56 CORE_FILES := arch/$(ARCH)/hp/hp
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dinftrees.c93 local int huft_build(b, n, s, d, e, t, m, hp, hn, v)
101 inflate_huft *hp; /* space for trees */
235 u[h] = q = hp + *hn;
294 int inflate_trees_bits(c, bb, tb, hp, z)
298 inflate_huft *hp; /* space for trees */
308 tb, bb, hp, &hn, v);
321 int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z)
329 inflate_huft *hp; /* space for trees */
341 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
356 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A Dinftrees.c90 local int huft_build(b, n, s, d, e, t, m, hp, hn, v)
98 inflate_huft *hp; /* space for trees */
232 u[h] = q = hp + *hn;
291 int zlib_inflate_trees_bits(c, bb, tb, hp, z)
295 inflate_huft *hp; /* space for trees */
304 tb, bb, hp, &hn, v);
315 int zlib_inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z)
323 inflate_huft *hp; /* space for trees */
334 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
348 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsg.c216 static int sg_u_iovec(sg_io_hdr_t * hp, int sg_num, int ind,
374 sg_io_hdr_t * hp; local
415 hp = &srp->header;
417 old_hdr.reply_len = (int)hp->timeout;
419 old_hdr.pack_id = hp->pack_id;
421 ((srp->data.cmd_opcode >= 0xc0) && (12 == hp->cmd_len)) ? 1 : 0;
422 old_hdr.target_status = hp->masked_status;
423 old_hdr.host_status = hp->host_status;
424 old_hdr.driver_status = hp->driver_status;
425 if ((CHECK_CONDITION & hp
476 sg_io_hdr_t * hp = &srp->header; local
518 sg_io_hdr_t * hp; local
605 sg_io_hdr_t * hp; local
666 sg_io_hdr_t * hp = &srp->header; local
1575 sg_io_hdr_t * hp = &srp->header; local
1667 sg_io_hdr_t * hp = &srp->header; local
1830 sg_io_hdr_t * hp = &srp->header; local
1920 sg_u_iovec(sg_io_hdr_t * hp, int sg_num, int ind, int wr_xf, int * countp, unsigned char ** up) argument
1986 sg_io_hdr_t * hp = &srp->header; local
2884 const sg_io_hdr_t * hp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_be.c4047 struct _hp_private *hp = &hp_private; local
4057 hp->io_tlb_ps = INREG64(hp->registers, HP_ZX1_TCNFG);
4058 switch (hp->io_tlb_ps) {
4059 case 0: hp->io_tlb_shift = 12; break;
4060 case 1: hp->io_tlb_shift = 13; break;
4061 case 2: hp->io_tlb_shift = 14; break;
4062 case 3: hp->io_tlb_shift = 16; break;
4065 "configuration 0x%x\n", hp->io_tlb_ps);
4066 hp
4095 struct _hp_private *hp = &hp_private; local
4130 struct _hp_private *hp = &hp_private; local
4182 struct _hp_private *hp = &hp_private; local
4205 struct _hp_private *hp = &hp_private; local
4214 struct _hp_private *hp = &hp_private; local
4223 struct _hp_private *hp = &hp_private; local
4250 struct _hp_private *hp = &hp_private; local
4262 struct _hp_private *hp = &hp_private; local
4307 struct _hp_private *hp = &hp_private; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcmdedit.c1124 static void get_previous_history(struct history **hp, struct history *p) argument
1126 if ((*hp)->s)
1127 free((*hp)->s);
1128 (*hp)->s = xstrdup(command_ps);
1129 *hp = p;
1132 static inline void get_next_history(struct history **hp) argument
1134 get_previous_history(hp, (*hp)->n);
1167 struct history *hp = his_end; local
1268 if (hp
[all...]
H A Dtraceroute.c231 struct hostent *hp; local
246 hp = gethostbyaddr((char *)&(from->sin_addr), sizeof (from->sin_addr), AF_INET);
247 if (hp) {
248 if ((cp = strchr(hp->h_name, '.')) &&
251 cp = (char *)hp->h_name;
443 struct hostent *hp; local
516 hp = xgethostbyname(*argv);
517 to->sin_family = hp->h_addrtype;
518 memcpy(&to->sin_addr, hp->h_addr, hp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn2/
H A Dsn_private.h136 #define hub_piomap_xt_piomap(hp) (&hp->hpio_xtalk_info)
137 #define hub_piomap_hub_v(hp) (hp->hpio_hub)
138 #define hub_piomap_winnum(hp) (hp->hpio_bigwin_num)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn2/
H A Dsn_private.h136 #define hub_piomap_xt_piomap(hp) (&hp->hpio_xtalk_info)
137 #define hub_piomap_hub_v(hp) (hp->hpio_hub)
138 #define hub_piomap_winnum(hp) (hp->hpio_bigwin_num)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn1/
H A Dsn_private.h154 #define hub_piomap_xt_piomap(hp) (&hp->hpio_xtalk_info)
155 #define hub_piomap_hub_v(hp) (hp->hpio_hub)
156 #define hub_piomap_winnum(hp) (hp->hpio_bigwin_num)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn1/
H A Dsn_private.h154 #define hub_piomap_xt_piomap(hp) (&hp->hpio_xtalk_info)
155 #define hub_piomap_hub_v(hp) (hp->hpio_hub)
156 #define hub_piomap_winnum(hp) (hp->hpio_bigwin_num)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dhost.c77 struct nlm_host *host, **hp; local
100 for (hp = &nlm_hosts[hash]; (host = *hp); hp = &host->h_next) {
107 if (hp != nlm_hosts + hash) {
108 *hp = host->h_next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_core.c884 int hci_register_proto(struct hci_proto *hp) argument
888 BT_DBG("%p name %s id %d", hp, hp->name, hp->id);
890 if (hp->id >= HCI_MAX_PROTO)
895 if (!hci_proto[hp->id])
896 hci_proto[hp->id] = hp;
905 int hci_unregister_proto(struct hci_proto *hp) argument
909 BT_DBG("%p name %s id %d", hp, h
1264 register struct hci_proto *hp; local
1299 register struct hci_proto *hp; local
[all...]

Completed in 162 milliseconds

1234