/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | 132 struct gpio_button_data *bdata = data; in gpio_keys_quiesce_key() local 134 if (!bdata->gpiod) in gpio_keys_quiesce_key() 135 hrtimer_cancel(&bdata->release_timer); in gpio_keys_quiesce_key() 136 else if (bdata->debounce_use_hrtimer) in gpio_keys_quiesce_key() 137 hrtimer_cancel(&bdata->debounce_timer); in gpio_keys_quiesce_key() 139 cancel_delayed_work_sync(&bdata->work); in gpio_keys_quiesce_key() 155 static void gpio_keys_disable_button(struct gpio_button_data *bdata) in gpio_keys_disable_button() argument 157 if (!bdata->disabled) { in gpio_keys_disable_button() 161 disable_irq(bdata->irq); in gpio_keys_disable_button() 162 gpio_keys_quiesce_key(bdata); in gpio_keys_disable_button() [all …]
|
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/net/can/ctucanfd/ |
H A D | ctucanfd_pci.c | 66 struct ctucan_pci_board_data *bdata = ctucan_pci_get_bdata(pdev); in ctucan_pci_set_drvdata() local 68 list_add(&priv->peers_on_pdev, &bdata->ndev_list_head); in ctucan_pci_set_drvdata() 87 struct ctucan_pci_board_data *bdata; in ctucan_pci_probe() local 156 bdata = kzalloc(sizeof(*bdata), GFP_KERNEL); in ctucan_pci_probe() 157 if (!bdata) { in ctucan_pci_probe() 162 INIT_LIST_HEAD(&bdata->ndev_list_head); in ctucan_pci_probe() 163 bdata->bar0_base = bar0_base; in ctucan_pci_probe() 164 bdata->cra_base = cra_addr; in ctucan_pci_probe() 165 bdata->bar1_base = addr; in ctucan_pci_probe() 166 bdata->use_msi = msi_ok; in ctucan_pci_probe() [all …]
|
/linux/drivers/misc/ |
H A D | ad525x_dpot.c | 84 struct ad_dpot_bus_data bdata; member 98 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8() 103 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8() 108 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg); in dpot_read_r8d16() 113 return dpot->bdata.bops->write_d8(dpot->bdata.client, val); in dpot_write_d8() 118 return dpot->bdata.bops->write_r8d8(dpot->bdata.client, reg, val); in dpot_write_r8d8() 123 return dpot->bdata.bops->write_r8d16(dpot->bdata.client, reg, val); in dpot_write_r8d16() 683 struct ad_dpot_bus_data *bdata, unsigned long devid, in ad_dpot_probe() argument 699 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/fs/ext4/ |
H A D | orphan.c | 17 __le32 *bdata; in ext4_orphan_file_add() local 54 bdata = (__le32 *)(oi->of_binfo[i].ob_bh->b_data); in ext4_orphan_file_add() 72 while (bdata[j]) { in ext4_orphan_file_add() 78 } while (cmpxchg(&bdata[j], (__le32)0, cpu_to_le32(inode->i_ino)) != in ext4_orphan_file_add() 195 __le32 *bdata; in ext4_orphan_file_del() local 212 bdata = (__le32 *)(oi->of_binfo[blk].ob_bh->b_data); in ext4_orphan_file_del() 213 bdata[off] = 0; in ext4_orphan_file_del() 389 __le32 *bdata; in ext4_orphan_cleanup() local 478 bdata = (__le32 *)(oi->of_binfo[i].ob_bh->b_data); in ext4_orphan_cleanup() 480 if (!bdata[j]) in ext4_orphan_cleanup() [all …]
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcpci.c | 395 u_char *bdata, int count) in hfcpci_empty_bfifo() argument 409 (*(bdata + (le16_to_cpu(zp->z1) - B_SUB_VAL)))) { in hfcpci_empty_bfifo() 433 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo() 440 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_bfifo() 536 struct bzfifo *txbz, u_char *bdata) in hfcpci_empty_fifo_trans() argument 580 ptr1 = bdata + (le16_to_cpu(*z2r) - B_SUB_VAL); in hfcpci_empty_fifo_trans() 587 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_fifo_trans() 605 u_char *bdata; in main_rec_hfcpci() local 611 bdata = ((union fifo_area *)(hc->hw.fifos))->b_chans.rxdat_b2; in main_rec_hfcpci() 616 bdata = ((union fifo_area *)(hc->hw.fifos))->b_chans.rxdat_b1; in main_rec_hfcpci() [all …]
|
/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/iio/adc/ |
H A D | ad7606_spi.c | 121 __be16 *bdata = buf; in ad7606_spi_read_block() local 130 data[i] = be16_to_cpu(bdata[i]); in ad7606_spi_read_block()
|
/linux/fs/ |
H A D | namei.c | 2283 unsigned long adata, bdata, mask, len; in hash_name() local 2292 if (has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants)) { in hash_name() 2294 bdata = prep_zero_mask(b, bdata, &constants); in hash_name() 2295 mask = create_zero_mask(adata | bdata); in hash_name() 2311 } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); in hash_name() 2314 bdata = prep_zero_mask(b, bdata, &constants); in hash_name() 2315 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()
|