/linux-4.1.27/arch/powerpc/boot/ |
D | .gitignore | 3 hack-coff 25 zImage.coff
|
D | Makefile | 159 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S 164 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds 187 hostprogs-y := addnote hack-coff mktree 191 $(obj)/zImage.lds $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds 196 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \ 315 image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot
|
D | wrapper | 181 coff) 183 lds=$object/zImage.coff.lds 417 coff) 419 $objbin/hack-coff "$ofile"
|
/linux-4.1.27/fs/ocfs2/ |
D | extent_map.c | 87 unsigned int coff; in ocfs2_extent_map_lookup() local 95 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup() 96 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup() 98 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup() 534 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local 537 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets() 540 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets() 552 u32 coff; in ocfs2_xattr_get_clusters() local 592 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters() 595 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters() [all …]
|
D | file.c | 1624 u32 coff, range; in ocfs2_calc_trunc_pos() local 1653 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1655 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_calc_trunc_pos()
|
D | alloc.c | 7012 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7119 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7121 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()
|
/linux-4.1.27/drivers/mtd/maps/ |
D | pmcmsp-flash.c | 55 int offset, coff; in init_msp_flash() local 158 &coff) < 2) { in init_msp_flash() 168 msp_parts[i][j].name = env + coff; in init_msp_flash()
|
/linux-4.1.27/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 355 input->coff = 0; in ddb_input_start() 392 output->coff = 0; in ddb_output_start() 432 (output->dma_buf_size - output->coff <= 188)) in ddb_output_free() 436 diff = off - output->coff; in ddb_output_free() 453 len = output->dma_buf_size - output->coff; in ddb_output_write() 461 if (off > output->coff) { in ddb_output_write() 463 len = off - output->coff; in ddb_output_write() 474 if (copy_from_user(output->vbuf[output->cbuf] + output->coff, in ddb_output_write() 479 output->coff += len; in ddb_output_write() 480 if (output->coff == output->dma_buf_size) { in ddb_output_write() [all …]
|
D | ddbridge.h | 89 u32 coff; member 117 u32 coff; member
|
/linux-4.1.27/include/linux/power/ |
D | max17042_battery.h | 156 u16 coff; /* 0x2F */ member
|
/linux-4.1.27/net/netfilter/ |
D | nf_nat_sip.c | 151 unsigned int coff, matchoff, matchlen; in nf_nat_sip() local 259 coff = 0; in nf_nat_sip() 261 while (ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in nf_nat_sip()
|
D | nf_conntrack_sip.c | 1287 unsigned int matchoff, matchlen, coff = 0; in process_register_response() local 1314 ret = ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in process_register_response()
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 1013 my $coff = $off - 1; 1079 $coff = $off + length($1) - 1; 1093 if ($level == 0 && $coff < $soff) { 1094 $coff = $off; 1131 my $condition = substr($blk, $soff, $coff - $soff + 1);
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib8000.c | 2271 const u16 *coff; in dib8000_set_sb_channel() local 2306 coff = &coff_thres_1seg[0]; in dib8000_set_sb_channel() 2311 coff = &coff_thres_3seg[0]; in dib8000_set_sb_channel() 2322 dib8000_write_word(state, 181+i, coff[i]); in dib8000_set_sb_channel() 2323 dib8000_write_word(state, 184+i, coff[i]); in dib8000_set_sb_channel()
|
/linux-4.1.27/drivers/power/ |
D | max17042_battery.c | 482 max17042_override_por(map, MAX17042_COFF, config->coff); in max17042_override_por_values()
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 90 header-y += coff.h
|