| /linux/drivers/input/keyboard/ |
| H A D | gpio_keys_polled.c | 69 struct gpio_keys_button_data *bdata) in gpio_keys_polled_check_state() argument 73 state = gpiod_get_value_cansleep(bdata->gpiod); in gpio_keys_polled_check_state() 80 if (state != bdata->last_state) { in gpio_keys_polled_check_state() 81 bdata->count = 0; in gpio_keys_polled_check_state() 82 bdata->last_state = state; in gpio_keys_polled_check_state() 97 struct gpio_keys_button_data *bdata = &bdev->data[i]; in gpio_keys_polled_poll() local 99 if (bdata->count < bdata->threshold) { in gpio_keys_polled_poll() 100 bdata->count++; in gpio_keys_polled_poll() 102 bdata->last_state); in gpio_keys_polled_poll() 105 bdata); in gpio_keys_polled_poll() [all …]
|
| /linux/drivers/misc/ |
| H A D | ad525x_dpot.c | 85 struct ad_dpot_bus_data bdata; member 99 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8() 104 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8() 109 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg); in dpot_read_r8d16() 114 return dpot->bdata.bops->write_d8(dpot->bdata.client, val); in dpot_write_d8() 119 return dpot->bdata.bops->write_r8d8(dpot->bdata.client, reg, val); in dpot_write_r8d8() 124 return dpot->bdata.bops->write_r8d16(dpot->bdata.client, reg, val); in dpot_write_r8d16() 682 struct ad_dpot_bus_data *bdata, unsigned long devid, in ad_dpot_probe() argument 698 data->bdata = *bdata; in ad_dpot_probe()
|
| H A D | ad525x_dpot-i2c.c | 56 struct ad_dpot_bus_data bdata = { in ad_dpot_i2c_probe() local 67 return ad_dpot_probe(&client->dev, &bdata, id->driver_data, id->name); in ad_dpot_i2c_probe()
|
| H A D | ad525x_dpot-spi.c | 83 struct ad_dpot_bus_data bdata = { in ad_dpot_spi_probe() local 88 return ad_dpot_probe(&spi->dev, &bdata, in ad_dpot_spi_probe()
|
| H A D | ad525x_dpot.h | 210 int ad_dpot_probe(struct device *dev, struct ad_dpot_bus_data *bdata,
|
| /linux/arch/riscv/kernel/ |
| H A D | cpu_ops_sbi.c | 70 struct sbi_hart_boot_data *bdata = &boot_data[cpuid]; in sbi_cpu_start() local 74 bdata->task_ptr = tidle; in sbi_cpu_start() 75 bdata->stack_ptr = task_pt_regs(tidle); in sbi_cpu_start() 78 hsm_data = __pa(bdata); in sbi_cpu_start()
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-acpi.c | 28 u8 bdata; member 709 gsb->bdata = status; in i2c_acpi_space_handler() 713 status = i2c_smbus_write_byte(client, gsb->bdata); in i2c_acpi_space_handler() 721 gsb->bdata = status; in i2c_acpi_space_handler() 726 gsb->bdata); in i2c_acpi_space_handler()
|
| /linux/drivers/hwmon/ |
| H A D | intel-m10-bmc-hwmon.c | 35 const struct m10bmc_hwmon_board_data *bdata; member 574 tbl = hw->bdata->tables[type]; in find_sensor_data() 743 hw->bdata = (const struct m10bmc_hwmon_board_data *)id->driver_data; in m10bmc_hwmon_probe() 745 hw->chip.info = hw->bdata->hinfo; in m10bmc_hwmon_probe()
|
| /linux/drivers/hid/ |
| H A D | hid-picolcd_fb.c | 150 const u8 *bdata = bitmap + tile * 256 + chip * 8 + b * 32; in picolcd_fb_update_tile() local 153 tdata[i] |= (bdata[i/8] >> (i % 8)) & 0x01; in picolcd_fb_update_tile() 158 const u8 *bdata = bitmap + (tile * 256 + chip * 8 + b * 32) * 8; in picolcd_fb_update_tile() local 161 tdata[i] |= (bdata[i] & 0x80) ? 0x01 : 0x00; in picolcd_fb_update_tile()
|
| /linux/drivers/remoteproc/ |
| H A D | omap_remoteproc.c | 573 struct omap_rproc_boot_data *bdata = oproc->boot_data; in omap_rproc_write_dsp_boot_addr() local 574 u32 offset = bdata->boot_reg; in omap_rproc_write_dsp_boot_addr() 584 value = rproc->bootaddr >> bdata->boot_reg_shift; in omap_rproc_write_dsp_boot_addr() 585 mask = ~(SZ_1K - 1) >> bdata->boot_reg_shift; in omap_rproc_write_dsp_boot_addr() 587 return regmap_update_bits(bdata->syscon, offset, mask, value); in omap_rproc_write_dsp_boot_addr()
|
| /linux/fs/ |
| H A D | namei.c | 2453 unsigned long adata, bdata, mask, len; in hash_name() local 2462 if (has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants)) { in hash_name() 2464 bdata = prep_zero_mask(b, bdata, &constants); in hash_name() 2465 mask = create_zero_mask(adata | bdata); in hash_name() 2481 } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); in hash_name() 2484 bdata = prep_zero_mask(b, bdata, &constants); in hash_name() 2485 mask = create_zero_mask(adata | bdata); in hash_name()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 1302 const u8 *bdata, u32 size) in cxgb4_ethtool_flash_boot() argument 1309 data = kmemdup(bdata, size, GFP_KERNEL); in cxgb4_ethtool_flash_boot()
|