/linux-4.4.14/sound/pci/ctxfi/ |
D | ctsrc.c | 42 hw = src->rsc.hw; in src_set_state() 43 hw->src_set_state(src->rsc.ctrl_blk, state); in src_set_state() 52 hw = src->rsc.hw; in src_set_bm() 53 hw->src_set_bm(src->rsc.ctrl_blk, bm); in src_set_bm() 62 hw = src->rsc.hw; in src_set_sf() 63 hw->src_set_sf(src->rsc.ctrl_blk, sf); in src_set_sf() 72 hw = src->rsc.hw; in src_set_pm() 73 hw->src_set_pm(src->rsc.ctrl_blk, pm); in src_set_pm() 82 hw = src->rsc.hw; in src_set_rom() 83 hw->src_set_rom(src->rsc.ctrl_blk, rom); in src_set_rom() [all …]
|
D | ctamixer.c | 30 static int amixer_master(struct rsc *rsc) in amixer_master() argument 32 rsc->conj = 0; in amixer_master() 33 return rsc->idx = container_of(rsc, struct amixer, rsc)->idx[0]; in amixer_master() 36 static int amixer_next_conj(struct rsc *rsc) in amixer_next_conj() argument 38 rsc->conj++; in amixer_next_conj() 39 return container_of(rsc, struct amixer, rsc)->idx[rsc->conj]; in amixer_next_conj() 42 static int amixer_index(const struct rsc *rsc) in amixer_index() argument 44 return container_of(rsc, struct amixer, rsc)->idx[rsc->conj]; in amixer_index() 47 static int amixer_output_slot(const struct rsc *rsc) in amixer_output_slot() argument 49 return (amixer_index(rsc) << 4) + 0x4; in amixer_output_slot() [all …]
|
D | ctresource.c | 106 static int rsc_index(const struct rsc *rsc) in rsc_index() argument 108 return rsc->conj; in rsc_index() 111 static int audio_ring_slot(const struct rsc *rsc) in audio_ring_slot() argument 113 return (rsc->conj << 4) + offset_in_audio_slot_block[rsc->type]; in audio_ring_slot() 116 static int rsc_next_conj(struct rsc *rsc) in rsc_next_conj() argument 119 for (i = 0; (i < 8) && (!(rsc->msr & (0x1 << i))); ) in rsc_next_conj() 121 rsc->conj += (AUDIO_SLOT_BLOCK_NUM >> i); in rsc_next_conj() 122 return rsc->conj; in rsc_next_conj() 125 static int rsc_master(struct rsc *rsc) in rsc_master() argument 127 return rsc->conj = rsc->idx; in rsc_master() [all …]
|
D | ctresource.h | 35 struct rsc { struct 46 int (*master)(struct rsc *rsc); /* Move to master resource */ argument 47 int (*next_conj)(struct rsc *rsc); /* Move to next conjugate resource */ 48 int (*index)(const struct rsc *rsc); /* Return the index of resource */ 50 int (*output_slot)(const struct rsc *rsc); 54 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw); 55 int rsc_uninit(struct rsc *rsc);
|
D | ctamixer.h | 28 struct rsc rsc; /* Basic resource info */ member 57 struct rsc rsc; /* Basic resource info */ member 59 struct rsc *input; /* pointer to a resource acting as source */ 65 int (*set_input)(struct amixer *amixer, struct rsc *rsc); 72 int (*setup)(struct amixer *amixer, struct rsc *input,
|
D | ctmixer.h | 53 struct rsc **rleft, struct rsc **rright); 56 enum MIXER_PORT_T type, struct rsc *rsc); 58 enum MIXER_PORT_T type, struct rsc *rsc);
|
D | ctdaio.h | 47 struct rsc rscl; /* Basic resource info for left TX/RX */ 48 struct rsc rscr; /* Basic resource info for right TX/RX */ 78 int (*set_left_input)(struct dao *dao, struct rsc *input); 79 int (*set_right_input)(struct dao *dao, struct rsc *input); 85 int (*set_srt_srcl)(struct dai *dai, struct rsc *src); 86 int (*set_srt_srcr)(struct dai *dai, struct rsc *src);
|
D | ctsrc.h | 49 struct rsc rsc; /* Basic resource info */ member 108 struct rsc rsc; member 117 int (*map)(struct srcimp *srcimp, struct src *user, struct rsc *input);
|
D | ctdaio.c | 58 static int daio_master(struct rsc *rsc) in daio_master() argument 63 return rsc->conj = rsc->idx; in daio_master() 66 static int daio_index(const struct rsc *rsc) in daio_index() argument 68 return rsc->conj; in daio_index() 71 static int daio_out_next_conj(struct rsc *rsc) in daio_out_next_conj() argument 73 return rsc->conj += 2; in daio_out_next_conj() 76 static int daio_in_next_conj_20k1(struct rsc *rsc) in daio_in_next_conj_20k1() argument 78 return rsc->conj += 0x200; in daio_in_next_conj_20k1() 81 static int daio_in_next_conj_20k2(struct rsc *rsc) in daio_in_next_conj_20k2() argument 83 return rsc->conj += 0x100; in daio_in_next_conj_20k2() [all …]
|
D | ctmixer.c | 948 amix_d->ops->setup(amix_d, &sum->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 951 amix_d->ops->setup(amix_d, &sum->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 959 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 962 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 968 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 971 amix_d->ops->setup(amix_d, &amix_s->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 1010 amix_d->ops->setup(amix_d, &sum->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 1013 amix_d->ops->setup(amix_d, &sum->rsc, INIT_VOL, NULL); in ct_mixer_topology_build() 1050 static int mixer_set_input_port(struct amixer *amixer, struct rsc *rsc) in mixer_set_input_port() argument 1052 amixer->ops->set_input(amixer, rsc); in mixer_set_input_port() [all …]
|
D | ctatc.c | 303 amixer->ops->setup(amixer, &src->rsc, in atc_pcm_playback_prepare() 387 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_start() 448 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_position() 654 struct rsc *out_ports[8] = {NULL}; in atc_pcm_capture_prepare() 678 out_ports[0] = &mono->rsc; in atc_pcm_capture_prepare() 688 amixer->ops->setup(amixer, &src->rsc, INIT_VOL, NULL); in atc_pcm_capture_prepare() 689 out_ports[i%multi] = &amixer->rsc; in atc_pcm_capture_prepare() 710 &amixer->rsc); in atc_pcm_capture_prepare() 922 amixer->ops->setup(amixer, &src->rsc, INIT_VOL, NULL); in spdif_passthru_playback_prepare() 931 dao->ops->set_left_input(dao, &amixer->rsc); in spdif_passthru_playback_prepare() [all …]
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_core.c | 206 struct fw_rsc_vdev *rsc; in rproc_alloc_vring() local 250 rsc = (void *)rproc->table_ptr + rvdev->rsc_offset; in rproc_alloc_vring() 251 rsc->vring[i].da = dma; in rproc_alloc_vring() 252 rsc->vring[i].notifyid = notifyid; in rproc_alloc_vring() 257 rproc_parse_vring(struct rproc_vdev *rvdev, struct fw_rsc_vdev *rsc, int i) in rproc_parse_vring() argument 261 struct fw_rsc_vdev_vring *vring = &rsc->vring[i]; in rproc_parse_vring() 292 struct fw_rsc_vdev *rsc; in rproc_free_vring() local 298 rsc = (void *)rproc->table_ptr + rvring->rvdev->rsc_offset; in rproc_free_vring() 299 rsc->vring[idx].da = 0; in rproc_free_vring() 300 rsc->vring[idx].notifyid = -1; in rproc_free_vring() [all …]
|
D | remoteproc_virtio.c | 180 struct fw_rsc_vdev *rsc; in rproc_virtio_get_status() local 182 rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset; in rproc_virtio_get_status() 184 return rsc->status; in rproc_virtio_get_status() 190 struct fw_rsc_vdev *rsc; in rproc_virtio_set_status() local 192 rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset; in rproc_virtio_set_status() 194 rsc->status = status; in rproc_virtio_set_status() 201 struct fw_rsc_vdev *rsc; in rproc_virtio_reset() local 203 rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset; in rproc_virtio_reset() 205 rsc->status = 0; in rproc_virtio_reset() 213 struct fw_rsc_vdev *rsc; in rproc_virtio_get_features() local [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | crw.c | 30 int crw_register_handler(int rsc, crw_handler_t handler) in crw_register_handler() argument 34 if ((rsc < 0) || (rsc >= NR_RSCS)) in crw_register_handler() 37 if (crw_handlers[rsc]) in crw_register_handler() 40 crw_handlers[rsc] = handler; in crw_register_handler() 49 void crw_unregister_handler(int rsc) in crw_unregister_handler() argument 51 if ((rsc < 0) || (rsc >= NR_RSCS)) in crw_unregister_handler() 54 crw_handlers[rsc] = NULL; in crw_unregister_handler() 86 tmp_crw.chn, tmp_crw.rsc, tmp_crw.anc, in crw_collect_info() 101 crw[chain].rsc, crw[chain].anc, crw[chain].erc, in crw_collect_info() 122 handler = crw_handlers[crw[chain].rsc]; in crw_collect_info()
|
D | css.c | 669 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc, in css_process_crw() 674 crw1->slct, crw1->oflw, crw1->chn, crw1->rsc, in css_process_crw()
|
D | chp.c | 550 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc, in chp_process_crw()
|
D | cio.c | 819 if (crw.slct && crw.rsc == CRW_RSC_CPATH) in s390_reset_chpids_mcck_handler()
|
D | chsc.c | 684 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc, in chsc_process_crw()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | pal.S | 67 mov loc4=ar.rsc // save RSE configuration 69 mov ar.rsc=0 // put RSE in enforced lazy, LE mode 83 mov ar.rsc = loc4 // restore RSE configuration 164 mov loc4=ar.rsc // save RSE configuration 169 mov ar.rsc=0 // put RSE in enforced lazy, LE mode 182 mov ar.rsc=0 // put RSE in enforced lazy, LE mode 192 mov ar.rsc=loc4 // restore RSE configuration 217 mov loc4=ar.rsc // save RSE configuration 220 mov ar.rsc=0 // put RSE in enforced lazy, LE mode 239 mov ar.rsc=0 // put RSE in enforced lazy, LE mode [all …]
|
D | esi_stub.S | 70 mov loc4=ar.rsc // save RSE configuration 71 mov ar.rsc=0 // put RSE in enforced lazy, LE mode 86 .ret1: mov ar.rsc=0 // put RSE in enforced lazy, LE mode 91 .ret2: mov ar.rsc=loc4 // restore RSE configuration
|
D | efi_stub.S | 53 mov loc4=ar.rsc // save RSE configuration 54 mov ar.rsc=0 // put RSE in enforced lazy, LE mode 76 .ret1: mov ar.rsc=0 // put RSE in enforced lazy, LE mode 81 .ret2: mov ar.rsc=loc4 // restore RSE configuration
|
D | jprobes.S | 73 mov r16=ar.rsc 75 mov ar.rsc=r0 79 mov ar.rsc=r16
|
D | gate.S | 197 mov ar.rsc=0 // put RSE into enforced lazy mode 217 mov ar.rsc=0xf // set RSE into eager mode, pl 3 252 mov ar.rsc=r17 // put RSE into enforced lazy mode 294 mov ar.rsc=0xf // (will be restored later on from sc_ar_rsc) 356 mov r27=ar.rsc // M2 (12 cyc)
|
D | minstate.h | 49 mov r27=ar.rsc; /* M */ \ 69 (pUStk) mov ar.rsc=0; /* set enforced lazy mode, pl 0, little-endian, loadrs=0 */ \ 83 (pUStk) mov ar.rsc=0x3; /* set eager mode, pl 0, little-endian, loadrs=0 */ \ 237 mov ar.rsc=r0 \
|
D | relocate_kernel.S | 41 mov ar.rsc=0 // put RSE in enforced lazy mode 193 mov ar.rsc=0 // put RSE in enforced lazy mode 260 mov r5=ar.rsc
|
D | mca_drv_asm.S | 21 mov ar.rsc=0
|
D | signal.c | 45 unsigned long ip, flags, nat, um, cfm, rsc; in restore_sigcontext() local 57 err |= __get_user(rsc, &sc->sc_ar_rsc); in restore_sigcontext() 70 scr->pt.ar_rsc = rsc | (3 << 2); /* force PL3 */ in restore_sigcontext()
|
D | mca_asm.S | 262 mov ar.rsc=3 // set eager mode for C handler 371 mov ar.rsc=3 // set eager mode for C handler 990 mov ar.rsc=temp2 1085 mov ar.rsc=0 1093 mov ar.rsc=3
|
D | fsys.S | 400 mov r27=ar.rsc 484 mov ar.rsc=0 // M2 set enforced lazy mode, pl 0, LE, loadrs=0 533 mov ar.rsc=0x3 // M2 set eager mode, pl 0, LE, loadrs=0
|
D | entry.S | 278 mov.m ar.rsc=0 // put RSE in mode: enforced lazy, little endian, pl 0 353 mov ar.rsc=3 // put RSE back into eager mode, pl 0 371 mov ar.rsc=0 // put RSE into enforced lazy mode 453 mov ar.rsc=3 // put RSE back into eager mode, pl 0 1049 mov ar.rsc=r19 // load ar.rsc to be used for "loadrs" 1138 mov ar.rsc=r27 // M2
|
D | ivt.S | 731 mov.m r27=ar.rsc // M2 (12 cyc) 734 mov.m ar.rsc=0 // M2 844 mov ar.rsc=0x3 // M2 set eager mode, pl 0, LE, loadrs=0 1538 mov ar.rsc=r27 // restore ar.rsc before SAVE_MIN_WITH_COVER
|
D | head.S | 357 mov ar.rsc=0 // place RSE in enforced lazy mode 389 mov ar.rsc=0x3 // place RSE in eager mode 1090 mov ar.rsc=0 // Put RSE in enforced lazy, LE mode
|
D | ptrace.c | 968 unsigned long psr, rsc, ec, lc, rnat, bsp, cfm, nat_bits, val = 0; in ptrace_setregs() local 1001 retval |= __get_user(rsc, &ppr->ar[PT_AUR_RSC]); in ptrace_setregs() 1099 retval |= access_uarea(child, PT_AR_RSC, &rsc, 1); in ptrace_setregs()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 327 struct rsc { struct 335 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old); argument 336 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item); 338 static void rsc_free(struct rsc *rsci) in rsc_free() 348 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() 355 rsc_hash(struct rsc *rsci) in rsc_hash() 363 struct rsc *new = container_of(a, struct rsc, h); in rsc_match() 364 struct rsc *tmp = container_of(b, struct rsc, h); in rsc_match() 372 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init() 373 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init() [all …]
|
/linux-4.4.14/arch/s390/include/asm/ |
D | crw.h | 23 __u32 rsc : 4; /* reporting source code */ member 32 extern int crw_register_handler(int rsc, crw_handler_t handler); 33 extern void crw_unregister_handler(int rsc);
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iser_memory.c | 44 struct iser_reg_resources *rsc, 49 struct iser_reg_resources *rsc, 273 struct iser_reg_resources *rsc, in iser_fast_reg_fmr() argument 278 struct iser_page_vec *page_vec = rsc->page_vec; in iser_fast_reg_fmr() 279 struct ib_fmr_pool *fmr_pool = rsc->fmr_pool; in iser_fast_reg_fmr() 484 struct iser_reg_resources *rsc, in iser_fast_reg_mr() argument 488 struct ib_mr *mr = rsc->mr; in iser_fast_reg_mr() 492 if (!rsc->mr_valid) in iser_fast_reg_mr() 513 rsc->mr_valid = 0; in iser_fast_reg_mr() 538 return device->reg_ops->reg_mem(task, mem, &desc->pi_ctx->rsc, reg); in iser_reg_prot_sg() [all …]
|
D | iser_verbs.c | 254 desc->rsc.page_vec = page_vec; in iser_alloc_fmr_pool() 255 desc->rsc.fmr_pool = fmr_pool; in iser_alloc_fmr_pool() 281 ib_conn, desc->rsc.fmr_pool); in iser_free_fmr_pool() 283 ib_destroy_fmr_pool(desc->rsc.fmr_pool); in iser_free_fmr_pool() 284 kfree(desc->rsc.page_vec); in iser_free_fmr_pool() 308 iser_free_reg_res(struct iser_reg_resources *rsc) in iser_free_reg_res() argument 310 ib_dereg_mr(rsc->mr); in iser_free_reg_res() 328 ret = iser_alloc_reg_res(ib_device, pd, &pi_ctx->rsc, size); in iser_alloc_pi_ctx() 345 iser_free_reg_res(&pi_ctx->rsc); in iser_alloc_pi_ctx() 355 iser_free_reg_res(&pi_ctx->rsc); in iser_free_pi_ctx() [all …]
|
D | iscsi_iser.h | 369 struct iser_reg_resources *rsc, 436 struct iser_reg_resources rsc; member 451 struct iser_reg_resources rsc; member
|
/linux-4.4.14/drivers/block/ |
D | mg_disk.c | 835 struct resource *rsc; in mg_probe() local 861 rsc = platform_get_resource(plat_dev, IORESOURCE_MEM, 0); in mg_probe() 862 if (!rsc) { in mg_probe() 868 host->dev_base = ioremap(rsc->start, resource_size(rsc)); in mg_probe() 878 rsc = platform_get_resource_byname(plat_dev, IORESOURCE_IO, in mg_probe() 880 if (!rsc) { in mg_probe() 886 host->rst = rsc->start; in mg_probe() 901 rsc = platform_get_resource_byname(plat_dev, IORESOURCE_IO, in mg_probe() 903 if (!rsc) { in mg_probe() 909 host->rstout = rsc->start; in mg_probe()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | mca_asm.h | 87 mov ar.rsc = 0 ; \ 170 mov ar.rsc = 0; \
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | hw.c | 991 int set_tx, const u8 *key, const u8 *rsc, in __orinoco_hw_set_tkip_key() argument 996 u8 rsc[ORINOCO_SEQ_LEN]; in __orinoco_hw_set_tkip_key() member 1017 if (rsc_len > sizeof(buf.rsc)) in __orinoco_hw_set_tkip_key() 1018 rsc_len = sizeof(buf.rsc); in __orinoco_hw_set_tkip_key() 1023 memset(buf.rsc, 0, sizeof(buf.rsc)); in __orinoco_hw_set_tkip_key() 1026 if (rsc != NULL) in __orinoco_hw_set_tkip_key() 1027 memcpy(buf.rsc, rsc, rsc_len); in __orinoco_hw_set_tkip_key()
|
D | hw.h | 41 int set_tx, const u8 *key, const u8 *rsc,
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-ic.c | 86 u32 rsc; member 101 .rsc = IC_PRP_ENC_RSC, 105 .rsc = IC_PRP_VF_RSC, 109 .rsc = IC_PP_RSC, 474 ipu_ic_write(ic, reg, ic->reg->rsc); in ipu_ic_task_init()
|
/linux-4.4.14/net/sched/ |
D | sch_hfsc.c | 933 hfsc_change_rsc(struct hfsc_class *cl, struct tc_service_curve *rsc, in hfsc_change_rsc() argument 936 sc2isc(rsc, &cl->cl_rsc); in hfsc_change_rsc() 978 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() local 990 rsc = nla_data(tb[TCA_HFSC_RSC]); in hfsc_change_class() 991 if (rsc->m1 == 0 && rsc->m2 == 0) in hfsc_change_class() 992 rsc = NULL; in hfsc_change_class() 1029 if (rsc != NULL) in hfsc_change_class() 1030 hfsc_change_rsc(cl, rsc, cur_time); in hfsc_change_class() 1062 if (rsc == NULL && fsc == NULL) in hfsc_change_class() 1079 if (rsc != NULL) in hfsc_change_class() [all …]
|
/linux-4.4.14/include/linux/ |
D | hil_mlc.h | 111 uint8_t rsc[16]; /* Security Code Header and Record */ member
|
/linux-4.4.14/drivers/scsi/ |
D | gdth.c | 4289 gdth_ioctl_rescan *rsc; in ioc_hdrlist() local 4296 rsc = kmalloc(sizeof(*rsc), GFP_KERNEL); in ioc_hdrlist() 4298 if (!rsc || !cmd) in ioc_hdrlist() 4301 if (copy_from_user(rsc, arg, sizeof(gdth_ioctl_rescan)) || in ioc_hdrlist() 4302 (NULL == (ha = gdth_find_ha(rsc->ionode)))) { in ioc_hdrlist() 4310 rsc->hdr_list[i].bus = 0xff; in ioc_hdrlist() 4313 rsc->hdr_list[i].bus = ha->virt_bus; in ioc_hdrlist() 4314 rsc->hdr_list[i].target = i; in ioc_hdrlist() 4315 rsc->hdr_list[i].lun = 0; in ioc_hdrlist() 4316 rsc->hdr_list[i].cluster_type = ha->hdr[i].cluster_type; in ioc_hdrlist() [all …]
|
/linux-4.4.14/drivers/input/keyboard/ |
D | hil_kbd.c | 79 char rsc[HIL_PACKET_MAX_LENGTH]; /* RSC record */ member 117 buf = dev->rsc; in hil_dev_handle_command_response()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 1142 u32 rac, rsc; in prom_init_mem() local 1153 prom_getprop(prom.root, "#size-cells", &val, sizeof(rsc)); in prom_init_mem() 1154 rsc = be32_to_cpu(val); in prom_init_mem() 1156 prom_debug("root_size_cells: %x\n", rsc); in prom_init_mem() 1189 while ((endp - p) >= (rac + rsc)) { in prom_init_mem() 1193 size = prom_next_cell(rsc, &p); in prom_init_mem()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-d3.h | 356 struct iwl_wowlan_rsc_tsc_params_cmd rsc; member
|
D | d3.c | 1387 union iwl_all_tsc_rsc *rsc = &status->gtk.rsc.all_tsc_rsc; in iwl_mvm_set_key_rx_seq() local 1391 iwl_mvm_set_aes_rx_seq(rsc->aes.multicast_rsc, key); in iwl_mvm_set_key_rx_seq() 1394 iwl_mvm_set_tkip_rx_seq(rsc->tkip.multicast_rsc, key); in iwl_mvm_set_key_rx_seq() 1443 union iwl_all_tsc_rsc *sc = &data->status->gtk.rsc.all_tsc_rsc; in iwl_mvm_d3_update_gtks()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 1119 unsigned short crc,aln,rsc,ovrn; in sun3_82586_get_stats() local 1125 rsc = swab16(p->scb->rsc_errs); in sun3_82586_get_stats() 1133 dev->stats.rx_dropped += rsc; in sun3_82586_get_stats()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | atlas6.dtsi | 79 rsc-controller@88020000 { 80 compatible = "sirf,prima2-rsc";
|
D | prima2.dtsi | 90 rsc-controller@88020000 { 91 compatible = "sirf,prima2-rsc";
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sint.S | 31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the
|
/linux-4.4.14/drivers/input/serio/ |
D | hil_mlc.c | 389 mlc->di_scratch.rsc[i] = in hilse_take_rsc() 823 idx = mlc->di[map->didx].rsc; in hil_mlc_serio_write()
|
/linux-4.4.14/Documentation/filesystems/ |
D | 9p.txt | 13 <rsc@swtch.com>.
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 288 u8 rsc[8]; member 1424 if (rx_seq && seq_len > sizeof(ndis_key.rsc)) { in add_wpa_key() 1461 memcpy(ndis_key.rsc, rx_seq, seq_len); in add_wpa_key()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 731 u8 rsc[WLAN_MAX_KEY_RSC_LEN]; member
|