| /drivers/i2c/busses/ |
| D | i2c-simtec.c | 42 static void simtec_i2c_setsda(void *pw, int state) in simtec_i2c_setsda() 48 static void simtec_i2c_setscl(void *pw, int state) in simtec_i2c_setscl() 54 static int simtec_i2c_getsda(void *pw) in simtec_i2c_getsda() 60 static int simtec_i2c_getscl(void *pw) in simtec_i2c_getscl()
|
| /drivers/scsi/esas2r/ |
| D | esas2r_flash.c | 589 u16 *pw = (u16 *)cfg - 1; in chk_cfg() local 669 u16 *pw; in calc_fi_checksum() local 1044 u16 *pw; in esas2r_read_flash_rev() local
|
| /drivers/clk/bcm/ |
| D | clk-nsp.c | 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
|
| D | clk-ns2.c | 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
|
| D | clk-cygnus.c | 28 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
|
| D | clk-sr.c | 27 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
|
| /drivers/md/ |
| D | dm-verity-target.c | 624 struct dm_verity_prefetch_work *pw = in verity_prefetch_io() local 659 struct dm_verity_prefetch_work *pw; in verity_submit_prefetch() local
|
| D | dm-thin.c | 2467 static void pool_work_complete(struct pool_work *pw) in pool_work_complete() 2472 static void pool_work_wait(struct pool_work *pw, struct pool *pool, in pool_work_wait() 2484 struct pool_work pw; member
|
| /drivers/media/usb/pwc/ |
| D | pwc-dec23.c | 104 int compression_mode, j, k, bit, pw; in build_table_color() local
|
| /drivers/pci/host/ |
| D | pci-rcar-gen2.c | 154 static irqreturn_t rcar_pci_err_irq(int irq, void *pw) in rcar_pci_err_irq()
|
| /drivers/spi/ |
| D | spi-s3c24xx.c | 336 static int s3c24xx_spi_fiqop(void *pw, int release) in s3c24xx_spi_fiqop()
|
| /drivers/watchdog/ |
| D | f71808e_wdt.c | 254 static int watchdog_set_pulse_width(unsigned int pw) in watchdog_set_pulse_width()
|
| /drivers/net/ethernet/micrel/ |
| D | ks8851_mll.c | 874 static irqreturn_t ks_irq(int irq, void *pw) in ks_irq() 1245 u16 *pw = (u16 *)data; in ks_set_mac() local
|
| /drivers/scsi/pm8001/ |
| D | pm8001_hwi.c | 1501 struct pm8001_work *pw = container_of(work, struct pm8001_work, work); in pm8001_work_fn() local 1700 struct pm8001_work *pw; in pm8001_handle_event() local
|
| /drivers/usb/dwc2/ |
| D | gadget.c | 3538 static irqreturn_t dwc2_hsotg_irq(int irq, void *pw) in dwc2_hsotg_irq()
|
| /drivers/gpu/drm/i915/ |
| D | i915_reg.h | 8237 #define _HSW_PW_REG_IDX(pw) ((pw) >> 4) argument 8238 #define _HSW_PW_SHIFT(pw) (((pw) & 0xf) * 2) argument 8240 #define HSW_PWR_WELL_CTL_BIOS(pw) _MMIO(_PICK(_HSW_PW_REG_IDX(pw), \ argument 8242 #define HSW_PWR_WELL_CTL_DRIVER(pw) _MMIO(_PICK(_HSW_PW_REG_IDX(pw), \ argument 8245 #define HSW_PWR_WELL_CTL_DEBUG(pw) _MMIO(_PICK(_HSW_PW_REG_IDX(pw), \ argument 8248 #define HSW_PWR_WELL_CTL_REQ(pw) (1 << (_HSW_PW_SHIFT(pw) + 1)) argument 8249 #define HSW_PWR_WELL_CTL_STATE(pw) (1 << _HSW_PW_SHIFT(pw)) argument 8266 #define SKL_PW_TO_PG(pw) ((pw) - SKL_DISP_PW_1 + SKL_PG1) argument
|