Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.c3259 struct mvpp2_cls_lookup_entry *le) in mvpp2_cls_lookup_write() argument
3263 val = (le->way << MVPP2_CLS_LKP_INDEX_WAY_OFFS) | le->lkpid; in mvpp2_cls_lookup_write()
3265 mvpp2_write(priv, MVPP2_CLS_LKP_TBL_REG, le->data); in mvpp2_cls_lookup_write()
3271 struct mvpp2_cls_lookup_entry le; in mvpp2_cls_init() local
3286 le.data = 0; in mvpp2_cls_init()
3288 le.lkpid = index; in mvpp2_cls_init()
3289 le.way = 0; in mvpp2_cls_init()
3290 mvpp2_cls_lookup_write(priv, &le); in mvpp2_cls_init()
3292 le.way = 1; in mvpp2_cls_init()
3293 mvpp2_cls_lookup_write(priv, &le); in mvpp2_cls_init()
[all …]
/linux-4.1.27/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.S152 b.le .Ltail63
/linux-4.1.27/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.c1772 req->le.filter = cpu_to_be32(cxgb4_select_ntuple( in send_fw_act_open_req()
1776 req->le.lport = sin->sin_port; in send_fw_act_open_req()
1777 req->le.u.ipv4.lip = sin->sin_addr.s_addr; in send_fw_act_open_req()
1779 req->le.pport = sin->sin_port; in send_fw_act_open_req()
1780 req->le.u.ipv4.pip = sin->sin_addr.s_addr; in send_fw_act_open_req()
3600 req->le.version_cpl = htonl(FW_OFLD_CONNECTION_WR_CPL_F); in send_fw_pass_open_req()
3601 req->le.filter = (__force __be32) filter; in send_fw_pass_open_req()
3602 req->le.lport = lport; in send_fw_pass_open_req()
3603 req->le.pport = rport; in send_fw_pass_open_req()
3604 req->le.u.ipv4.lip = laddr; in send_fw_pass_open_req()
[all …]
/linux-4.1.27/arch/xtensa/boot/boot-elf/
DMakefile10 OBJCOPY_ARGS := -O elf32-xtensa-le
/linux-4.1.27/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.1.27/arch/xtensa/boot/boot-redboot/
DMakefile10 OBJCOPY_ARGS := -O elf32-xtensa-le
/linux-4.1.27/arch/arm/lib/
Dclear_user.S31 strusr r2, r0, 1, le
/linux-4.1.27/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.1.27/include/uapi/linux/
Dif_hippi.h149 struct hippi_le_hdr le; member
/linux-4.1.27/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.1.27/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.1.27/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.1.27/fs/btrfs/
Dstruct-funcs.c81 return le##bits##_to_cpu(leres); \
Dctree.h2324 u##bits res = le##bits##_to_cpu(p->member); \
2337 return le##bits##_to_cpu(s->member); \
/linux-4.1.27/arch/arc/
DMakefile28 upto_gcc44 := $(call cc-ifversion, -le, 0404, y)
/linux-4.1.27/drivers/video/fbdev/core/
Dfb_draw.h179 #define __le_long_to_cpu(x) le##x##_to_cpu
/linux-4.1.27/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.1.27/arch/powerpc/boot/dts/fsl/
De500v2_power_isa.dtsi42 power-isa-e.le; // Embedded.Little-Endian
De500mc_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
De5500_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
De6500_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
/linux-4.1.27/drivers/dma/
Dfsldma.h232 le##width##_to_cpu((__force __le##width)(v##width)d))
/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h423 diff = le##size##_to_cpu(tclient->s) - \
424 le##size##_to_cpu(old_tclient->s); \
/linux-4.1.27/drivers/net/
Dtun.c1842 int le; in __tun_chr_ioctl() local
2043 le = !!(tun->flags & TUN_VNET_LE); in __tun_chr_ioctl()
2044 if (put_user(le, (int __user *)argp)) in __tun_chr_ioctl()
2049 if (get_user(le, (int __user *)argp)) { in __tun_chr_ioctl()
2053 if (le) in __tun_chr_ioctl()
/linux-4.1.27/drivers/video/console/
Dfbcon.c1584 unsigned short *le; in fbcon_redraw_softback() local
1590 le = advance_row(s, 1); in fbcon_redraw_softback()
1615 } while (s < le); in fbcon_redraw_softback()
1638 unsigned short *le = advance_row(s, 1); in fbcon_redraw_move() local
1656 } while (s < le); in fbcon_redraw_move()
1675 unsigned short *le = advance_row(s, 1); in fbcon_redraw_blit() local
1698 } while (s < le); in fbcon_redraw_blit()
1723 unsigned short *le = advance_row(s, 1); in fbcon_redraw() local
1754 } while (s < le); in fbcon_redraw()
/linux-4.1.27/arch/arm/include/asm/
Dassembler.h433 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/linux-4.1.27/arch/mips/
DMakefile123 …ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le))
/linux-4.1.27/drivers/net/ethernet/amd/
DKconfig172 This driver supports the "le" interface present on all 32-bit Sparc
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c1216 struct constraint_expr *e, *le; in read_cons_helper() local
1237 le = NULL; in read_cons_helper()
1244 if (le) in read_cons_helper()
1245 le->next = e; in read_cons_helper()
1297 le = e; in read_cons_helper()
/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c278 pko_command.s.le = 1; in cvm_oct_xmit()
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_ppc.h569 return le##size##_to_cpu(vcpu->arch.shared->reg); \
/linux-4.1.27/lib/
Dvsprintf.c1264 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
1272 index = le; in uuid_string()
/linux-4.1.27/arch/powerpc/boot/dts/
Dcanyonlands.dts174 compatible = "ohci-le";
/linux-4.1.27/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.1.27/include/net/bluetooth/
Dhci.h1023 __u8 le; member
/linux-4.1.27/net/bluetooth/
Dhci_core.c653 cp.le = 0x01; in hci_set_le_support()
657 if (cp.le != lmp_host_le_capable(hdev)) in hci_set_le_support()
Dmgmt.c2497 hci_cp.le = val; in set_le()
7388 cp.le = 0x01; in powered_update_hci()
7394 if (cp.le != lmp_host_le_capable(hdev) || in powered_update_hci()
Dhci_event.c1376 if (sent->le) { in hci_cc_write_le_host_supported()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-iio1047 Form is [be|le]:[s|u]bits/storagebits[>>shift].
1048 be or le specifies big or little endian. s or u specifies if
/linux-4.1.27/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.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h479 } le; member
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt545 -eq, -ne, -lt, -le, -gt, and -ge
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES979 clients. basic posix file i/o tests now work on big endian machines, not just le