Searched defs:ipd (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/ehca/
H A Dehca_av.c53 enum ib_rate path_rate, u32 *ipd)
60 *ipd = 0;
80 *ipd = 0;
83 *ipd = ((link + (path >> 1)) / path) - 1;
107 u32 ipd; local
109 ah_attr->static_rate, &ipd)) {
113 av->av.ipd = ipd;
115 av->av.ipd = ehca_static_rate;
179 new_ehca_av.ipd
52 ehca_calc_ipd(struct ehca_shca *shca, int port, enum ib_rate path_rate, u32 *ipd) argument
[all...]
H A Dehca_qes.h77 u8 ipd; member in struct:ehca_ud_av
/drivers/staging/media/dt3155v4l/
H A Ddt3155v4l.c313 struct dt3155_priv *ipd = dev_id; local
318 tmp = ioread32(ipd->regs + INT_CSR) & (FLD_START | FLD_END_ODD);
323 ipd->regs + INT_CSR);
324 ipd->field_count++;
328 ipd->stats.start_before_end++;
330 /* write_i2c_reg(ipd->regs, EVEN_CSR, CSR_ERROR | CSR_DONE); */
331 /* write_i2c_reg(ipd->regs, ODD_CSR, CSR_ERROR | CSR_DONE); */
332 tmp = ioread32(ipd->regs + CSR1) & (FLD_CRPT_EVEN | FLD_CRPT_ODD);
334 ipd->stats.corrupted_fields++;
338 ipd
[all...]
/drivers/platform/x86/
H A Dasus-laptop.c436 static void pega_accel_poll(struct input_polled_dev *ipd) argument
438 struct device *parent = ipd->input->dev.parent;
447 input_report_abs(ipd->input, ABS_X, 0);
448 input_report_abs(ipd->input, ABS_Y, 0);
449 input_report_abs(ipd->input, ABS_Z, 0);
450 input_sync(ipd->input);
461 input_report_abs(ipd->input, ABS_X, -asus->pega_acc_x);
462 input_report_abs(ipd->input, ABS_Y, -asus->pega_acc_y);
463 input_report_abs(ipd->input, ABS_Z, asus->pega_acc_z);
464 input_sync(ipd
479 struct input_polled_dev *ipd; local
[all...]

Completed in 1910 milliseconds