Home
last modified time | relevance | path

Searched refs:le (Results 1 – 63 of 63) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_misc.c34 signed char le; /* 0 = big-endian, 1 = little-endian, -1 = others */ member
44 .width = 8, .phys = 8, .le = -1, .signd = 1,
48 .width = 8, .phys = 8, .le = -1, .signd = 0,
52 .width = 16, .phys = 16, .le = 1, .signd = 1,
56 .width = 16, .phys = 16, .le = 0, .signd = 1,
60 .width = 16, .phys = 16, .le = 1, .signd = 0,
64 .width = 16, .phys = 16, .le = 0, .signd = 0,
68 .width = 24, .phys = 32, .le = 1, .signd = 1,
72 .width = 24, .phys = 32, .le = 0, .signd = 1,
76 .width = 24, .phys = 32, .le = 1, .signd = 0,
[all …]
/linux-4.4.14/drivers/mtd/ubi/
Deba.c103 struct ubi_ltree_entry *le; in ltree_lookup() local
105 le = rb_entry(p, struct ubi_ltree_entry, rb); in ltree_lookup()
107 if (vol_id < le->vol_id) in ltree_lookup()
109 else if (vol_id > le->vol_id) in ltree_lookup()
112 if (lnum < le->lnum) in ltree_lookup()
114 else if (lnum > le->lnum) in ltree_lookup()
117 return le; in ltree_lookup()
138 struct ubi_ltree_entry *le, *le1, *le_free; in ltree_add_entry() local
140 le = kmalloc(sizeof(struct ubi_ltree_entry), GFP_NOFS); in ltree_add_entry()
141 if (!le) in ltree_add_entry()
[all …]
/linux-4.4.14/net/802/
Dhippi.c64 hip->le.fc = 0; in hippi_header()
65 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header()
66 hip->le.message_type = 0; /* Data PDU */ in hippi_header()
68 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header()
69 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header()
71 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header()
72 memset(&hip->le.reserved, 0, 16); in hippi_header()
84 memcpy(hip->le.dest_switch_addr, daddr + 3, 3); in hippi_header()
/linux-4.4.14/net/tipc/
Dnode.c296 struct tipc_link_entry *le; in tipc_node_timeout() local
305 le = &n->links[bearer_id]; in tipc_node_timeout()
306 if (le->link) { in tipc_node_timeout()
308 tipc_node_calculate_timer(n, le->link); in tipc_node_timeout()
309 rc = tipc_link_timeout(le->link, &xmitq); in tipc_node_timeout()
312 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr); in tipc_node_timeout()
402 struct tipc_link_entry *le = &n->links[*bearer_id]; in __tipc_node_link_down() local
449 node_lost_contact(n, &le->inputq); in __tipc_node_link_down()
471 struct tipc_link_entry *le = &n->links[bearer_id]; in tipc_node_link_down() local
472 struct tipc_link *l = le->link; in tipc_node_link_down()
[all …]
/linux-4.4.14/fs/qnx4/
Ddir.c23 struct qnx4_link_info *le; in qnx4_readdir() local
55 le = (struct qnx4_link_info*)de; in qnx4_readdir()
56 ino = ( le32_to_cpu(le->dl_inode_blk) - 1 ) * in qnx4_readdir()
58 le->dl_inode_ndx; in qnx4_readdir()
/linux-4.4.14/arch/ia64/lib/
Dmemcpy_mck.S101 cmp.le p6,p0 = 1,r30 // for .align_dest
144 cmp.le p6,p0=8,tmp
146 cmp.le p7,p0=16,tmp
171 cmp.le p8,p0=24,tmp
318 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining?
405 cmp.le p8,p9 = 1,in2
406 cmp.le p10,p11 = 2,in2
407 cmp.le p12,p13 = 3,in2
408 cmp.le p14,p15 = 4,in2
427 cmp.le p6,p7 = 5,in2
[all …]
Dmemset.S192 cmp.le p_scr, p0 = 8, cnt // just a few bytes left ?
282 cmp.le p_y, p_n = 16, cnt
287 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
324 (p_n) cmp.le p_yy, p_nn = 4, cnt
325 (p_y) cmp.le p_yy, p_nn = 5, cnt
333 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
342 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c1113 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le() local
1116 le->ctrl = 0; in get_tx_le()
1117 return le; in get_tx_le()
1122 struct sky2_tx_le *le; in tx_init() local
1129 le = get_tx_le(sky2, &sky2->tx_prod); in tx_init()
1130 le->addr = 0; in tx_init()
1131 le->opcode = OP_ADDR64 | HW_OWNER; in tx_init()
1149 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx() local
1151 le->ctrl = 0; in sky2_next_rx()
1152 return le; in sky2_next_rx()
[all …]
Dmvpp2.c3278 struct mvpp2_cls_lookup_entry *le) in mvpp2_cls_lookup_write() argument
3282 val = (le->way << MVPP2_CLS_LKP_INDEX_WAY_OFFS) | le->lkpid; in mvpp2_cls_lookup_write()
3284 mvpp2_write(priv, MVPP2_CLS_LKP_TBL_REG, le->data); in mvpp2_cls_lookup_write()
3290 struct mvpp2_cls_lookup_entry le; in mvpp2_cls_init() local
3305 le.data = 0; in mvpp2_cls_init()
3307 le.lkpid = index; in mvpp2_cls_init()
3308 le.way = 0; in mvpp2_cls_init()
3309 mvpp2_cls_lookup_write(priv, &le); in mvpp2_cls_init()
3311 le.way = 1; in mvpp2_cls_init()
3312 mvpp2_cls_lookup_write(priv, &le); in mvpp2_cls_init()
[all …]
/linux-4.4.14/arch/arm64/lib/
Dstrlen.S123 csinv data1, data1, xzr, le
124 csel data2, data2, data2a, le
Dstrnlen.S164 csinv data1, data1, xzr, le
165 csel data2, data2, data2a, le
Dmemset.S154 b.le .Ltail63
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c119 struct wr_log_entry le; in c4iw_log_wr_stats() local
127 le.poll_sge_ts = cxgb4_read_sge_timestamp(wq->rdev->lldi.ports[0]); in c4iw_log_wr_stats()
128 getnstimeofday(&le.poll_host_ts); in c4iw_log_wr_stats()
129 le.valid = 1; in c4iw_log_wr_stats()
130 le.cqe_sge_ts = CQE_TS(cqe); in c4iw_log_wr_stats()
132 le.qid = wq->sq.qid; in c4iw_log_wr_stats()
133 le.opcode = CQE_OPCODE(cqe); in c4iw_log_wr_stats()
134 le.post_host_ts = wq->sq.sw_sq[wq->sq.cidx].host_ts; in c4iw_log_wr_stats()
135 le.post_sge_ts = wq->sq.sw_sq[wq->sq.cidx].sge_ts; in c4iw_log_wr_stats()
136 le.wr_id = CQE_WRID_SQ_IDX(cqe); in c4iw_log_wr_stats()
[all …]
Dcm.c1829 req->le.filter = cpu_to_be32(cxgb4_select_ntuple( in send_fw_act_open_req()
1833 req->le.lport = sin->sin_port; in send_fw_act_open_req()
1834 req->le.u.ipv4.lip = sin->sin_addr.s_addr; in send_fw_act_open_req()
1836 req->le.pport = sin->sin_port; in send_fw_act_open_req()
1837 req->le.u.ipv4.pip = sin->sin_addr.s_addr; in send_fw_act_open_req()
3728 req->le.version_cpl = htonl(FW_OFLD_CONNECTION_WR_CPL_F); in send_fw_pass_open_req()
3729 req->le.filter = (__force __be32) filter; in send_fw_pass_open_req()
3730 req->le.lport = lport; in send_fw_pass_open_req()
3731 req->le.pport = rport; in send_fw_pass_open_req()
3732 req->le.u.ipv4.lip = laddr; in send_fw_pass_open_req()
[all …]
/linux-4.4.14/arch/xtensa/boot/boot-elf/
DMakefile10 OBJCOPY_ARGS := -O elf32-xtensa-le
/linux-4.4.14/tools/power/cpupower/po/
Dfr.po388 " -f, --freq Obtenir la fr�quence actuelle du CPU selon le point\n"
398 " le mat�riel (doit �tre root) *\n"
412 msgstr " -d, --driver Affiche le pilote cpufreq utilis� *\n"
505 msgstr "Les arguments avec un * utiliseront le CPU 0 si -c (--cpu) est omis\n"
551 " par le r�gulateur\n"
560 " par le r�gulateur\n"
565 msgstr " -g GOV, --governor GOV active le r�gulateur GOV\n"
574 " que le r�gulateur � userspace � soit disponible \n"
592 msgstr "Les arguments avec un * utiliseront le CPU 0 si -c (--cpu) est omis\n"
628 "- le r�gulateur choisi n'est pas disponible, ou bien n'est pas disponible "
[all …]
Dit.po406 " -l, --hwlimits Determina le frequenze minima e massima possibili per "
446 msgstr " -s, --stats Mostra le statistiche se disponibili\n"
469 " -o, --proc Stampa le informazioni come se provenissero dalla\n"
496 "le informazioni di debug per cpufreq saranno utili ad esempio a riportare i "
505 "Per le opzioni segnalate con *, omettere l'opzione -c o --cpu è come "
584 " -r, --related Modifica tutte le CPU coordinate dall'hardware\n"
597 "Per le opzioni segnalate con *, omettere l'opzione -c o --cpu è come "
616 "3. le FREQuenze possono essere specuficate in Hz, kHz (default), MHz, GHz, "
932 " -o, --proc Stampa le informazioni come se provenissero dalla\n"
947 #~ " -c CPU, --cpu CPU Numero di CPU per la quale ottenere le "
[all …]
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
DMakefile10 OBJCOPY_ARGS := -O elf32-xtensa-le
/linux-4.4.14/arch/arm/lib/
Dclear_user.S34 strusr r2, r0, 1, le
/linux-4.4.14/include/uapi/linux/
Dif_hippi.h149 struct hippi_le_hdr le; member
/linux-4.4.14/include/linux/mtd/
Dcfi_endian.h53 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x))
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pko.h204 uint64_t le:1; member
255 uint64_t le:1;
Dcvmx-pciercx-defs.h2461 uint32_t le:1; member
2467 uint32_t le:1;
2494 uint32_t le:1; member
2500 uint32_t le:1;
3110 uint32_t le:9; member
3114 uint32_t le:9;
/linux-4.4.14/drivers/firmware/efi/
Desrt.c126 le##size##_to_cpu(entry->esre.esre1->name)); \
201 return sprintf(buf, fmt "\n", le##size##_to_cpu(esrt->name)); \
/linux-4.4.14/net/atm/
Dbr2684.c107 static inline struct net_device *list_entry_brdev(const struct list_head *le) in list_entry_brdev() argument
109 return list_entry(le, struct br2684_dev, br2684_devs)->net_dev; in list_entry_brdev()
117 static inline struct br2684_vcc *list_entry_brvcc(const struct list_head *le) in list_entry_brvcc() argument
119 return list_entry(le, struct br2684_vcc, brvccs); in list_entry_brvcc()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.h596 LIST_ENTRY(scb) le;
601 LIST_ENTRY(scb) le;
604 #define pending_links links2.le
605 #define collision_links links2.le
Daic79xx_core.c6537 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) { in ahd_find_scb_by_tag()
6738 LIST_REMOVE(scb, links.le); in ahd_get_scb()
6742 LIST_REMOVE(scb->col_scb, links.le); in ahd_get_scb()
6767 scb, links.le); in ahd_free_scb()
6777 scb, links.le); in ahd_free_scb()
6779 scb->col_scb, links.le); in ahd_free_scb()
6799 scb, links.le); in ahd_free_scb()
9839 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) { in ahd_dump_card_state()
/linux-4.4.14/fs/btrfs/
Dstruct-funcs.c81 return le##bits##_to_cpu(leres); \
Dctree.h2368 u##bits res = le##bits##_to_cpu(p->member); \
2381 return le##bits##_to_cpu(s->member); \
/linux-4.4.14/include/linux/
Dlibnvdimm.h154 u64 nd_fletcher64(void *addr, size_t len, bool le);
/linux-4.4.14/drivers/video/fbdev/core/
Dfb_draw.h179 #define __le_long_to_cpu(x) le##x##_to_cpu
/linux-4.4.14/arch/arc/
DMakefile30 upto_gcc44 := $(call cc-ifversion, -le, 0404, y)
/linux-4.4.14/drivers/nvdimm/
Dcore.c59 u64 nd_fletcher64(void *addr, size_t len, bool le) in nd_fletcher64() argument
67 lo32 += le ? le32_to_cpu((__le32) buf[i]) : buf[i]; in nd_fletcher64()
/linux-4.4.14/Documentation/video4linux/
Dradiotrack.txt9 This document was made based on 'C' code for Linux from Gideon le Grange
22 converting to Linux, I found Gideon le Grange's command-line software for
/linux-4.4.14/arch/arm/include/asm/
Dassembler.h189 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
494 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/linux-4.4.14/drivers/dma/
Dfsldma.h232 le##width##_to_cpu((__force __le##width)(v##width)d))
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
De500v2_power_isa.dtsi42 power-isa-e.le; // Embedded.Little-Endian
De5500_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
De500mc_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
De6500_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
/linux-4.4.14/arch/powerpc/
DMakefile287 $(call merge_into_defconfig,pseries_defconfig,le)
291 $(call merge_into_defconfig,ppc64_defconfig,le)
/linux-4.4.14/net/sunrpc/
Dsvc_xprt.c908 struct list_head *le, *next; in svc_age_temp_xprts() local
919 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts()
920 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts()
929 list_del_init(le); in svc_age_temp_xprts()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h425 diff = le##size##_to_cpu(tclient->s) - \
426 le##size##_to_cpu(old_tclient->s); \
/linux-4.4.14/drivers/net/
Dtun.c1888 int le; in __tun_chr_ioctl() local
2089 le = !!(tun->flags & TUN_VNET_LE); in __tun_chr_ioctl()
2090 if (put_user(le, (int __user *)argp)) in __tun_chr_ioctl()
2095 if (get_user(le, (int __user *)argp)) { in __tun_chr_ioctl()
2099 if (le) in __tun_chr_ioctl()
/linux-4.4.14/drivers/video/console/
Dfbcon.c1589 unsigned short *le; in fbcon_redraw_softback() local
1595 le = advance_row(s, 1); in fbcon_redraw_softback()
1620 } while (s < le); in fbcon_redraw_softback()
1643 unsigned short *le = advance_row(s, 1); in fbcon_redraw_move() local
1661 } while (s < le); in fbcon_redraw_move()
1680 unsigned short *le = advance_row(s, 1); in fbcon_redraw_blit() local
1703 } while (s < le); in fbcon_redraw_blit()
1728 unsigned short *le = advance_row(s, 1); in fbcon_redraw() local
1759 } while (s < le); in fbcon_redraw()
/linux-4.4.14/drivers/net/ethernet/amd/
DKconfig166 This driver supports the "le" interface present on all 32-bit Sparc
/linux-4.4.14/arch/mips/
DMakefile123 …ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le))
/linux-4.4.14/security/selinux/ss/
Dpolicydb.c1221 struct constraint_expr *e, *le; in read_cons_helper() local
1242 le = NULL; in read_cons_helper()
1249 if (le) in read_cons_helper()
1250 le->next = e; in read_cons_helper()
1302 le = e; in read_cons_helper()
/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c262 pko_command.s.le = 1; in cvm_oct_xmit()
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_ppc.h571 return le##size##_to_cpu(vcpu->arch.shared->reg); \
/linux-4.4.14/lib/
Dvsprintf.c1265 static const u8 le[16] = {3,2,1,0,5,4,7,6,8,9,10,11,12,13,14,15}; in uuid_string() local
1273 index = le; in uuid_string()
/linux-4.4.14/arch/powerpc/boot/dts/
Dcanyonlands.dts174 compatible = "ohci-le";
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
358 33..11.. IImmpplleemmeennttaattiioonn ddeettaaiillss
377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell
1595 66.. IInniittiiaalliizzaattiioonn aanndd cclleeaannuupp
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h479 } le; member
856 } le; member
/linux-4.4.14/include/net/bluetooth/
Dhci.h1037 __u8 le; member
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db130 API-bitmap-copy-le
/linux-4.4.14/net/bluetooth/
Dhci_core.c706 cp.le = 0x01; in hci_set_le_support()
710 if (cp.le != lmp_host_le_capable(hdev)) in hci_set_le_support()
Dmgmt.c2606 hci_cp.le = val; in set_le()
7613 cp.le = 0x01; in powered_update_hci()
7619 if (cp.le != lmp_host_le_capable(hdev) || in powered_update_hci()
Dhci_event.c1341 if (sent->le) { in hci_cc_write_le_host_supported()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c6015 u8 le = 0; in brcms_c_cck_plcp_set() local
6034 le = D11B_PLCP_SIGNAL_LE; in brcms_c_cck_plcp_set()
6049 plcp[1] = (u8) (le | D11B_PLCP_SIGNAL_LOCKED); in brcms_c_cck_plcp_set()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio1111 Form is [be|le]:[s|u]bits/storagebits[>>shift].
1112 be or le specifies big or little endian. s or u specifies if
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt545 -eq, -ne, -lt, -le, -gt, and -ge
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES979 clients. basic posix file i/o tests now work on big endian machines, not just le