Searched refs:lh (Results 26 - 40 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/sb1250/
H A Dlib_hssubr.S65 lh v0, (a0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dl2cap.c1012 l2cap_hdr *lh; local
1030 lh = (l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
1031 lh->cid = __cpu_to_le16(l2cap_pi(sk)->dcid);
1032 lh->len = __cpu_to_le16(len + (hlen - L2CAP_HDR_SIZE));
1102 l2cap_hdr *lh; local
1114 lh = (l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
1115 lh->len = __cpu_to_le16(L2CAP_CMD_HDR_SIZE + dlen);
1116 lh->cid = __cpu_to_le16(0x0001);
1742 l2cap_hdr *lh = (l2cap_hdr *) skb->data; local
1746 cid = __le16_to_cpu(lh
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Ddv1394.c1977 struct list_head *lh; local
1983 list_for_each(lh, &dv1394_cards) {
1984 p = list_entry(lh, struct video_card, list);
2141 struct list_head *lh; local
2146 list_for_each(lh, &dv1394_procfs) {
2147 p = list_entry(lh, struct dv1394_procfs_entry, list);
2526 struct list_head *lh; local
2531 list_for_each(lh, &dv1394_devfs) {
2532 p = list_entry(lh, struct dv1394_devfs_entry, list);
2764 struct list_head *lh; local
2858 struct list_head *lh; local
[all...]
H A Dohci1394.c1022 struct list_head *lh; local
1028 list_for_each(lh, &ohci->iso_tasklet_list) {
1029 t = list_entry(lh, struct ohci1394_iso_tasklet, link);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_dtree.c3574 struct ldtentry *lh; local
3602 lh = (struct ldtentry *) & p->slot[si];
3603 si = lh->next;
3604 name = lh->name;
3605 namlen = lh->namlen;
3733 struct ldtentry *lh; local
3743 lh = (struct ldtentry *) & p->slot[si];
3744 si = lh->next;
3745 namlen = lh->namlen;
3746 name = lh
3795 struct ldtentry *lh = 0; local
4607 struct ldtentry *lh; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dbr2684.c124 struct list_head *lh; local
128 list_for_each(lh, &br2684_devs) {
129 brdev = list_entry_brdev(lh);
135 list_for_each(lh, &br2684_devs) {
136 brdev = list_entry_brdev(lh);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daf_inet6.c538 struct list_head *lh; local
549 list_for_each(lh, &inetsw6[p->type]) {
550 answer = list_entry(lh, struct inet_protosw, list);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dhead.S218 lh %r3,10(%r5) # get residual count
259 lh %r1,0xb8 # test if subchannel number
519 lh %r0,__LC_CPUID+4 # get cpu version
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dhead.S218 lh %r3,10(%r5) # get residual count
259 lh %r1,0xb8 # test if subchannel number
540 0: lh %r0,__LC_CPUID+4 # get cpu version
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhpusbscsi.c129 INIT_LIST_HEAD (&new->lh);
195 list_add (&hpusbscsi_devices, &new->lh);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Daf_inet.c1038 struct list_head *lh; local
1049 list_for_each(lh, &inetsw[p->type]) {
1050 answer = list_entry(lh, struct inet_protosw, list);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dldm.c1439 * @lh: Head of a linked list of struct vblk
1445 static void ldm_free_vblks (struct list_head *lh) argument
1449 BUG_ON (!lh);
1451 list_for_each_safe (item, tmp, lh)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S59 lh %r5,.Lcountarea+6 # init r5 from countarea
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipleckd.S59 lh %r5,.Lcountarea+6 # init r5 from countarea
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c7803 int lh = ln & 3; local
7855 lp->jump_lcb.l_paddr = tp->jump_lcb[lh].l_paddr;
7867 tp->jump_lcb[lh].l_paddr = cpu_to_scr(vtobus (&lp->jump_lcb));

Completed in 231 milliseconds

12