Searched refs:ncp (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/leds/rgb/ |
H A D | leds-ncp5623.c | 46 struct ncp5623 *ncp = container_of(mc_cdev, struct ncp5623, mc_dev); in ncp5623_brightness_set() local 49 guard(mutex)(&ncp->lock); in ncp5623_brightness_set() 51 if (ncp->delay && time_is_after_jiffies(ncp->delay)) in ncp5623_brightness_set() 54 ncp->delay = 0; in ncp5623_brightness_set() 57 ret = ncp5623_write(ncp->client, in ncp5623_brightness_set() 65 ret = ncp5623_write(ncp->client, NCP5623_DIMMING_TIME_REG, 0); in ncp5623_brightness_set() 69 ret = ncp5623_write(ncp->client, NCP5623_ILED_REG, brightness); in ncp5623_brightness_set() 73 ncp->current_brightness = brightness; in ncp5623_brightness_set() 83 struct ncp5623 *ncp in ncp5623_pattern_set() local 158 struct ncp5623 *ncp; ncp5623_probe() local 229 struct ncp5623 *ncp = i2c_get_clientdata(client); ncp5623_remove() local 242 struct ncp5623 *ncp = i2c_get_clientdata(client); ncp5623_shutdown() local [all...] |
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 596 uint32_t ncp:8; member 600 uint32_t ncp:8; 657 uint32_t ncp:8; member 661 uint32_t ncp:8; 712 uint32_t ncp:8; member 716 uint32_t ncp:8;
|
/linux/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 661 int err = 0, reg, ncp = 0; in stm32_hash_dma_send() local 701 ncp = sg_pcopy_to_buffer(rctx->sg, rctx->nents, in stm32_hash_dma_send() 761 if (ncp) { in stm32_hash_dma_send() 762 memset(buffer + ncp, 0, 4 - DIV_ROUND_UP(ncp, sizeof(u32))); in stm32_hash_dma_send() 764 DIV_ROUND_UP(ncp, sizeof(u32))); in stm32_hash_dma_send() 767 stm32_hash_set_nblw(hdev, ncp); in stm32_hash_dma_send()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064-lg-nexus4-mako.dts | 290 pm8921_ncp: ncp {
|
H A D | qcom-msm8960-samsung-expressatt.dts | 389 pm8921_ncp: ncp {
|
H A D | qcom-apq8060-dragonboard.dts | 788 pm8058_ncp: ncp {
|
/linux/arch/mips/pci/ |
H A D | pci-octeon.c | 534 cfg56.s.ncp = 0xe8; /* RO - Next Capability Pointer */ in octeon_pci_initialize()
|
/linux/arch/arm/tools/ |
H A D | mach-types | 359 ncp MACH_NCP NCP 1933
|