Searched refs:ncp (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/leds/rgb/ |
| A D | leds-ncp5623.c | 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() 90 if (ncp->delay && time_is_after_jiffies(ncp->delay)) in ncp5623_pattern_set() 93 ncp->delay = 0; in ncp5623_pattern_set() 141 ncp->delay = msecs_to_jiffies(ncp->delay * pattern[0].delta_t) + jiffies; in ncp5623_pattern_set() 159 struct ncp5623 *ncp; in ncp5623_probe() local 165 ncp = devm_kzalloc(dev, sizeof(*ncp), GFP_KERNEL); in ncp5623_probe() 166 if (!ncp) in ncp5623_probe() 169 ncp->client = client; in ncp5623_probe() [all …]
|
| /linux/drivers/crypto/cavium/zip/ |
| A D | zip_device.c | 84 union zip_nptr_s ncp; in zip_load_instr() local 133 ncp.u_reg64 = 0ull; in zip_load_instr() 134 ncp.s.addr = __pa(zip_dev->iq[queue].sw_head); in zip_load_instr() 135 *ncb_ptr = ncp.u_reg64; in zip_load_instr()
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A D | qcom,rpm-regulator.yaml | 21 lvs0, lvs1, ncp 29 ncp 52 "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$":
|
| /linux/arch/mips/include/asm/octeon/ |
| 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/ |
| 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/ |
| A D | qcom-msm8960-cdp.dts | 337 pm8921_ncp: ncp {
|
| A D | qcom-apq8064-sony-xperia-lagan-yuga.dts | 357 pm8921_ncp: ncp {
|
| A D | qcom-msm8960-samsung-expressatt.dts | 389 pm8921_ncp: ncp {
|
| A D | qcom-apq8060-dragonboard.dts | 788 pm8058_ncp: ncp {
|
| /linux/arch/mips/pci/ |
| A D | pci-octeon.c | 534 cfg56.s.ncp = 0xe8; /* RO - Next Capability Pointer */ in octeon_pci_initialize()
|
| /linux/arch/arm/tools/ |
| A D | mach-types | 359 ncp MACH_NCP NCP 1933
|
| /linux/net/bluetooth/ |
| A D | mgmt.c | 3269 struct mgmt_cp_pin_code_neg_reply ncp; in pin_code_reply() local 3271 memcpy(&ncp.addr, &cp->addr, sizeof(ncp.addr)); in pin_code_reply() 3275 err = send_pin_code_neg_reply(sk, hdev, &ncp); in pin_code_reply()
|
Completed in 48 milliseconds