ccd 199 arch/powerpc/kernel/security.c bool bcs, ccd; ccd 204 arch/powerpc/kernel/security.c ccd = security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED); ccd 206 arch/powerpc/kernel/security.c if (bcs || ccd) { ccd 212 arch/powerpc/kernel/security.c if (bcs && ccd) ccd 215 arch/powerpc/kernel/security.c if (ccd) ccd 443 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h u32 *ccd = vdata->vnic_min_rate[vnic].cos_credit_delta; ccd 449 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h ccd[cos] = ccd 452 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h if (ccd[cos] < pdata->fair_vars.fair_threshold ccd 454 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h ccd[cos] = ccd 294 drivers/power/supply/cpcap-battery.c struct cpcap_coulomb_counter_data *ccd) ccd 299 drivers/power/supply/cpcap-battery.c ccd->sample = 0; ccd 300 drivers/power/supply/cpcap-battery.c ccd->accumulator = 0; ccd 301 drivers/power/supply/cpcap-battery.c ccd->offset = 0; ccd 310 drivers/power/supply/cpcap-battery.c ccd->sample = (buf[1] & 0x0fff) << 16; ccd 311 drivers/power/supply/cpcap-battery.c ccd->sample |= buf[0]; ccd 313 drivers/power/supply/cpcap-battery.c ccd->sample = sign_extend32(24, ccd->sample); ccd 316 drivers/power/supply/cpcap-battery.c ccd->accumulator = ((s16)buf[3]) << 16; ccd 317 drivers/power/supply/cpcap-battery.c ccd->accumulator |= buf[2]; ccd 323 drivers/power/supply/cpcap-battery.c ccd->offset = buf[4]; ccd 324 drivers/power/supply/cpcap-battery.c ccd->offset = sign_extend32(ccd->offset, 9); ccd 327 drivers/power/supply/cpcap-battery.c ccd->sample, ccd 328 drivers/power/supply/cpcap-battery.c ccd->accumulator, ccd 329 drivers/power/supply/cpcap-battery.c ccd->offset); ccd 501 drivers/staging/wusbcore/cbaf.c struct wusb_cbaf_cc_data *ccd; ccd 503 drivers/staging/wusbcore/cbaf.c ccd = cbaf->buffer; ccd 504 drivers/staging/wusbcore/cbaf.c *ccd = cbaf_cc_data_defaults; ccd 505 drivers/staging/wusbcore/cbaf.c ccd->CHID = cbaf->chid; ccd 506 drivers/staging/wusbcore/cbaf.c ccd->CDID = cbaf->cdid; ccd 507 drivers/staging/wusbcore/cbaf.c ccd->CK = cbaf->ck; ccd 508 drivers/staging/wusbcore/cbaf.c ccd->BandGroups = cpu_to_le16(cbaf->host_band_groups); ccd 511 drivers/staging/wusbcore/cbaf.c dev_dbg(dev, " CHID %16ph\n", ccd->CHID.data); ccd 512 drivers/staging/wusbcore/cbaf.c dev_dbg(dev, " CDID %16ph\n", ccd->CDID.data); ccd 520 drivers/staging/wusbcore/cbaf.c ccd, sizeof(*ccd), USB_CTRL_SET_TIMEOUT); ccd 914 fs/nfsd/nfs3xdr.c encode_entry(struct readdir_cd *ccd, const char *name, int namlen, ccd 917 fs/nfsd/nfs3xdr.c struct nfsd3_readdirres *cd = container_of(ccd, struct nfsd3_readdirres, ccd 3068 fs/nfsd/nfs4xdr.c struct readdir_cd *ccd = ccdv; ccd 3069 fs/nfsd/nfs4xdr.c struct nfsd4_readdir *cd = container_of(ccd, struct nfsd4_readdir, common); ccd 520 fs/nfsd/nfsxdr.c struct readdir_cd *ccd = ccdv; ccd 521 fs/nfsd/nfsxdr.c struct nfsd_readdirres *cd = container_of(ccd, struct nfsd_readdirres, common);