/linux-4.1.27/block/ |
D | blk-lib.c | 20 struct bio_batch *bb = bio->bi_private; in bio_batch_end_io() local 23 clear_bit(BIO_UPTODATE, &bb->flags); in bio_batch_end_io() 24 if (atomic_dec_and_test(&bb->done)) in bio_batch_end_io() 25 complete(bb->wait); in bio_batch_end_io() 48 struct bio_batch bb; in blkdev_issue_discard() local 80 atomic_set(&bb.done, 1); in blkdev_issue_discard() 81 bb.flags = 1 << BIO_UPTODATE; in blkdev_issue_discard() 82 bb.wait = &wait; in blkdev_issue_discard() 114 bio->bi_private = &bb; in blkdev_issue_discard() 120 atomic_inc(&bb.done); in blkdev_issue_discard() [all …]
|
/linux-4.1.27/crypto/ |
D | rmd256.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local 56 bb = state[1]; in rmd256_transform() 67 ROUND(aa, bb, cc, dd, F1, K1, in[0], 11); in rmd256_transform() 68 ROUND(dd, aa, bb, cc, F1, K1, in[1], 14); in rmd256_transform() 69 ROUND(cc, dd, aa, bb, F1, K1, in[2], 15); in rmd256_transform() 70 ROUND(bb, cc, dd, aa, F1, K1, in[3], 12); in rmd256_transform() 71 ROUND(aa, bb, cc, dd, F1, K1, in[4], 5); in rmd256_transform() 72 ROUND(dd, aa, bb, cc, F1, K1, in[5], 8); in rmd256_transform() 73 ROUND(cc, dd, aa, bb, F1, K1, in[6], 7); in rmd256_transform() 74 ROUND(bb, cc, dd, aa, F1, K1, in[7], 9); in rmd256_transform() [all …]
|
D | rmd128.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd; in rmd128_transform() local 56 bb = state[1]; in rmd128_transform() 67 ROUND(aa, bb, cc, dd, F1, K1, in[0], 11); in rmd128_transform() 68 ROUND(dd, aa, bb, cc, F1, K1, in[1], 14); in rmd128_transform() 69 ROUND(cc, dd, aa, bb, F1, K1, in[2], 15); in rmd128_transform() 70 ROUND(bb, cc, dd, aa, F1, K1, in[3], 12); in rmd128_transform() 71 ROUND(aa, bb, cc, dd, F1, K1, in[4], 5); in rmd128_transform() 72 ROUND(dd, aa, bb, cc, F1, K1, in[5], 8); in rmd128_transform() 73 ROUND(cc, dd, aa, bb, F1, K1, in[6], 7); in rmd128_transform() 74 ROUND(bb, cc, dd, aa, F1, K1, in[7], 9); in rmd128_transform() [all …]
|
D | rmd160.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local 60 bb = state[1]; in rmd160_transform() 73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd160_transform() 74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd160_transform() 75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd160_transform() 76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd160_transform() 77 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd160_transform() 78 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd160_transform() 79 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd160_transform() 80 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9); in rmd160_transform() [all …]
|
D | rmd320.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local 60 bb = state[1]; in rmd320_transform() 73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd320_transform() 74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd320_transform() 75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd320_transform() 76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd320_transform() 77 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd320_transform() 78 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd320_transform() 79 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd320_transform() 80 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9); in rmd320_transform() [all …]
|
D | tgr192.c | 468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local 478 b = bb = tctx->b; in tgr192_transform() 490 b -= bb; in tgr192_transform()
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | objstrip.c | 108 unsigned long bb[64], sum = 0; in main() local 123 memset(bb, 0, sizeof(bb)); in main() 124 strcpy((char *) bb, "Linux SRM bootblock"); in main() 125 bb[60] = size / BLOCK_SIZE; /* count */ in main() 126 bb[61] = 1; /* starting sector # */ in main() 127 bb[62] = 0; /* flags---must be 0 */ in main() 129 sum += bb[i]; in main() 131 bb[63] = sum; in main() 132 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) { in main()
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | twl-charger.txt | 10 - ti,bb-uvolt: microvolts for charging the backup battery. 11 - ti,bb-uamp: microamps for charging the backup battery. 18 ti,bb-uvolt = <3200000>; 19 ti,bb-uamp = <150>;
|
D | rockchip-io-domain.txt | 57 - bb-supply: The supply connected to APIO5_VDD. 75 bb-supply = <&vcc33_io>;
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap_btree.h | 84 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument 85 XFS_BMBT_PTR_ADDR(mp, bb, i, xfs_bmbt_maxrecs(mp, sz, 0)) 91 #define XFS_BMAP_BROOT_SPACE(mp, bb) \ argument 92 (XFS_BMAP_BROOT_SPACE_CALC(mp, be16_to_cpu((bb)->bb_numrecs))) 96 #define XFS_BMAP_BMDR_SPACE(bb) \ argument 97 (XFS_BMDR_SPACE_CALC(be16_to_cpu((bb)->bb_numrecs)))
|
D | xfs_format.h | 540 #define XFS_BB_TO_FSB(mp,bb) \ argument 541 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log) 542 #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log) argument 1062 #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)->m_sb.sb_rbmblocks + (bb))) argument 1070 #define XFS_BLOCKTOBIT(mp,bb) ((bb) << (mp)->m_blkbit_log) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | ltc3589.txt | 8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out, 13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify 22 0.3625 * (1 + R1/R2) V and 0.75 * (1 + R1/R2) V. Regulators bb-out and ldo1 63 bb_out_reg: bb-out {
|
/linux-4.1.27/lib/ |
D | inflate.c | 223 STATIC ulg bb; /* bit buffer */ variable 607 b = bb; /* initialize bit buffer */ in inflate_codes() 691 bb = b; /* restore global bit buffer */ in inflate_codes() 714 b = bb; /* initialize bit buffer */ in inflate_stored() 750 bb = b; /* restore global bit buffer */ in inflate_stored() 860 b = bb; in inflate_dynamic() 970 bb = b; in inflate_dynamic() 1045 b = bb; in inflate_block() 1062 bb = b; in inflate_block() 1094 bb = 0; in inflate()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 646 struct acx_beacon_broadcast *bb; in wl1251_acx_bcn_dtim_options() local 651 bb = kzalloc(sizeof(*bb), GFP_KERNEL); in wl1251_acx_bcn_dtim_options() 652 if (!bb) in wl1251_acx_bcn_dtim_options() 655 bb->beacon_rx_timeout = BCN_RX_TIMEOUT_DEF_VALUE; in wl1251_acx_bcn_dtim_options() 656 bb->broadcast_timeout = BROADCAST_RX_TIMEOUT_DEF_VALUE; in wl1251_acx_bcn_dtim_options() 657 bb->rx_broadcast_in_ps = RX_BROADCAST_IN_PS_DEF_VALUE; in wl1251_acx_bcn_dtim_options() 658 bb->ps_poll_threshold = CONSECUTIVE_PS_POLL_FAILURE_DEF; in wl1251_acx_bcn_dtim_options() 660 ret = wl1251_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); in wl1251_acx_bcn_dtim_options() 667 kfree(bb); in wl1251_acx_bcn_dtim_options()
|
/linux-4.1.27/drivers/md/ |
D | md.c | 1381 static int md_set_badblocks(struct badblocks *bb, sector_t s, int sectors, 1500 u64 bb = le64_to_cpu(*bbp); in super_1_load() local 1501 int count = bb & (0x3ff); in super_1_load() 1502 u64 sector = bb >> 10; in super_1_load() 1505 if (bb + 1 == 0) in super_1_load() 1764 struct badblocks *bb = &rdev->badblocks; in super_1_sync() local 1766 u64 *p = bb->page; in super_1_sync() 1768 if (bb->changed) { in super_1_sync() 1772 seq = read_seqbegin(&bb->lock); in super_1_sync() 1776 for (i = 0 ; i < bb->count ; i++) { in super_1_sync() [all …]
|
D | md.h | 189 extern int md_is_badblock(struct badblocks *bb, sector_t s, int sectors, 208 extern void md_ack_all_badblocks(struct badblocks *bb);
|
/linux-4.1.27/drivers/input/mouse/ |
D | cypress_ps2.h | 9 #define ENCODE_CMD(aa, bb, cc, dd) \ argument 10 (COMPOSIT((aa), 6) | COMPOSIT((bb), 4) | COMPOSIT((cc), 2) | COMPOSIT((dd), 0))
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | centaur.c | 116 u32 aa, bb, cc, dd; in init_centaur() local 182 cpuid(0x80000005, &aa, &bb, &cc, &dd); in init_centaur()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib0090.h | 88 extern void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_lim… 149 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain() argument
|
D | dib0090.c | 928 u16 rf, bb, ref; in dib0090_gain_apply() local 966 bb = gain - rf; in dib0090_gain_apply() 967 if (bb > state->bb_ramp[0]) in dib0090_gain_apply() 968 bb = state->bb_ramp[0]; in dib0090_gain_apply() 971 bb = 0; in dib0090_gain_apply() 975 state->gain[1] = bb; in dib0090_gain_apply() 1009 ref = bb; in dib0090_gain_apply() 1013 gain_reg[3] |= ((bb % 10) * 100) / 125; in dib0090_gain_apply() 1016 …3d(bb) = %3d gain_reg[0]=%04x gain_reg[1]=%04x gain_reg[2]=%04x gain_reg[0]=%04x", rf, bb, rf + bb, in dib0090_gain_apply() 1317 void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16… in dib0090_get_current_gain() argument [all …]
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 86 .long R(bb, d0, d0, 6b), R(c5, ef, ef, 2a) 152 .long R(d2, 69, 69, bb), R(a9, d9, d9, 70) 165 .long R(6d, bb, bb, d6), R(2c, 16, 16, 3a) 191 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84) 234 .long R(ee, 99, dd, bb), R(a3, 7f, 60, fd) 241 .long R(85, 4a, 24, 7d), R(d2, bb, 3d, f8) 260 .long R(e8, 9c, 63, 6e), R(db, 3b, bb, 7b)
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 580 struct acx_beacon_broadcast *bb; in wl1271_acx_bcn_dtim_options() local 585 bb = kzalloc(sizeof(*bb), GFP_KERNEL); in wl1271_acx_bcn_dtim_options() 586 if (!bb) { in wl1271_acx_bcn_dtim_options() 591 bb->role_id = wlvif->role_id; in wl1271_acx_bcn_dtim_options() 592 bb->beacon_rx_timeout = cpu_to_le16(wl->conf.conn.beacon_rx_timeout); in wl1271_acx_bcn_dtim_options() 593 bb->broadcast_timeout = cpu_to_le16(wl->conf.conn.broadcast_timeout); in wl1271_acx_bcn_dtim_options() 594 bb->rx_broadcast_in_ps = wl->conf.conn.rx_broadcast_in_ps; in wl1271_acx_bcn_dtim_options() 595 bb->ps_poll_threshold = wl->conf.conn.ps_poll_threshold; in wl1271_acx_bcn_dtim_options() 597 ret = wl1271_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); in wl1271_acx_bcn_dtim_options() 604 kfree(bb); in wl1271_acx_bcn_dtim_options()
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 93 - busid 3-3.1 (08bb:2702) 97 - busid 3-3.2 (04bb:0206) 129 - busid 3-3.2 (04bb:0206)
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | manager-sysfs.c | 388 info.cpr_coefs.bb); in manager_cpr_coef_show() 405 &coefs.br, &coefs.bg, &coefs.bb) != 9) in manager_cpr_coef_store() 410 coefs.br, coefs.bg, coefs.bb }; in manager_cpr_coef_store()
|
D | dispc.c | 1093 FLD_VAL(coefs->bb, 9, 0); in dispc_mgr_set_cpr_coef()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | da9052-i2c.txt | 5 "dlg,da9053-ab", or "dlg,da9053-bb"
|
/linux-4.1.27/arch/parisc/kernel/ |
D | entry.S | 417 bb,>=,n \pmd,_PxD_PRESENT_BIT,\fault 425 bb,>=,n \pte,_PAGE_PRESENT_BIT,\fault 445 bb,>=,n \pgd,_PxD_PRESENT_BIT,\fault 465 bb,<,n \pte,_PAGE_PRESENT_BIT,2f 872 bb,<,n %r19,31-TIF_NEED_RESCHED,intr_do_resched /* forward */ 986 bb,<,n %r20, 31 - PSW_SM_I, intr_restore 1344 bb,>=,n %r9,26,nadtlb_nullify /* m bit not set, just nullify */ 1793 bb,<,n %r19, 31-TIF_NEED_RESCHED, syscall_do_resched /* forward */ 1928 bb,< %r2,30,pt_regs_ok /* Branch if D set */ 2029 bb,>=,n %arg1, 30, 1f
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | lo.c | 918 struct b43_bbatt bb; in b43_lo_g_adjust_to() local 922 memset(&bb, 0, sizeof(bb)); in b43_lo_g_adjust_to() 924 bb.att = bbatt; in b43_lo_g_adjust_to() 926 cal = b43_get_calib_lo_settings(dev, &bb, &rf); in b43_lo_g_adjust_to()
|
D | phy_g.c | 222 u16 bb, rf; in b43_set_txpower_g() local 225 bb = bbatt->att; in b43_set_txpower_g() 243 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g() 246 b43_gphy_set_baseband_attenuation(dev, bb); in b43_set_txpower_g() 289 u8 rf, bb; in b43_gphy_gain_lt_init() local 292 for (bb = 0; bb < lo->bbatt_list.len; bb++) { in b43_gphy_gain_lt_init() 295 tmp = lo->bbatt_list.list[bb].att; in b43_gphy_gain_lt_init() 2124 struct b43_bbatt *bb) in default_baseband_attenuation() argument 2129 bb->att = 0; in default_baseband_attenuation() 2131 bb->att = 2; in default_baseband_attenuation()
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 66 $(UTS_MACHINE) -bb $(objtree)/binkernel.spec
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunbmac.c | 213 struct bmac_init_block *bb = bp->bmac_block; in bigmac_init_rings() local 239 bb->be_rxd[i].rx_addr = in bigmac_init_rings() 244 bb->be_rxd[i].rx_flags = in bigmac_init_rings() 249 bb->be_txd[i].tx_flags = bb->be_txd[i].tx_addr = 0; in bigmac_init_rings()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptfc.c | 276 FCDevicePage0_t **bb = (FCDevicePage0_t **)b; in mptfc_FcDevPage0_cmp_func() local 278 if ((*aa)->CurrentBus == (*bb)->CurrentBus) { in mptfc_FcDevPage0_cmp_func() 279 if ((*aa)->CurrentTargetID == (*bb)->CurrentTargetID) in mptfc_FcDevPage0_cmp_func() 281 if ((*aa)->CurrentTargetID < (*bb)->CurrentTargetID) in mptfc_FcDevPage0_cmp_func() 285 if ((*aa)->CurrentBus < (*bb)->CurrentBus) in mptfc_FcDevPage0_cmp_func()
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 3 Bodo Bauer <bb@ricochet.net> 162 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8: ... (52 bytes total) 173 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8:43:e3:c9:0c:fd:17:55:c2:…
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 61 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-gta04.dtsi | 399 ti,bb-uvolt = <3200000>; 400 ti,bb-uamp = <150>;
|
D | omap3-pandora-common.dtsi | 397 ti,bb-uvolt = <3200000>; 398 ti,bb-uamp = <150>;
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 73 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.em28xx | 66 65 -> IO-DATA GV-MVP/SZ (em2820/em2840) [04bb:0515]
|
D | gspca.txt | 365 sn9c20x 0c45:62bb PC Camera (SN9C202 + OV7660)
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 44 9005:0285:9005:02bb Adaptec 3405 (Marauder40LP)
|
D | st.txt | 282 st=aa[,bb[,dd]] 286 bb is the write threshold in 1024 byte units
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | pipeline.png.b64 | 14 /OKSwur8++Gw4uTh0ef78uPU+OPL3Ojz++bGyfH36evo/+3b6vT88vPw/feu1/v+//bb//nK/PnW
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 200 0xaf U+00bb
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/ |
D | dev.c | 303 int idx, bb; in rtl8180_handle_rx() local 306 bb = (agc & 0x1F) * 2; in rtl8180_handle_rx() 308 signal = 4 - bb - rtl8187se_lna_gain[idx]; in rtl8180_handle_rx()
|
/linux-4.1.27/fs/ext4/ |
D | mballoc.c | 442 char *bb; in mb_find_buddy() local 458 bb = e4b->bd_buddy + EXT4_SB(e4b->bd_sb)->s_mb_offsets[order]; in mb_find_buddy() 461 return bb; in mb_find_buddy() 1252 void *bb; in mb_find_order_for_block() local 1257 bb = e4b->bd_buddy; in mb_find_order_for_block() 1260 if (!mb_test_bit(block, bb)) { in mb_find_order_for_block() 1264 bb += bb_incr; in mb_find_order_for_block()
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 236 bb: MOV rBX/r11,Iv 529 bb: BTC Ev,Gv 729 bb: vfmsub231ss/d Vx,Hx,Wx (66),(v),(v1)
|
/linux-4.1.27/include/video/ |
D | omapdss.h | 382 s16 br, bg, bb; member
|
/linux-4.1.27/drivers/s390/cio/ |
D | qdio_main.c | 79 unsigned int *bb, unsigned int fc, in do_siga_output() argument 95 *bb = __fc >> 31; in do_siga_output()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | mux34xx.c | 34 #define _OMAP3_BALLENTRY(M0, bb, bt) \ argument 37 .balls = { bb, bt }, \
|
/linux-4.1.27/drivers/hwmon/ |
D | Kconfig | 868 ADC<bb><c>S<sss> chip family, where 869 * bb is the resolution in number of bits (8, 10, 12)
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 5 Bodo Bauer <bb@ricochet.net> 78 contact Bodo Bauer at bb@ricochet.net. We'll be happy to add them to this
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | fplsp.sa | 1512 dc.l $3ffd0000,$f61cce92,$346600bb,$00000000
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 2689 # ip link set bond0 address 66:77:88:99:aa:bb
|