Home
last modified time | relevance | path

Searched refs:target (Results 4826 - 4850 of 7078) sorted by relevance

1...<<191192193194195196197198199200>>...284

/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dspu_manage.c425 neighbour_spu(int cbe, struct device_node *target, struct device_node *avoid) in neighbour_spu() argument
438 if (vic_handles[i] == target->phandle) in neighbour_spu()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pm81.c24 * - the linked control (second control) gets the target value as-is
26 * - the main control (first control) gets the target value scaled with
28 * - the value of the target of the CPU Fan control loop is retrieved,
30 * the scaled target is applied to the main control.
39 * Input target = 0x3a0000
51 * Input target = 0x350000
63 * Input target = 0x3a0000
70 * systems fan control loop target result (the one before it gets scaled
72 * calculated target value and system fan value is sent to the fans
362 cputarget = wf_smu_cpu_fans ? wf_smu_cpu_fans->pid.target in wf_smu_sys_fans_tick()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dfdomain.c177 static int fdomain_select(struct Scsi_Host *sh, int target) in fdomain_select() argument
184 outb(BIT(sh->this_id) | BIT(target), fd->base + REG_SCSI_DATA_NOACK); in fdomain_select()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h243 * after a successfully completed inquiry command to the target when
681 int ahc_platform_abort_scbs(struct ahc_softc *ahc, int target,
689 u_int target, u_int lun, ac_code);
H A Daic79xx_osm.h224 * after a successfully completed inquiry command to the target when
665 int ahd_platform_abort_scbs(struct ahd_softc *ahd, int target,
672 u_int target, u_int lun, ac_code);
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_conf.c31 #include <target/target_core_base.h>
32 #include <target/target_core_fabric.h>
301 * the target port group that should be used.
317 * target config instance ops.
H A Dtfc_cmd.c24 #include <target/target_core_base.h>
25 #include <target/target_core_fabric.h>
160 * been re-queued by target-core. in ft_queue_status()
489 * Send new command to target.
H A Dtfc_sess.c25 #include <target/target_core_base.h>
26 #include <target/target_core_fabric.h>
38 * Lookup or allocate target local port.
77 * Delete a target local port.
356 goto not_target; /* not a target for this local port */ in ft_prli_locked()
365 * If both target and initiator bits are off, the SPP is invalid. in ft_prli_locked()
413 * tcm_fcp_prli() - Handle incoming or outgoing PRLI for the FCP target
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_IDLETIMER.c463 .target = idletimer_tg_target,
474 .target = idletimer_tg_target_v1,
513 pr_debug("couldn't register xt target\n"); in idletimer_tg_init()
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/
H A Dip_set.h124 bool target; member
145 u8 dim; /* Dimension of match/target */
315 /* API for iptables set match, and SET target */
520 { .bytes = (skb)->len, .packets = 1, .target = true,\
/kernel/linux/linux-5.10/drivers/xen/
H A Dballoon.c512 * We may of course race updates of the target counts (which are protected
574 /* Resets the Xen limit, sets new target, and kicks off processing. */
575 void balloon_set_new_target(unsigned long target) in balloon_set_new_target() argument
578 balloon_stats.target_pages = target; in balloon_set_new_target()
/kernel/linux/linux-5.10/kernel/dma/
H A Dswiotlb.c670 enum dma_sync_target target) in swiotlb_tbl_sync_single()
681 switch (target) { in swiotlb_tbl_sync_single()
668 swiotlb_tbl_sync_single(struct device *hwdev, phys_addr_t tlb_addr, size_t size, enum dma_data_direction dir, enum dma_sync_target target) swiotlb_tbl_sync_single() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dauth.c477 struct shash_desc *target) in __ubifs_shash_copy_state()
490 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
476 __ubifs_shash_copy_state(const struct ubifs_info *c, struct shash_desc *src, struct shash_desc *target) __ubifs_shash_copy_state() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dgk20a.c355 .target = gk20a_instobj_target,
367 .target = gk20a_instobj_target,
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c275 switch (sel->target) { in vimc_sca_get_selection()
312 switch (sel->target) { in vimc_sca_set_selection()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_entity.c153 * @target: the selection target
157 * selection target can be COMPOSE or CROP.
162 unsigned int pad, unsigned int target) in vsp1_entity_get_pad_selection()
164 switch (target) { in vsp1_entity_get_pad_selection()
160 vsp1_entity_get_pad_selection(struct vsp1_entity *entity, struct v4l2_subdev_pad_config *cfg, unsigned int pad, unsigned int target) vsp1_entity_get_pad_selection() argument
H A Dvsp1_brx.c193 switch (sel->target) { in brx_get_selection()
230 if (sel->target != V4L2_SEL_TGT_COMPOSE) in brx_set_selection()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_pb0100.c47 struct v4l2_ctrl *target; member
145 ctrls->target = v4l2_ctrl_new_custom(hdl, &autogain_target, NULL); in pb0100_init_controls()
428 gspca_dbg(gspca_dev, D_CONF, "Set autogain target to %d, status: %d\n", in pb0100_set_autogain_target()
/kernel/linux/linux-5.10/include/linux/
H A Dkernfs.h384 struct kernfs_node *target);
481 struct kernfs_node *target) in kernfs_create_link()
480 kernfs_create_link(struct kernfs_node *parent, const char *name, struct kernfs_node *target) kernfs_create_link() argument
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c244 switch (sel->target) { in vimc_scaler_get_selection()
280 if (VIMC_IS_SRC(sel->pad) || sel->target != V4L2_SEL_TGT_CROP) in vimc_scaler_set_selection()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_pb0100.c47 struct v4l2_ctrl *target; member
145 ctrls->target = v4l2_ctrl_new_custom(hdl, &autogain_target, NULL); in pb0100_init_controls()
428 gspca_dbg(gspca_dev, D_CONF, "Set autogain target to %d, status: %d\n", in pb0100_set_autogain_target()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dauth.c476 struct shash_desc *target) in __ubifs_shash_copy_state()
489 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
475 __ubifs_shash_copy_state(const struct ubifs_info *c, struct shash_desc *src, struct shash_desc *target) __ubifs_shash_copy_state() argument
/kernel/linux/linux-6.6/drivers/xen/
H A Dballoon.c496 * We may of course race updates of the target counts (which are protected
558 /* Resets the Xen limit, sets new target, and kicks off processing. */
559 void balloon_set_new_target(unsigned long target) in balloon_set_new_target() argument
562 balloon_stats.target_pages = target; in balloon_set_new_target()
/kernel/linux/linux-6.6/include/linux/
H A Dkernfs.h432 struct kernfs_node *target);
530 struct kernfs_node *target) in kernfs_create_link()
529 kernfs_create_link(struct kernfs_node *parent, const char *name, struct kernfs_node *target) kernfs_create_link() argument
/kernel/linux/linux-6.6/include/linux/netfilter/ipset/
H A Dip_set.h124 bool target; member
143 u8 dim; /* Dimension of match/target */
318 /* API for iptables set match, and SET target */
533 { .bytes = (skb)->len, .packets = 1, .target = true,\

Completed in 24 milliseconds

1...<<191192193194195196197198199200>>...284