Searched refs:gc (Results 276 - 300 of 341) sorted by relevance

<<11121314

/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c1898 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
1902 gpiochip_disable_irq(gc, hwirq);
1907 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
1910 gpiochip_enable_irq(gc, hwirq);
1926 struct gpio_chip *gc = irq_data_get_irq_chip_data(data); local
1928 seq_printf(p, dev_name(gc->parent));
1933 struct gpio_chip *gc = irq_data_get_irq_chip_data(data); local
1934 struct rzg2l_pinctrl *pctrl = container_of(gc, struct rzg2l_pinctrl, gpio_chip);
1988 static int rzg2l_gpio_child_to_parent_hwirq(struct gpio_chip *gc, argument
1994 struct rzg2l_pinctrl *pctrl = gpiochip_get_data(gc);
2092 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
2113 rzg2l_init_irq_valid_mask(struct gpio_chip *gc, unsigned long *valid_mask, unsigned int ngpios) argument
[all...]
/linux-master/drivers/md/bcache/
H A Dbtree.c57 * Finish incremental gc
1307 static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc) argument
1315 gc->nodes++;
1324 gc->key_bytes += bkey_u64s(k);
1325 gc->nkeys++;
1328 gc->data += KEY_SIZE(k);
1335 b, "found short btree key in gc");
1362 struct gc_stat *gc, struct gc_merge_info *r)
1505 gc->nodes--;
1609 struct closure *writes, struct gc_stat *gc)
1361 btree_gc_coalesce(struct btree *b, struct btree_op *op, struct gc_stat *gc, struct gc_merge_info *r) argument
1608 btree_gc_recurse(struct btree *b, struct btree_op *op, struct closure *writes, struct gc_stat *gc) argument
1699 bch_btree_gc_root(struct btree *b, struct btree_op *op, struct closure *writes, struct gc_stat *gc) argument
[all...]
/linux-master/drivers/staging/media/atomisp/
H A DMakefile77 pci/isp/kernels/gc/gc_1.0/ia_css_gc.host.o \
78 pci/isp/kernels/gc/gc_1.0/ia_css_gc_table.host.o \
79 pci/isp/kernels/gc/gc_2/ia_css_gc2.host.o \
80 pci/isp/kernels/gc/gc_2/ia_css_gc2_table.host.o \
216 -I$(atomisp)/pci/isp/kernels/gc/ \
217 -I$(atomisp)/pci/isp/kernels/gc/gc_1.0/ \
218 -I$(atomisp)/pci/isp/kernels/gc/gc_2/ \
/linux-master/fs/bcachefs/
H A Dbuckets.h316 bool gc)
319 BUG_ON(!gc && !journal_seq);
321 return this_cpu_ptr(gc
/linux-master/drivers/leds/
H A Dleds-tca6507.c591 static void tca6507_gpio_set_value(struct gpio_chip *gc, argument
594 struct tca6507_chip *tca = gpiochip_get_data(gc);
609 static int tca6507_gpio_direction_output(struct gpio_chip *gc, argument
612 tca6507_gpio_set_value(gc, offset, val);
/linux-master/drivers/infiniband/hw/mana/
H A Dqp.c18 struct gdma_context *gc; local
22 gc = mdev_to_gc(dev);
38 req->hdr.dev_id = gc->mana.dev_id;
70 err = mana_gd_send_request(gc, req_buf_size, req, sizeof(resp), &resp);
H A Dmana_ib.h241 struct gdma_context *gc = mdev_to_gc(mdev); local
242 struct mana_context *mc = gc->mana.driver_data;
/linux-master/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c842 bank = gpiochip_get_data(range->gc);
855 struct stm32_gpio_bank *bank = gpiochip_get_data(range->gc);
872 if (!gpiochip_line_is_valid(range->gc, stm32_gpio_pin(gpio))) {
1080 bank = gpiochip_get_data(range->gc);
1083 if (!gpiochip_line_is_valid(range->gc, offset)) {
1204 bank = gpiochip_get_data(range->gc);
1207 if (!gpiochip_line_is_valid(range->gc, offset)) {
1339 range->gc = &bank->gpio_chip;
1674 if (!gpiochip_line_is_valid(range->gc, offset))
1677 pin_is_irq = gpiochip_line_is_irq(range->gc, offse
[all...]
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c1703 struct nft_trans_gc *gc; local
1705 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
1706 if (!gc)
1732 /* synchronous gc never fails, there is no need to set on
1736 gc = nft_trans_gc_queue_sync(gc, GFP_KERNEL);
1737 if (!gc)
1742 nft_trans_gc_elem_add(gc, e);
1752 gc = nft_trans_gc_catchall_sync(gc);
[all...]
/linux-master/net/core/
H A Ddst.c84 if (ops->gc &&
87 ops->gc(ops);
/linux-master/drivers/gpio/
H A Dgpio-tqmx86.c276 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
278 seq_printf(p, gc->label);
H A Dgpio-lpc32xx.c491 static int lpc32xx_of_xlate(struct gpio_chip *gc, argument
497 (gc != &lpc32xx_gpiochip[bank].chip)))
/linux-master/sound/pci/ali5451/
H A Dali5451.c480 unsigned int gc; local
482 gc = inl(ALI_REG(codec, ALI_GC_CIR));
483 gc |= ENDLP_IE;
484 gc |= MIDLP_IE;
485 outl( gc, ALI_REG(codec, ALI_GC_CIR));
490 unsigned int gc; local
492 gc = inl(ALI_REG(codec, ALI_GC_CIR));
493 gc &= ~ENDLP_IE;
494 gc &= ~MIDLP_IE;
495 outl(gc, ALI_RE
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h925 * @gc: garbage collection expression
961 bool (*gc)(struct net *net, member in struct:nft_expr_ops
1766 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
1768 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
1770 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
1773 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
1775 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
1777 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c521 u32 gc = group_context(sc->hw_context, sc->group); local
524 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index];
526 &((struct credit_return *)sc->dd->cr_base[sc->node].dma)[gc];
1722 u32 gc, gc_end; local
1735 gc = group_context(hw_context, sc->group);
1736 gc_end = gc + group_size(sc->group);
1737 for (; gc < gc_end; gc++) {
1738 sw_index = dd->hw_to_sw[gc];
/linux-master/drivers/usb/misc/
H A Dusb251xb.c244 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset); local
251 if (!gc)
254 ret = usb251xb_check_dev_children(&adap->dev, gc->parent);
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl396 my ($tc, $nc, $gc, $bc) = @_;
399 my %good_configs = %{$gc};
/linux-master/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_gpio.c255 struct gpio_chip *gc = &priv->gpio; local
279 irq = irq_find_mapping(gc->irq.domain, (bit + (gpiobank * 32)));
/linux-master/kernel/irq/
H A Dinternals.h411 void irq_init_generic_chip(struct irq_chip_generic *gc, const char *name,
416 irq_init_generic_chip(struct irq_chip_generic *gc, const char *name, argument
/linux-master/fs/xfs/
H A Dxfs_super.c1109 struct xfs_inodegc *gc; local
1117 gc = per_cpu_ptr(mp->m_inodegc, cpu);
1118 gc->cpu = cpu;
1119 gc->mp = mp;
1120 init_llist_head(&gc->list);
1121 gc->items = 0;
1122 gc->error = 0;
1123 INIT_DELAYED_WORK(&gc->work, xfs_inodegc_worker);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2038 struct intel_gt_coredump *gc; local
2040 gc = kzalloc(sizeof(*gc), gfp);
2041 if (!gc)
2044 gc->_gt = gt;
2045 gc->awake = intel_gt_pm_is_awake(gt);
2047 gt_record_display_regs(gc);
2048 gt_record_global_nonguc_regs(gc);
2060 gt_record_global_regs(gc);
2062 gt_record_fences(gc);
[all...]
/linux-master/net/bridge/
H A Dbr_multicast_eht.c138 static void br_multicast_destroy_eht_set_entry(struct net_bridge_mcast_gc *gc) argument
142 set_h = container_of(gc, struct net_bridge_group_eht_set_entry, mcast_gc);
149 static void br_multicast_destroy_eht_set(struct net_bridge_mcast_gc *gc) argument
153 eht_set = container_of(gc, struct net_bridge_group_eht_set, mcast_gc);
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c782 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
784 gpiochip_disable_irq(gc, irqd_to_hwirq(d));
789 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
791 gpiochip_enable_irq(gc, irqd_to_hwirq(d));
H A Dpinctrl-spmi-mpp.c827 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
830 gpiochip_disable_irq(gc, irqd_to_hwirq(d));
835 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
837 gpiochip_enable_irq(gc, irqd_to_hwirq(d));
H A Dpinctrl-ssbi-gpio.c657 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
659 gpiochip_disable_irq(gc, irqd_to_hwirq(d));
664 struct gpio_chip *gc = irq_data_get_irq_chip_data(d); local
666 gpiochip_enable_irq(gc, irqd_to_hwirq(d));

Completed in 498 milliseconds

<<11121314