| /linux/net/sched/ |
| H A D | em_ipt.c | 42 static int check_match(struct net *net, struct em_ipt_match *im, int mdata_len) in check_match() argument 52 mtpar.hook_mask = 1 << im->hook; in check_match() 53 mtpar.family = im->match->family; in check_match() 54 mtpar.match = im->match; in check_match() 56 mtpar.matchinfo = (void *)im->match_data; in check_match() 130 struct em_ipt_match *im = NULL; in em_ipt_change() local 160 im = kzalloc(sizeof(*im) + mdata_len, GFP_KERNEL); in em_ipt_change() 161 if (!im) { in em_ipt_change() 166 im->match = match; in em_ipt_change() 167 im->hook = nla_get_u32(tb[TCA_EM_IPT_HOOK]); in em_ipt_change() [all …]
|
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 63 int (*register_fentry)(struct bpf_trampoline *tr, struct bpf_tramp_image *im, void *data); 65 int (*modify_fentry)(struct bpf_trampoline *tr, u32 orig_flags, struct bpf_tramp_image *im, 430 static void bpf_tramp_image_put(struct bpf_tramp_image *im); 450 static int modify_fentry(struct bpf_trampoline *tr, u32 orig_flags, struct bpf_tramp_image *im, in modify_fentry() argument 454 void *new_addr = im->image; in modify_fentry() 468 tr->cur_image = im; in modify_fentry() 473 static int register_fentry(struct bpf_trampoline *tr, struct bpf_tramp_image *im, in register_fentry() argument 476 void *new_addr = im->image; in register_fentry() 497 tr->cur_image = im; in register_fentry() 562 static void bpf_tramp_image_free(struct bpf_tramp_image *im) in bpf_tramp_image_free() argument [all …]
|
| H A D | states.c | 665 static bool is_spilled_scalar_after(const struct bpf_stack_state *stack, int im) in is_spilled_scalar_after() argument 667 return stack->slot_type[im] == STACK_SPILL && in is_spilled_scalar_after() 672 struct bpf_stack_state *stack, int im) in is_stack_misc_after() argument 676 for (i = im; i < ARRAY_SIZE(stack->slot_type); ++i) { in is_stack_misc_after() 688 struct bpf_stack_state *stack, int im) in scalar_reg_for_stack() argument 690 if (is_spilled_scalar_after(stack, im)) in scalar_reg_for_stack() 693 if (is_stack_misc_after(env, stack, im)) in scalar_reg_for_stack() 711 int im = i % BPF_REG_SIZE; in stacksafe() local 749 if (im == 0 || im == 4) { in stacksafe() 750 old_reg = scalar_reg_for_stack(env, &old->stack[spi], im); in stacksafe() [all …]
|
| /linux/fs/nfs/ |
| H A D | nfs4idmap.c | 499 struct idmap_msg *im, in nfs_idmap_prepare_message() argument 505 im->im_type = IDMAP_TYPE_GROUP; in nfs_idmap_prepare_message() 510 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message() 513 im->im_conv = IDMAP_CONV_NAMETOID; in nfs_idmap_prepare_message() 514 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message() 518 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message() 521 im->im_conv = IDMAP_CONV_IDTONAME; in nfs_idmap_prepare_message() 522 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message() 532 msg->data = im; in nfs_idmap_prepare_message() 572 struct idmap_msg *im; in nfs_idmap_legacy_upcall() local [all …]
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 12 * bfad_im.c Linux driver IM module. 21 BFA_TRC_FILE(LDRV, IM); 433 (*itnim_drv)->im = bfad->im; in bfa_fcb_itnim_alloc() 456 struct bfad_im_s *im = itnim_drv->im; in bfa_fcb_itnim_free() local 480 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_free() 491 struct bfad_im_s *im = itnim_drv->im; in bfa_fcb_itnim_online() local 501 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_online() 513 struct bfad_im_s *im = itnim_drv->im; in bfa_fcb_itnim_offline() local 528 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_offline() 647 queue_work(bfad->im->drv_workq, in bfad_im_port_delete() [all …]
|
| H A D | bfad_im.h | 107 struct bfad_im_s *im; member 170 queue_work(drv->im->drv_workq, &drv->im->aen_im_notify_work); in bfad_im_post_vendor_event() 176 void bfad_destroy_workq(struct bfad_im_s *im);
|
| /linux/net/ipv6/ |
| H A D | anycast.c | 541 struct ifacaddr6 *im = NULL; in ac6_get_first() local 549 im = rcu_dereference(idev->ac_list); in ac6_get_first() 550 if (im) in ac6_get_first() 553 return im; in ac6_get_first() 556 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next() argument 561 im = rcu_dereference(im->aca_next); in ac6_get_next() 562 while (!im) { in ac6_get_next() 569 im = rcu_dereference(idev->ac_list); in ac6_get_next() 571 return im; in ac6_get_next() 576 struct ifacaddr6 *im = ac6_get_first(seq); in ac6_get_idx() local [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_calib.c | 892 int i, im, nmeasurement; in ar9003_hw_tx_iq_cal_outlier_detection() local 941 for (im = 0; im < nmeasurement; im++) { in ar9003_hw_tx_iq_cal_outlier_detection() 942 magnitude = coeff->mag_coeff[i][im][0]; in ar9003_hw_tx_iq_cal_outlier_detection() 943 phase = coeff->phs_coeff[i][im][0]; in ar9003_hw_tx_iq_cal_outlier_detection() 948 if ((im % 2) == 0) in ar9003_hw_tx_iq_cal_outlier_detection() 949 REG_RMW_FIELD(ah, tx_corr_coeff[im][i], in ar9003_hw_tx_iq_cal_outlier_detection() 953 REG_RMW_FIELD(ah, tx_corr_coeff[im][i], in ar9003_hw_tx_iq_cal_outlier_detection() 958 caldata->tx_corr_coeff[im][i] = in ar9003_hw_tx_iq_cal_outlier_detection() 1008 int im, ix, iy; in __ar955x_tx_iq_cal_sort() local 1010 for (im = 0; im < nmeasurement; im++) { in __ar955x_tx_iq_cal_sort() [all …]
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | mpc837x_rdb.c | 23 void __iomem *im; in mpc837x_rdb_sd_cfg() local 25 im = ioremap(get_immrbase(), 0x1000); in mpc837x_rdb_sd_cfg() 26 if (!im) { in mpc837x_rdb_sd_cfg() 35 clrsetbits_be32(im + MPC83XX_SICRL_OFFS, MPC837X_SICRL_USBB_MASK, in mpc837x_rdb_sd_cfg() 37 clrsetbits_be32(im + MPC83XX_SICRH_OFFS, MPC837X_SICRH_SPI_MASK, in mpc837x_rdb_sd_cfg() 39 iounmap(im); in mpc837x_rdb_sd_cfg()
|
| /linux/drivers/irqchip/ |
| H A D | irq-tb10x.c | 44 uint32_t mod, pol, im = data->mask; in tb10x_irq_set_type() local 48 mod = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_MODE) | im; in tb10x_irq_set_type() 49 pol = ab_irqctl_readreg(gc, AB_IRQCTL_SRC_POLARITY) | im; in tb10x_irq_set_type() 53 pol ^= im; in tb10x_irq_set_type() 56 mod ^= im; in tb10x_irq_set_type() 62 mod ^= im; in tb10x_irq_set_type() 63 pol ^= im; in tb10x_irq_set_type() 77 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, im); in tb10x_irq_set_type()
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | integratorap-im-pd1.dts | 4 * with the IM-PD1 example logical module mounted. 10 model = "ARM Integrator/AP with IM-PD1"; 19 /* 1 MB of designated video RAM on the IM-PD1 */ 29 compatible = "arm,im-pd1-syscon", "syscon"; 42 clock-output-names = "IM-PD1-VCO1"; 52 clock-output-names = "IM-PD1-VCO2"; 85 /* Push buttons on the IM-PD1 */
|
| H A D | Makefile | 4 integratorap-im-pd1.dtb \
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | multi-inno,mi0283qt.txt | 11 the panel interface mode (IM[3:0] pins): 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface
|
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 112 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() local 116 auth_domain_put(&im->m_client->h); in ip_map_put() 117 kfree_rcu(im, m_rcu); in ip_map_put() 166 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() local 168 if (ipv6_addr_v4mapped(&(im->m_addr))) { in ip_map_request() 169 snprintf(text_addr, 20, "%pI4", &im->m_addr.s6_addr32[3]); in ip_map_request() 171 snprintf(text_addr, 40, "%pI6", &im->m_addr); in ip_map_request() 173 qword_add(bpp, blen, im->m_class); in ip_map_request() 267 struct ip_map *im; in ip_map_show() local 275 im = container_of(h, struct ip_map, h); in ip_map_show() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-iop3xx.c | 357 int im = 0; in iop3xx_i2c_xfer() local 365 for (im = 0; ret == 0 && im != num; im++) { in iop3xx_i2c_xfer() 366 ret = iop3xx_i2c_handle_msg(i2c_adap, &msgs[im]); in iop3xx_i2c_xfer() 374 return im; in iop3xx_i2c_xfer()
|
| H A D | i2c-sprd.c | 290 int im, ret; in sprd_i2c_xfer() local 296 for (im = 0; im < num - 1; im++) { in sprd_i2c_xfer() 297 ret = sprd_i2c_handle_msg(i2c_adap, &msgs[im], 0); in sprd_i2c_xfer() 302 ret = sprd_i2c_handle_msg(i2c_adap, &msgs[im++], 1); in sprd_i2c_xfer() 307 return ret < 0 ? ret : im; in sprd_i2c_xfer()
|
| /linux/arch/arm/mach-ux500/ |
| H A D | pm.c | 111 u32 it, im; in prcmu_pending_irq() local 116 im = readl(PRCM_ARMITMSK31TO0 + i * 4); in prcmu_pending_irq() 117 if (it & im) in prcmu_pending_irq()
|
| /linux/Documentation/hwmon/ |
| H A D | ltc2947.rst | 61 curr1_input IP-IM Sense current (mA) 69 curr1_label Channel label (IP-IM)
|
| /linux/Documentation/admin-guide/media/ |
| H A D | gspca-cardlist.rst | 48 ov519 041e:4052 Creative Live! VISTA IM 49 zc3xx 041e:4053 Creative Live!Cam Video IM 55 ov519 041e:4067 Creative Live! Cam Video IM (VF0350) 90 zc3xx 046d:08a0 Logitech QC IM 91 zc3xx 046d:08a1 Logitech QC IM 0x08A1 +sound 105 zc3xx 046d:08d9 Logitech QuickCam IM/Connect
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 367 * flush-n-inv is achieved by INV cmd but with IM=1 in __before_dc_op() 389 * combined Flush-n-invalidate uses DC_CTRL.IM = 1 set above in __before_dc_op() 566 * - b'001 is Invalidate if CTRL.IM == 0 in slc_op_rgn() 567 * - b'001 is Flush-n-Invalidate if CTRL.IM == 1 in slc_op_rgn() 571 /* Don't rely on default value of IM bit */ in slc_op_rgn() 573 ctrl &= ~SLC_CTRL_IM; /* clear IM: Disable flush before Inv */ in slc_op_rgn() 630 /* Don't rely on default value of IM bit */ in slc_op_line() 632 ctrl &= ~SLC_CTRL_IM; /* clear IM: Disable flush before Inv */ in slc_op_line() 668 ctrl &= ~SLC_CTRL_IM; /* clear IM: Disable flush before Inv */ in slc_entire_op()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 812 static int __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *rw_image, in __arch_prepare_bpf_trampoline() argument 1021 PPC_LI_ADDR(_R3, (unsigned long)im); in __arch_prepare_bpf_trampoline() 1096 im->ip_after_call = &((u32 *)ro_image)[ctx->idx]; in __arch_prepare_bpf_trampoline() 1135 im->ip_epilogue = &((u32 *)ro_image)[ctx->idx]; in __arch_prepare_bpf_trampoline() 1136 PPC_LI_ADDR(_R3, im); in __arch_prepare_bpf_trampoline() 1195 struct bpf_tramp_image im; in arch_bpf_trampoline_size() local 1198 ret = __arch_prepare_bpf_trampoline(&im, NULL, NULL, NULL, m, flags, tnodes, func_addr); in arch_bpf_trampoline_size() 1202 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, in arch_prepare_bpf_trampoline() argument 1219 ret = __arch_prepare_bpf_trampoline(im, rw_image, rw_image + size, image, m, in arch_prepare_bpf_trampoline() 1323 * an unconditional branch instruction at im->ip_after_call in bpf_arch_text_poke()
|
| /linux/net/ipv4/ |
| H A D | igmp_internal.h | 15 const struct ip_mc_list *im,
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | maxim,ds2760.yaml | 31 Time im milliseconds to cache the data for.
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 491 static void ipu_image_from_q_data(struct ipu_image *im, in ipu_image_from_q_data() argument 496 im->pix = *fmt; in ipu_image_from_q_data() 498 im->pix.ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(fmt->colorspace); in ipu_image_from_q_data() 500 im->pix.ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(fmt->colorspace); in ipu_image_from_q_data() 501 im->rect = q_data->rect; in ipu_image_from_q_data()
|
| /linux/drivers/gpio/ |
| H A D | gpio-pch.c | 233 u32 im, im_pos, val; in pch_irq_type() local 271 im = ioread32(im_reg) & ~(PCH_IM_MASK << (im_pos * 4)); in pch_irq_type() 272 iowrite32(im | (val << (im_pos * 4)), im_reg); in pch_irq_type()
|