/linux-4.1.27/drivers/atm/ |
H A D | zeprom.h | 16 #define ZEPROM_SK 0x80000000 /* strobe (probably on raising edge) */
|
/linux-4.1.27/drivers/iio/light/ |
H A D | lm3533-als.c | 315 static inline u8 lm3533_als_get_threshold_reg(unsigned nr, bool raising) lm3533_als_get_threshold_reg() argument 317 u8 offset = !raising; lm3533_als_get_threshold_reg() 323 bool raising, u8 *val) lm3533_als_get_threshold() 332 reg = lm3533_als_get_threshold_reg(nr, raising); lm3533_als_get_threshold() 341 bool raising, u8 val) lm3533_als_set_threshold() 351 reg = lm3533_als_get_threshold_reg(nr, raising); lm3533_als_set_threshold() 352 reg2 = lm3533_als_get_threshold_reg(nr, !raising); lm3533_als_set_threshold() 365 if ((raising && (val < val2)) || (!raising && (val > val2))) { lm3533_als_set_threshold() 386 u8 raising; lm3533_als_get_hysteresis() local 396 ret = lm3533_als_get_threshold(indio_dev, nr, true, &raising); lm3533_als_get_hysteresis() 400 *val = raising - falling; lm3533_als_get_hysteresis() 322 lm3533_als_get_threshold(struct iio_dev *indio_dev, unsigned nr, bool raising, u8 *val) lm3533_als_get_threshold() argument 340 lm3533_als_set_threshold(struct iio_dev *indio_dev, unsigned nr, bool raising, u8 val) lm3533_als_set_threshold() argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | s5h1420.h | 38 u8 cdclk_polarity:1; /* 1 == falling edge, 0 == raising edge */
|
/linux-4.1.27/ipc/ |
H A D | namespace.c | 114 * So dropping the refcount, and raising the refcount when 117 * (Clearly, a task raising the refcount on its own ipc_ns
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_ee.c | 107 * and then raising and then lowering the clock (the SK bit controls ixgb_shift_out_bits() 109 * by setting "DI" to "0" and then raising and then lowering the clock. ixgb_shift_out_bits() 146 * in from the EEPROM. Bits are "shifted in" by raising the clock input to ixgb_shift_in_bits() 301 * signal that the command has been completed by raising the DO signal. ixgb_wait_eeprom_command()
|
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | intc.c | 95 * interrupt controller. That is, the device raising the interrupt can also
|
/linux-4.1.27/include/linux/ |
H A D | lp.h | 85 #define LP_PSTROBE 0x01 /* short high output on raising edge */
|
H A D | thermal.h | 81 THERMAL_TREND_RAISING, /* temperature is raising */
|
/linux-4.1.27/security/apparmor/ |
H A D | resource.c | 87 * Control raising the processes hard limit.
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | book3s_hv_rm_xics.c | 118 * flag when raising CPPR, so we need to set it back here if an icp_rm_try_update() 537 * The processor is raising its priority, this can result kvmppc_rm_h_cppr()
|
H A D | book3s_xics.c | 302 * flag when raising CPPR, so we need to set it back here if an icp_try_update() 730 * The processor is raising its priority, this can result kvmppc_h_cppr()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-netxbig.c | 56 /* Enable select is done on the raising edge. */ gpio_ext_enable_select()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | capability.h | 269 /* Allow raising priority and setting priority on other (different
|
/linux-4.1.27/drivers/mfd/ |
H A D | cros_ec_spi.c | 60 * Time between raising the SPI chip select (for the end of a
|
H A D | twl4030-irq.c | 43 * which Secondary Interrupt Handler (SIH) stage is raising an interrupt.
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | adv_pci_dio.c | 73 #define PCI1730_3_INT_RF 0x0c /* R/W: set falling/raising edge for 89 #define PCI1736_3_INT_RF 0x0c /* R/W: set falling/raising edge for
|
/linux-4.1.27/drivers/i2c/algos/ |
H A D | i2c-algo-bit.c | 159 * -ETIMEDOUT if an error occurred (while raising the scl line)
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | nvm.c | 101 * in from the EEPROM. Bits are "shifted in" by raising the clock input to
|
H A D | mac.c | 286 * cases are a variation of this algorithm...essentially raising the e1000_hash_mc_addr()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | e1000_nvm.c | 106 * in from the EEPROM. Bits are "shifted in" by raising the clock input to
|
H A D | e1000_mac.c | 394 * cases are a variation of this algorithm...essentially raising the igb_hash_mc_addr()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 255 * don't shut out a remote node by raising immunity too high. */ ath5k_ani_raise_immunity()
|
H A D | dma.c | 444 * frames more quickly but can lead to tx underruns, raising it a lot can
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | w996Xcf.c | 238 /* Ensure SDA is high before raising clock to avoid a spurious stop */ w9968cf_smbus_read_ack()
|
/linux-4.1.27/drivers/input/serio/ |
H A D | i8042-x86ia64io.h | 316 * errors on MUX ports are reported without raising AUXDATA
|
/linux-4.1.27/drivers/ata/ |
H A D | sata_highbank.c | 129 * Tell the LED controller that the signal has changed by raising the clock
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | bf54x-lq043fb.c | 163 * Receives samples on EPPI_CLK raising edge, Transmits samples on EPPI_CLK falling edge,
|
/linux-4.1.27/arch/arm/vfp/ |
H A D | vfpmodule.c | 260 pr_debug("VFP: raising exceptions %08x\n", exceptions); vfp_raise_exceptions()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | traps.c | 682 if not implemented, rather than raising SIGILL. This
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 2732 * "1" and then raising and lowering the Management Data Clock. e1000_shift_out_mdi_bits() 2734 * "0" and then raising and lowering the clock. e1000_shift_out_mdi_bits() 2769 * "shifted in" by raising the input to the Management Data Clock e1000_shift_in_mdi_bits() 3621 * "1", and then raising and then lowering the clock (the SK bit e1000_shift_out_ee_bits() 3623 * out to the EEPROM by setting "DI" to "0" and then raising and e1000_shift_out_ee_bits() 3660 * bits in from the EEPROM. Bits are "shifted in" by raising the clock e1000_shift_in_ee_bits() 4219 * raising the DO signal. If DO does not go high in 10 e1000_write_eeprom_microwire()
|
/linux-4.1.27/drivers/tty/ |
H A D | cyclades.c | 854 printk(KERN_DEBUG "cyc:set_modem_info raising DTR\n"); cyy_change_rts_dtr() 1353 /* Flush RX buffers before raising DTR and RTS */ cy_startup() 2279 printk(KERN_DEBUG "cyc:set_line_char raising Z DTR\n"); cy_set_line_char() 2479 printk(KERN_DEBUG "cyc:set_modem_info raising Z DTR\n"); cy_tiocmset() 3061 printk(KERN_DEBUG "%s: raising Z DTR\n", __func__); cyz_dtr_rts()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-raid1.c | 621 * Need to raise event. Since raising write_callback()
|
H A D | bitmap.c | 174 * linked list, and raising the refcount of devices we return to ensure next_active_rdev()
|
/linux-4.1.27/security/ |
H A D | commoncap.c | 50 " effective capabilities. Therefore not raising all" warn_setuid_and_fcaps_mixed()
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | pinctrl-st.c | 1401 * Steps for detection raising edge interrupt in software.
|
/linux-4.1.27/tools/perf/util/ |
H A D | machine.c | 1812 pr_err("Consider raising MAX_NR_CPUS\n"); machine__set_current_tid()
|
H A D | session.c | 1648 "Consider raising MAX_NR_CPUS\n", cpu); perf_session__cpu_bitmap()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.c | 1494 * "1", and then raising and then lowering the clock (the SK ixgbe_shift_out_eeprom_bits() 1497 * raising and then lowering the clock. ixgbe_shift_out_eeprom_bits() 1537 * 'count' bits in from the EEPROM. Bits are "shifted in" by raising ixgbe_shift_in_eeprom_bits()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 479 * concurrently with the chip raising this flag. sym_timer()
|
H A D | sym_hipd.c | 2432 * raising the MA interrupt for interrupted INPUT phases. sym_int_ma()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_pm.c | 200 /* upvolt before raising clocks, downvolt after lowering clocks */ radeon_set_power_state()
|
/linux-4.1.27/mm/ |
H A D | huge_memory.c | 135 pr_info("raising min_free_kbytes from %d to %lu " set_recommended_min_free_kbytes()
|
H A D | page-writeback.c | 51 * by raising pause time to max_pause when falls below it.
|
/linux-4.1.27/security/selinux/ |
H A D | hooks.c | 3675 lowering or raising it), so that the hard limit can selinux_task_setrlimit()
|