Searched refs:acts (Results 1 - 127 of 127) sorted by relevance

/linux-4.1.27/include/sound/
H A Dda9055.h27 /* Selects which of the two MicBias pins acts as the bias source */
/linux-4.1.27/include/linux/pinctrl/
H A Ddevinfo.h20 /* The device core acts as a consumer toward pinctrl */
/linux-4.1.27/arch/x86/kernel/cpu/
H A Drdrand.c38 * acts as a test of the CPU capability.
H A Dcommon.c1340 * and IDT. We reload them nevertheless, this function acts as a
/linux-4.1.27/arch/powerpc/lib/
H A Dvmx-helper.c30 /* This acts as preempt_disable() as well and will make enter_vmx_usercopy()
/linux-4.1.27/net/openvswitch/
H A Ddatapath.c514 struct sw_flow_actions *acts; ovs_packet_cmd_execute() local
562 &flow->key, &acts, log); ovs_packet_cmd_execute()
566 rcu_assign_pointer(flow->sf_acts, acts); ovs_packet_cmd_execute()
679 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, ovs_flow_cmd_msg_size() argument
699 len += nla_total_size(acts->actions_len); ovs_flow_cmd_msg_size()
823 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, ovs_flow_cmd_alloc_info() argument
835 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); ovs_flow_cmd_alloc_info()
873 struct sw_flow_actions *acts; ovs_flow_cmd_new() local
916 &acts, log); ovs_flow_cmd_new()
922 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, ovs_flow_cmd_new()
942 rcu_assign_pointer(new_flow->sf_acts, acts); ovs_flow_cmd_new()
947 acts = NULL; ovs_flow_cmd_new()
991 rcu_assign_pointer(flow->sf_acts, acts); ovs_flow_cmd_new()
1016 kfree(acts); ovs_flow_cmd_new()
1029 struct sw_flow_actions *acts; get_flow_actions() local
1034 error = ovs_nla_copy_actions(a, &masked_key, &acts, log); get_flow_actions()
1041 return acts; get_flow_actions()
1053 struct sw_flow_actions *old_acts = NULL, *acts = NULL; ovs_flow_cmd_set() local
1077 acts = get_flow_actions(a[OVS_FLOW_ATTR_ACTIONS], &key, &mask, ovs_flow_cmd_set()
1079 if (IS_ERR(acts)) { ovs_flow_cmd_set()
1080 error = PTR_ERR(acts); ovs_flow_cmd_set()
1084 /* Can allocate before locking if have acts. */ ovs_flow_cmd_set()
1085 reply = ovs_flow_cmd_alloc_info(acts, &sfid, info, false, ovs_flow_cmd_set()
1110 if (likely(acts)) { ovs_flow_cmd_set()
1112 rcu_assign_pointer(flow->sf_acts, acts); ovs_flow_cmd_set()
1124 /* Could not alloc without acts before locking. */ ovs_flow_cmd_set()
1151 kfree(acts); ovs_flow_cmd_set()
H A Dflow_netlink.c1562 struct sw_flow_actions *acts; reserve_sfa_size() local
1579 acts = nla_alloc_flow_actions(new_acts_size, log); reserve_sfa_size()
1580 if (IS_ERR(acts)) reserve_sfa_size()
1581 return (void *)acts; reserve_sfa_size()
1583 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); reserve_sfa_size()
1584 acts->actions_len = (*sfa)->actions_len; reserve_sfa_size()
1586 *sfa = acts; reserve_sfa_size()
H A Dactions.c965 const struct sw_flow_actions *acts, ovs_execute_actions()
974 acts->actions, acts->actions_len); ovs_execute_actions()
964 ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, const struct sw_flow_actions *acts, struct sw_flow_key *key) ovs_execute_actions() argument
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Damplc_pc236.c36 * a rising edge on port C bit 3 acts as an external trigger, which can be
H A Damplc_pci236.c38 * scan_begin_src=TRIG_EXT, a rising edge on port C bit 3 acts as an
/linux-4.1.27/arch/x86/include/asm/
H A Dcmpxchg_32.h11 * value in registers, otherwise it acts as a read and gives us the
H A Dpgtable-3level.h145 /* xchg acts as a barrier before the setting of the high bits */ native_ptep_get_and_clear()
168 /* xchg acts as a barrier before setting of the high bits */ native_pmdp_get_and_clear()
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/
H A Dregisters.h18 ** Section 1: acts on assembly sources pre-processed by GPP ( <source.S>).
/linux-4.1.27/arch/m68k/kernel/
H A Dtime.c50 /* acts like an actual heart beat -- ie thump-thump-pause... */ timer_interrupt()
/linux-4.1.27/drivers/leds/trigger/
H A Dledtrig-heartbeat.c44 /* acts like an actual heart beat -- ie thump-thump-pause... */ led_heartbeat_function()
/linux-4.1.27/fs/nfs/
H A Dgetroot.c45 /* The mntroot acts as the dummy root dentry for this superblock */ nfs_superblock_set_dummy_root()
H A Dwrite.c444 * A reference is taken only on the head request which acts as a nfs_lock_and_join_requests()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dmass_storage.c17 * The Mass Storage Gadget acts as a USB Mass Storage device,
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h37 * IO_SPACE_LIMIT acts as a mask for the low bits of I/O addresses.
/linux-4.1.27/arch/m68k/mac/
H A Doss.c6 * This chip is used in the IIfx in place of VIA #2. It acts like a fancy
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Docteon.h216 /* R/W If set, SYNCWS acts as SYNCW and SYNCS acts as
/linux-4.1.27/arch/m68k/ifpsp060/
H A Dfskeleton.S209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
/linux-4.1.27/net/sctp/
H A Dbind_addr.c176 * and that acts as a writer synchronizing lock. sctp_add_bind_addr()
193 * and that acts as a writer synchronizing lock. sctp_del_bind_addr()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c54 * post 3.5 mode bit acts as 8*PBL. dwmac1000_dma_init()
/linux-4.1.27/drivers/scsi/isci/
H A Dtask.h80 * acts as an interface to libsas for processing task management requests
H A Dunsolicited_frame_control.h140 * This is the unsolicited frame data structure it acts as the container for
/linux-4.1.27/drivers/spi/
H A Dspi-butterfly.c274 * (firmware resets at45, acts as spi slave) or neither (we ignore butterfly_attach()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_kms.h167 * acts as a Vblank signal. The Ping Pong buffer used is bound to intf2vblank()
/linux-4.1.27/drivers/bluetooth/
H A Dbtwilink.c4 * Bluetooth Driver acts as interface between HCI core and
/linux-4.1.27/drivers/hid/
H A Dhid-wiimote.h347 /* The completion acts as implicit memory barrier so we can safely wiimote_cmd_wait()
H A Dhid-wiimote-modules.c151 * schedule_work acts as barrier. Merging multiple changes is fine. */ wiimod_rumble_play()
1794 * schedule_work acts as barrier. Merging multiple changes is fine. */ wiimod_pro_play()
/linux-4.1.27/drivers/vhost/
H A Dtest.c36 /* Expects to be always run from workqueue - which acts as
H A Dnet.c291 /* Expects to be always run from workqueue - which acts as
516 /* Expects to be always run from workqueue - which acts as
/linux-4.1.27/include/uapi/linux/
H A Da.out.h224 This symbol acts like a N_DATA global symbol
H A Dhyperv.h221 * The kernel component simply acts as a conduit for communication between the
H A Dif_link.h141 IFLA_PROMISCUITY, /* Promiscuity count: > 0 means acts PROMISC */
/linux-4.1.27/arch/mips/mm/
H A Dc-octeon.c36 * from Linux's viewpoint it acts much like a physically
/linux-4.1.27/arch/m32r/kernel/
H A Dsetup.c388 * We reload them nevertheless, this function acts as a
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1388 * @acts: table of interrupt actions
1400 const struct intr_info *acts, t3_handle_intr_status()
1406 for (; acts->mask; ++acts) { t3_handle_intr_status()
1407 if (!(status & acts->mask)) t3_handle_intr_status()
1409 if (acts->fatal) { t3_handle_intr_status()
1412 acts->msg, status & acts->mask); t3_handle_intr_status()
1413 status &= ~acts->mask; t3_handle_intr_status()
1414 } else if (acts->msg) t3_handle_intr_status()
1416 acts->msg, status & acts->mask); t3_handle_intr_status()
1417 if (acts->stat_idx >= 0) t3_handle_intr_status()
1418 stats[acts->stat_idx]++; t3_handle_intr_status()
1398 t3_handle_intr_status(struct adapter *adapter, unsigned int reg, unsigned int mask, const struct intr_info *acts, unsigned long *stats) t3_handle_intr_status() argument
/linux-4.1.27/drivers/input/touchscreen/
H A Dad7877.c119 /* If gpio3 is set AUX3/GPIO3 acts as GPIO Output */
211 MODULE_PARM_DESC(gpio3, "If gpio3 is set to 1 AUX3 acts as GPIO3");
/linux-4.1.27/drivers/media/radio/
H A Dradio-gemtek.c256 * Check if requested card acts like GemTek Radio card.
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dpower.c319 but we pass 0-4 because it acts as an array index. */ iwl_power_build_cmd()
/linux-4.1.27/drivers/gpio/
H A Dgpio-pcf857x.c78 * that pin be used as an input; it's not an open-drain model, but acts
/linux-4.1.27/block/
H A Dblk-tag.c288 * The tag_map bit acts as a lock for tag_index[bit], so we need blk_queue_end_tag()
/linux-4.1.27/sound/pci/trident/
H A Dtrident.h314 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
/linux-4.1.27/include/linux/lockd/
H A Dlockd.h349 * When the second lock is of type F_UNLCK, this acts like a wildcard.
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_hw.c2652 * @acts: table of interrupt actions
2663 const struct intr_info *acts) csio_handle_intr_status()
2669 for ( ; acts->mask; ++acts) { csio_handle_intr_status()
2670 if (!(status & acts->mask)) csio_handle_intr_status()
2672 if (acts->fatal) { csio_handle_intr_status()
2675 acts->msg, status & acts->mask); csio_handle_intr_status()
2676 } else if (acts->msg) csio_handle_intr_status()
2678 acts->msg, status & acts->mask); csio_handle_intr_status()
2679 mask |= acts->mask; csio_handle_intr_status()
2662 csio_handle_intr_status(struct csio_hw *hw, unsigned int reg, const struct intr_info *acts) csio_handle_intr_status() argument
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2162 * @acts: table of interrupt actions
2172 const struct intr_info *acts) t4_handle_intr_status()
2178 for ( ; acts->mask; ++acts) { t4_handle_intr_status()
2179 if (!(status & acts->mask)) t4_handle_intr_status()
2181 if (acts->fatal) { t4_handle_intr_status()
2183 dev_alert(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, t4_handle_intr_status()
2184 status & acts->mask); t4_handle_intr_status()
2185 } else if (acts->msg && printk_ratelimit()) t4_handle_intr_status()
2186 dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, t4_handle_intr_status()
2187 status & acts->mask); t4_handle_intr_status()
2188 if (acts->int_handler) t4_handle_intr_status()
2189 acts->int_handler(adapter); t4_handle_intr_status()
2190 mask |= acts->mask; t4_handle_intr_status()
2171 t4_handle_intr_status(struct adapter *adapter, unsigned int reg, const struct intr_info *acts) t4_handle_intr_status() argument
/linux-4.1.27/drivers/hwmon/
H A Dsch5636.c61 /* FAULT in datasheet, but acts as an alarm */
/linux-4.1.27/drivers/staging/iio/accel/
H A Dlis3l02dq_core.c409 /* Read back to check this has worked acts as loose test of correct lis3l02dq_initial_setup()
/linux-4.1.27/drivers/nfc/
H A Dnfcwilink.c4 * NFC Driver acts as interface between NCI core and
/linux-4.1.27/drivers/input/misc/
H A Dpowermate.c7 * clockwise and anticlockwise rotation. The dial also acts as a pushbutton with
/linux-4.1.27/include/linux/
H A Dpowercap.h73 * Defines powercap control_type. This acts as a container for power
H A Dcrypto.h1063 * to plaintext and ciphertext, asynchronous callback function, etc. It acts
1433 * ciphertext, asynchronous callback function, etc. It acts as a handle to the
H A Ddevice.h1224 * dev_WARN*() acts like dev_printk(), but with the key difference of
H A Dnetdevice.h3865 * netdev_WARN() acts like dev_printk(), but with the key difference
H A Dsecurity.h197 * A string that acts as a unique identifier for the LSM with max number
/linux-4.1.27/arch/arm64/kernel/
H A Darmv8_deprecated.c493 * Taking an exception or returning from one acts as an cp15barrier_handler()
/linux-4.1.27/arch/arm/kernel/
H A Dentry-header.S230 @ This macro acts in a similar manner to svc_exit but switches to FIQ
/linux-4.1.27/fs/cramfs/
H A Dinode.c138 * This also acts as a way to guarantee contiguous areas of up to
/linux-4.1.27/security/tomoyo/
H A Dgc.c618 /* This acts as do_exit(0). */ tomoyo_gc_thread()
/linux-4.1.27/sound/core/seq/
H A Dseq_virmidi.c34 * of input/output buffer acts only to the local buffer.
/linux-4.1.27/sound/pci/
H A Dazt3328.h324 #define MIXER_ADVCTL1_HIFI3D_MASK 0x0300 /* yup, this is missing the high bit that official AC97 contains, plus it doesn't have linear bit value range behaviour but instead acts weirdly (possibly we're dealing with two *different* 3D settings here??) */
H A Dals300.c171 ALS300+ acts like newer versions of ALS300 */ snd_als300_set_irq_flag()
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dsetup.c516 /* R/W If set, SYNCWS acts as SYNCW and SYNCS acts as SYNC. */ octeon_user_io_init()
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrutables.h76 * - a data area that acts as normal RAM.
/linux-4.1.27/drivers/misc/
H A Dvmw_balloon.c26 * acts like a "balloon" that can be inflated to reclaim physical pages by
/linux-4.1.27/drivers/mfd/
H A Dhtc-i2cpld.c5 * The cpld is located on the i2c bus and acts as an input/output GPIO
/linux-4.1.27/drivers/misc/eeprom/
H A Dat24.c32 * would be the PCF8570, which acts like a 24c02 EEPROM (256 bytes).
/linux-4.1.27/drivers/net/ethernet/seeq/
H A Dsgiseeq.c35 * here our "ring buffer" looks and acts like a real Lance one does but is
/linux-4.1.27/drivers/pinctrl/meson/
H A Dpinctrl-meson.c37 * disabled the pin acts as a GPIO.
/linux-4.1.27/drivers/usb/host/
H A Dfotg210.h488 * acts like a qh would, if EHCI had them for ISO.
H A Dfusbh200.h478 * acts like a qh would, if EHCI had them for ISO.
H A Dehci.h468 * acts like a qh would, if EHCI had them for ISO.
H A Dehci-q.c784 * acts like up to 3KB, but is built from smaller packets. qh_make()
H A Dmax3421-hcd.c1672 * any other value, this function acts as a no-op.
H A Dfotg210-hcd.c2861 * acts like up to 3KB, but is built from smaller packets. qh_make()
H A Dfusbh200-hcd.c2809 * acts like up to 3KB, but is built from smaller packets. qh_make()
/linux-4.1.27/net/dccp/
H A Dinput.c65 * achieved when one of the nodes acts as tie-breaker. dccp_rcv_close()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c1498 * USIR0_IR0 acts edge sensitive handle_ep0()
2247 * VBUS IRQs should probably be ignored so that the PXA device just acts
H A Ddummy_hcd.c1059 * its root hub will only have one device, otherwise it acts like
/linux-4.1.27/arch/alpha/kernel/
H A Dsmc37c669.c68 ** The mask acts as a flag used in mapping actual ISA IRQs (0 - 15)
82 ** The mask acts as a flag used in mapping actual ISA DMA
/linux-4.1.27/drivers/mtd/devices/
H A Dpmc551.c703 * The PMC551 device acts VERY weird if you don't init it init_pmc551()
/linux-4.1.27/drivers/mtd/ubi/
H A Dkapi.c790 * eraseblock number pair. If either value is set to %UBI_ALL, then it acts as
H A Dwl.c1319 * acts as a wildcard for all of the corresponding volume numbers or logical
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dusb.c619 * deadlock, so we need to decrement i2400mu->do_autopm, that acts
/linux-4.1.27/drivers/net/irda/
H A Dvlsi_ir.h343 * - IREN acts as gate for latching the configured IR mode information
/linux-4.1.27/drivers/parisc/
H A Diosapic.c39 ** acts on behalf of a processor.
/linux-4.1.27/drivers/firewire/
H A Dcore-device.c754 * fw_device_rwsem acts as dual purpose mutex:
/linux-4.1.27/drivers/tty/serial/
H A Dserial_txx9.c47 /* acts like standard serial driver */
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_gadget_ep0.c626 * If we write data, the controller acts happier if we enable musb_read_setup()
H A Dmusb_core.c1055 * acts as a NOP unless some role activated the hardware
/linux-4.1.27/include/uapi/linux/usb/
H A Dch9.h920 /* NOTATTACHED isn't in the USB spec, and this state acts
/linux-4.1.27/arch/powerpc/kernel/
H A Dsignal_64.c52 * 2) a gap of __SIGNAL_FRAMESIZE bytes which acts as a dummy caller
/linux-4.1.27/arch/ia64/kernel/
H A Dsetup.c916 * cpu_init() initializes state that is per-CPU. This function acts
/linux-4.1.27/fs/btrfs/tests/
H A Dinode-tests.c86 * want to make sure everything acts normally (the last number is not inclusive)
/linux-4.1.27/net/irda/irnet/
H A Dirnet_ppp.c29 * When a pppd instance is not active on /dev/irnet, it acts as a control
/linux-4.1.27/include/crypto/
H A Dhash.h480 * function, etc. It acts as a handle to the ahash_request_* API calls in a
/linux-4.1.27/drivers/md/
H A Ddm-bufio.c257 * A red/black tree acts as an index for all the buffers.
H A Ddm-snap.c1962 * snapshot-merge acts as an origin, so set ti->max_io_len snapshot_merge_resume()
H A Draid5.c2965 * If several bio share a stripe. The bio bi_phys_segments acts as a add_stripe_bio()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dimport.c218 * This acts as a barrier; all existing requests are rejected, and
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c204 * conditions and acts accordingly. In case there are events pending,
/linux-4.1.27/drivers/usb/dwc2/
H A Dcore.h127 * as in shared-fifo mode periodic in acts like a single-frame packet
H A Dcore.c1615 * the controller acts autonomously to complete transfers programmed to a host
H A Dhcd.c2922 * data is sent, but this space acts as a bit bucket. This must be dwc2_hcd_init()
/linux-4.1.27/drivers/usb/storage/
H A Dtransport.c485 * scatter-gather or not, and acts appropriately.
/linux-4.1.27/include/linux/usb/
H A Dgadget.h519 * so that the "A" device currently acts as A-Peripheral, not A-Host.
/linux-4.1.27/kernel/time/
H A Dposix-cpu-timers.c716 * This acts as a modification timestamp for the timer, posix_cpu_timer_set()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lock.c901 * queue [input]: the granted list where search acts on;
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c214 * This acts as the demux call_lvds_script()
/linux-4.1.27/drivers/ata/
H A Dahci.c923 * attached to the first downstream port or acts as a hardware storage
/linux-4.1.27/drivers/tty/vt/
H A Dkeyboard.c804 * a CapsShift key acts like Shift but undoes CapsLock k_shift()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c496 * the zero degree view needs to be mapped. The need for mapping also acts as
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_main.c1968 * - fec0 acts as the 1588 time master while fec1 is slave fec_enet_mii_init()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.c1243 * This acts like a signal in the canonical semaphore.
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c41 * The Mass Storage Function acts as a USB Mass Storage device,
/linux-4.1.27/fs/btrfs/
H A Dfree-space-cache.c3504 * doesn't do any of the merging that add_free_space does, this acts a lot like
/linux-4.1.27/mm/
H A Dpage-writeback.c530 * In the other normal situations, it acts more gently by throttling the tasks
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf2-core.c2477 * to it earlier by the means of vidioc_querybuf handler. That offset acts as
/linux-4.1.27/arch/x86/kvm/
H A Dmmu.c426 /* xchg acts as a barrier before the setting of the high bits */ __update_clear_spte_slow()
/linux-4.1.27/fs/jfs/
H A Djfs_dtree.c64 * but whose order is arbitrary and acts as duplicate, e.g.,
/linux-4.1.27/kernel/locking/
H A Dlockdep.c706 * (or spin_lock_init()) call - which acts as the key. For static look_up_lock_class()
/linux-4.1.27/kernel/trace/
H A Dftrace.c1000 * so this acts like an synchronize_sched. ftrace_profile_write()
H A Dring_buffer.c3594 * cmpxchg to cross pages which acts as the mb on the writer rb_get_reader_page()
/linux-4.1.27/include/net/
H A Dcfg80211.h5253 * wiphy_WARN() acts like wiphy_printk(), but with the key difference
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c9938 * This function acts as an iocb filter for functions which abort or count

Completed in 4253 milliseconds