/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | iqs7211.c | 1180 const struct iqs7211_dev_desc *dev_desc; member 1421 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; in iqs7211_start_comms() local 1471 if (le16_to_cpu(iqs7211->ver_info.prod_num) != dev_desc->prod_num) { in iqs7211_start_comms() 1477 error = iqs7211_read_word(iqs7211, dev_desc->sys_ctrl + 1, in iqs7211_start_comms() 1483 comms_setup |= dev_desc->comms_req; in iqs7211_start_comms() 1485 comms_setup &= ~dev_desc->comms_req; in iqs7211_start_comms() 1487 error = iqs7211_write_word(iqs7211, dev_desc->sys_ctrl + 1, in iqs7211_start_comms() 1488 comms_setup | dev_desc->comms_end); in iqs7211_start_comms() 1497 error = iqs7211_read_burst(iqs7211, dev_desc in iqs7211_start_comms() 1522 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_init_device() local 1702 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_parse_event() local 1752 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_parse_cycles() local 1868 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_parse_tp() local 1944 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_parse_alp() local 2040 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_parse_reg_grp() local 2097 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_register_kp() local 2133 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_register_tp() local 2210 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_report() local 2349 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_suspend() local 2373 const struct iqs7211_dev_desc *dev_desc = iqs7211->dev_desc; iqs7211_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_apd.c | 40 const struct apd_device_desc *dev_desc; member 48 const struct apd_device_desc *dev_desc = pdata->dev_desc; in acpi_apd_setup() local 51 if (dev_desc->fixed_clk_rate) { in acpi_apd_setup() 54 NULL, 0, dev_desc->fixed_clk_rate); in acpi_apd_setup() 186 const struct apd_device_desc *dev_desc = (void *)id->driver_data; in acpi_apd_create_device() local 191 if (!dev_desc) { in acpi_apd_create_device() 201 pdata->dev_desc = dev_desc; in acpi_apd_create_device() 203 if (dev_desc in acpi_apd_create_device() [all...] |
H A D | acpi_lpss.c | 100 const struct lpss_device_desc *dev_desc; member 133 offset = pdata->dev_desc->prv_offset + LPSS_TX_INT; in lpss_uart_setup() 139 offset = pdata->dev_desc->prv_offset + LPSS_GENERAL; in lpss_uart_setup() 151 offset = pdata->dev_desc->prv_offset + LPSS_RESETS; in lpss_deassert_reset() 199 if (readl(pdata->mmio_base + pdata->dev_desc->prv_offset)) in byt_i2c_setup() 394 const struct lpss_device_desc *dev_desc = pdata->dev_desc; in register_device_clock() local 413 || pdata->mmio_size < dev_desc->prv_offset + LPSS_CLK_SIZE) in register_device_clock() 417 prv_base = pdata->mmio_base + dev_desc->prv_offset; in register_device_clock() 425 if (dev_desc in register_device_clock() 624 const struct lpss_device_desc *dev_desc; acpi_lpss_create_device() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_apd.c | 40 const struct apd_device_desc *dev_desc; member 48 const struct apd_device_desc *dev_desc = pdata->dev_desc; in acpi_apd_setup() local 51 if (dev_desc->fixed_clk_rate) { in acpi_apd_setup() 54 NULL, 0, dev_desc->fixed_clk_rate); in acpi_apd_setup() 190 const struct apd_device_desc *dev_desc = (void *)id->driver_data; in acpi_apd_create_device() local 195 if (!dev_desc) { in acpi_apd_create_device() 205 pdata->dev_desc = dev_desc; in acpi_apd_create_device() 207 if (dev_desc in acpi_apd_create_device() [all...] |
H A D | acpi_lpss.c | 101 const struct lpss_device_desc *dev_desc; member 134 offset = pdata->dev_desc->prv_offset + LPSS_TX_INT; in lpss_uart_setup() 140 offset = pdata->dev_desc->prv_offset + LPSS_GENERAL; in lpss_uart_setup() 152 offset = pdata->dev_desc->prv_offset + LPSS_RESETS; in lpss_deassert_reset() 198 if (readl(pdata->mmio_base + pdata->dev_desc->prv_offset)) in byt_i2c_setup() 422 const struct lpss_device_desc *dev_desc = pdata->dev_desc; in register_device_clock() local 441 || pdata->mmio_size < dev_desc->prv_offset + LPSS_CLK_SIZE) in register_device_clock() 445 prv_base = pdata->mmio_base + dev_desc->prv_offset; in register_device_clock() 453 if (dev_desc in register_device_clock() 653 const struct lpss_device_desc *dev_desc; acpi_lpss_create_device() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | openprom.h | 28 int (*v0_devclose)(int dev_desc); 29 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 30 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 31 int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf); 32 int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf); 33 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 34 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 35 int (*v0_seekdev)(int dev_desc, long logical_offst, int from);
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | openprom.h | 20 int (*v0_devclose)(int dev_desc); 21 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 22 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 23 int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf); 24 int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf); 25 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 26 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 27 int (*v0_seekdev)(int dev_desc, long logical_offst, int from);
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | openprom.h | 28 int (*v0_devclose)(int dev_desc); 29 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 30 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 31 int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf); 32 int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf); 33 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 34 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 35 int (*v0_seekdev)(int dev_desc, long logical_offst, int from);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | openprom.h | 20 int (*v0_devclose)(int dev_desc); 21 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 22 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 23 int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf); 24 int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf); 25 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 26 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 27 int (*v0_seekdev)(int dev_desc, long logical_offst, int from);
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | iqs62x.c | 128 switch (iqs62x->dev_desc->prod_num) { in iqs62x_dev_init() 132 iqs62x->dev_desc->prox_settings, &val); in iqs62x_dev_init() 144 iqs62x->dev_desc->prox_mask | in iqs62x_dev_init() 145 iqs62x->dev_desc->sar_mask | in iqs62x_dev_init() 146 iqs62x->dev_desc->hall_mask | in iqs62x_dev_init() 147 iqs62x->dev_desc->hyst_mask | in iqs62x_dev_init() 148 iqs62x->dev_desc->temp_mask | in iqs62x_dev_init() 149 iqs62x->dev_desc->als_mask | in iqs62x_dev_init() 150 iqs62x->dev_desc->ir_mask); in iqs62x_dev_init() 177 if (val >= iqs62x->dev_desc in iqs62x_dev_init() [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | iqs62x.c | 133 switch (iqs62x->dev_desc->prod_num) { in iqs62x_dev_init() 137 iqs62x->dev_desc->prox_settings, &val); in iqs62x_dev_init() 148 iqs62x->dev_desc->prox_mask | in iqs62x_dev_init() 149 iqs62x->dev_desc->sar_mask | in iqs62x_dev_init() 150 iqs62x->dev_desc->hall_mask | in iqs62x_dev_init() 151 iqs62x->dev_desc->hyst_mask | in iqs62x_dev_init() 152 iqs62x->dev_desc->temp_mask | in iqs62x_dev_init() 153 iqs62x->dev_desc->als_mask | in iqs62x_dev_init() 154 iqs62x->dev_desc->ir_mask); in iqs62x_dev_init() 181 if (val >= iqs62x->dev_desc in iqs62x_dev_init() [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | iqs7222.c | 1470 const struct iqs7222_dev_desc *dev_desc; member 1828 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; in iqs7222_dev_init() local 1829 int comms_offset = dev_desc->comms_offset; in iqs7222_dev_init() 1843 u16 reg = dev_desc->reg_grps[IQS7222_REG_GRP_FILT].base + 1; in iqs7222_dev_init() 1882 int num_row = dev_desc->reg_grps[i].num_row; in iqs7222_dev_init() 1883 int num_col = dev_desc->reg_grps[i].num_col; in iqs7222_dev_init() 1884 u16 reg = dev_desc->reg_grps[i].base; in iqs7222_dev_init() 1981 iqs7222->dev_desc = &iqs7222_devs[i]; in iqs7222_dev_info() 1999 const struct iqs7222_dev_desc *dev_desc in iqs7222_gpio_select() local 2250 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; iqs7222_parse_chan() local 2454 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; iqs7222_parse_sldr() local 2679 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; iqs7222_parse_tpad() local 2853 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; iqs7222_parse_all() local 2912 const struct iqs7222_dev_desc *dev_desc = iqs7222->dev_desc; iqs7222_report() local [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | iqs62x-keys.c | 106 switch (iqs62x->dev_desc->prod_num) { in iqs62x_keys_init() 121 event_mask |= iqs62x->dev_desc->prox_mask; in iqs62x_keys_init() 123 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init() 124 iqs62x->dev_desc->sar_mask); in iqs62x_keys_init() 127 ret = regmap_read(iqs62x->regmap, iqs62x->dev_desc->hall_flags, in iqs62x_keys_init() 145 event_mask |= iqs62x->dev_desc->hall_mask; in iqs62x_keys_init() 169 ret = regmap_read(iqs62x->regmap, iqs62x->dev_desc->interval, in iqs62x_keys_init() 273 input->name = iqs62x->dev_desc->dev_name; in iqs62x_keys_probe()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | iqs62x-keys.c | 109 switch (iqs62x->dev_desc->prod_num) { in iqs62x_keys_init() 124 event_mask |= iqs62x->dev_desc->prox_mask; in iqs62x_keys_init() 126 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init() 127 iqs62x->dev_desc->sar_mask); in iqs62x_keys_init() 130 ret = regmap_read(iqs62x->regmap, iqs62x->dev_desc->hall_flags, in iqs62x_keys_init() 148 event_mask |= iqs62x->dev_desc->hall_mask; in iqs62x_keys_init() 172 ret = regmap_read(iqs62x->regmap, iqs62x->dev_desc->interval, in iqs62x_keys_init() 276 input->name = iqs62x->dev_desc->dev_name; in iqs62x_keys_probe()
|
/kernel/linux/linux-5.10/drivers/iio/position/ |
H A D | iqs624-pos.c | 43 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) in iqs624_pos_angle_en() 67 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) in iqs624_pos_notifier() 117 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) in iqs624_pos_angle_get() 118 return regmap_read(iqs62x->regmap, iqs62x->dev_desc->interval, in iqs624_pos_angle_get() 149 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) { in iqs624_pos_read_raw() 252 indio_dev->name = iqs62x->dev_desc->dev_name; in iqs624_pos_probe()
|
/kernel/linux/linux-6.6/drivers/iio/position/ |
H A D | iqs624-pos.c | 43 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) in iqs624_pos_angle_en() 67 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) in iqs624_pos_notifier() 117 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) in iqs624_pos_angle_get() 118 return regmap_read(iqs62x->regmap, iqs62x->dev_desc->interval, in iqs624_pos_angle_get() 149 if (iqs62x->dev_desc->prod_num == IQS625_PROD_NUM) { in iqs624_pos_read_raw() 252 indio_dev->name = iqs62x->dev_desc->dev_name; in iqs624_pos_probe()
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | iqs621-als.c | 84 event_mask |= iqs62x->dev_desc->als_mask; in iqs621_als_init() 87 event_mask |= iqs62x->dev_desc->ir_mask; in iqs621_als_init() 283 ret = regmap_read(iqs62x->regmap, iqs62x->dev_desc->als_flags, &val); in iqs621_als_write_event_config() 291 iqs62x->dev_desc->als_mask, in iqs621_als_write_event_config() 300 iqs62x->dev_desc->als_mask, in iqs621_als_write_event_config() 314 iqs62x->dev_desc->ir_mask, in iqs621_als_write_event_config() 557 if (iqs62x->dev_desc->prod_num == IQS622_PROD_NUM) { in iqs621_als_probe() 585 indio_dev->name = iqs62x->dev_desc->dev_name; in iqs621_als_probe()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | iqs621-als.c | 84 event_mask |= iqs62x->dev_desc->als_mask; in iqs621_als_init() 87 event_mask |= iqs62x->dev_desc->ir_mask; in iqs621_als_init() 283 ret = regmap_read(iqs62x->regmap, iqs62x->dev_desc->als_flags, &val); in iqs621_als_write_event_config() 291 iqs62x->dev_desc->als_mask, in iqs621_als_write_event_config() 300 iqs62x->dev_desc->als_mask, in iqs621_als_write_event_config() 314 iqs62x->dev_desc->ir_mask, in iqs621_als_write_event_config() 557 if (iqs62x->dev_desc->prod_num == IQS622_PROD_NUM) { in iqs621_als_probe() 585 indio_dev->name = iqs62x->dev_desc->dev_name; in iqs621_als_probe()
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 27 struct usb_device_descriptor *ddesc = &udc->dev_desc; in get_gadget_descs() 75 char *desc_ptr = (char *) &udc->dev_desc; in dev_desc_read() 91 static BIN_ATTR_RO(dev_desc, sizeof(struct usb_device_descriptor));
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 27 struct usb_device_descriptor *ddesc = &udc->dev_desc; in get_gadget_descs() 75 char *desc_ptr = (char *) &udc->dev_desc; in dev_desc_read() 91 static BIN_ATTR_RO(dev_desc, sizeof(struct usb_device_descriptor));
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ite-cir.c | 1451 const struct ite_dev_params *dev_desc = NULL; in ite_probe() local 1485 dev_desc = &ite_dev_descs[model_no]; in ite_probe() 1486 io_rsrc_no = dev_desc->io_rsrc_no; in ite_probe() 1490 pnp_port_len(pdev, io_rsrc_no) != dev_desc->io_region_size) { in ite_probe() 1516 itdev->params = *dev_desc; in ite_probe() 1575 rdev->device_name = dev_desc->model; in ite_probe() 1590 dev_desc->io_region_size, ITE_DRIVER_NAME)) in ite_probe()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ite-cir.c | 1300 const struct ite_dev_params *dev_desc = NULL; in ite_probe() local 1331 dev_desc = &ite_dev_descs[model_no]; in ite_probe() 1332 io_rsrc_no = dev_desc->io_rsrc_no; in ite_probe() 1336 pnp_port_len(pdev, io_rsrc_no) < dev_desc->io_region_size) { in ite_probe() 1362 itdev->params = dev_desc; in ite_probe() 1390 rdev->device_name = dev_desc->model; in ite_probe() 1405 dev_desc->io_region_size, ITE_DRIVER_NAME)) in ite_probe()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | iqs620at-temp.c | 79 indio_dev->name = iqs62x->dev_desc->dev_name; in iqs620_temp_probe()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | iqs62x.h | 128 const struct iqs62x_dev_desc *dev_desc; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | iqs62x.h | 128 const struct iqs62x_dev_desc *dev_desc; member
|