Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 19 of 19) sorted by relevance

/drivers/usb/host/
A Dohci-pxa27x.c223 if (inf->flags & ENABLE_PORT1) in pxa27x_setup_hc()
226 if (inf->flags & ENABLE_PORT2) in pxa27x_setup_hc()
248 if (inf->power_on_delay) { in pxa27x_setup_hc()
272 inf = dev_get_platdata(dev); in pxa27x_start_hc()
288 if (inf->init) in pxa27x_start_hc()
289 retval = inf->init(dev); in pxa27x_start_hc()
310 inf = dev_get_platdata(dev); in pxa27x_stop_hc()
312 if (inf->exit) in pxa27x_stop_hc()
313 inf->exit(dev); in pxa27x_stop_hc()
420 if (!inf) in ohci_hcd_pxa27x_probe()
[all …]
/drivers/video/fbdev/
A Dpxafb.c464 struct pxafb_mach_info *inf = fbi->inf; in pxafb_check_var() local
1220 struct pxafb_mach_info *inf = fbi->inf; in setup_smart_timing() local
1248 struct pxafb_mach_info *inf = fbi->inf; in pxafb_smart_thread() local
1790 fbi->inf = inf; in pxafb_init_fbinfo()
1878 inf->modes[0].xres = xres; inf->modes[0].yres = yres; in parse_opt_mode()
1973 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt()
1975 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt()
1977 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt()
1979 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()
1981 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt()
[all …]
A Dsa1100fb.c304 if (fbi->inf->cmap_inverse) { in sa1100fb_setcolreg()
378 var->xres = fbi->inf->xres; in sa1100fb_check_var()
380 var->yres = fbi->inf->yres; in sa1100fb_check_var()
427 if (fbi->inf->set_visual) in sa1100fb_set_visual()
733 if (fbi->inf->lcd_power) in __sa1100fb_lcd_power()
734 fbi->inf->lcd_power(on); in __sa1100fb_lcd_power()
1106 inf->pixclock == 0) in sa1100fb_init_fbinfo()
1126 fbi->fb.fix.smem_len = inf->xres * inf->yres * in sa1100fb_init_fbinfo()
1127 inf->bpp / 8; in sa1100fb_init_fbinfo()
1128 fbi->inf = inf; in sa1100fb_init_fbinfo()
[all …]
A Dsm501fb.c178 ptr = inf->fbmem_len - size; in sm501_alloc_mem()
179 inf->fbmem_len = ptr; /* adjust available memory. */ in sm501_alloc_mem()
183 if (size > inf->fbmem_len) in sm501_alloc_mem()
186 ptr = inf->fbmem_len - size; in sm501_alloc_mem()
187 fbi = inf->fb[HEAD_CRT]; in sm501_alloc_mem()
207 fbi = inf->fb[HEAD_PANEL]; in sm501_alloc_mem()
212 end = inf->fbmem_len; in sm501_alloc_mem()
220 fbi = inf->fb[HEAD_CRT]; in sm501_alloc_mem()
223 fbi = inf->fb[HEAD_PANEL]; in sm501_alloc_mem()
228 end = inf->fbmem_len; in sm501_alloc_mem()
[all …]
A Dsa1100fb.h72 const struct sa1100fb_mach_info *inf; member
A Dpxafb.h173 struct pxafb_mach_info *inf; member
/drivers/perf/
A Dxgene_pmu.c91 struct hw_pmu_info *inf; member
140 struct hw_pmu_info inf; member
1127 pmu->inf = &ctx->inf; in xgene_pmu_dev_add()
1450 struct hw_pmu_info *inf; in acpi_get_pmu_hw_inf() local
1501 inf = &ctx->inf; in acpi_get_pmu_hw_inf()
1502 inf->type = type; in acpi_get_pmu_hw_inf()
1503 inf->csr = dev_csr; in acpi_get_pmu_hw_inf()
1564 switch (ctx->inf.type) { in acpi_pmu_dev_add()
1648 inf = &ctx->inf; in fdt_get_pmu_hw_inf()
1649 inf->type = type; in fdt_get_pmu_hw_inf()
[all …]
/drivers/memory/
A Ddfl-emif.c107 static struct emif_attr emif_attr_##inf##_index##_##_name = \
108 { .attr = __ATTR(inf##_index##_##_name, 0444, \
113 static struct emif_attr emif_attr_##inf##_index##_clear = \
114 { .attr = __ATTR(inf##_index##_clear, 0200, \
/drivers/iio/amplifiers/
A Dad8366.c166 const struct ad8366_info *inf = st->info; in ad8366_write_raw() local
176 if (gain > inf->gain_max || gain < inf->gain_min) in ad8366_write_raw()
A Dhmc425a.c70 const struct hmc425a_chip_info *inf = st->chip_info; in gain_dB_to_code() local
78 if (gain > inf->gain_max || gain < inf->gain_min) in gain_dB_to_code()
/drivers/s390/cio/
A Ddevice_pgid.c142 pgid->inf.fc = fn; in spid_build_cp()
315 if (pgid->inf.ps.state2 == SNID_STATE2_RESVD_ELSE) in pgid_analyze()
348 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm()
351 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
355 if (pgid->inf.ps.state3 != SNID_STATE3_MULTI_PATH) in pgid_to_donepm()
358 if (pgid->inf.ps.state3 != SNID_STATE3_SINGLE_PATH) in pgid_to_donepm()
A Dcss.h70 } __attribute__ ((packed)) inf; member
/drivers/usb/gadget/udc/
A Dfsl_qe_udc.h231 #define frame_set_info(frm, inf) (frm->info = inf) argument
/drivers/edac/
A Dsynopsys_edac.c772 struct sysinfo inf; in get_memsize() local
774 si_meminfo(&inf); in get_memsize()
776 return inf.totalram * inf.mem_unit; in get_memsize()
/drivers/gpu/drm/tegra/
A Ddc.c131 fixed20_12 inf = dfixed_init(in); in compute_dda_inc() local
153 inf.full -= dfixed_const(1); in compute_dda_inc()
155 dda_inc = dfixed_div(inf, outf); in compute_dda_inc()
163 fixed20_12 inf = dfixed_init(in); in compute_initial_dda() local
164 return dfixed_frac(inf); in compute_initial_dda()
/drivers/ntb/hw/mscc/
A Dntb_hw_switchtec.c457 struct ntb_info_regs __iomem *inf = sndev->mmio_ntb; in crosslink_is_enabled() local
459 return ioread8(&inf->ntp_info[sndev->peer_partition].xlink_enabled); in crosslink_is_enabled()
/drivers/w1/slaves/
A Dw1_therm.c1204 struct therm_info inf, in conv_time_measure() local
1205 *info = &inf; in conv_time_measure()
/drivers/usb/gadget/
A DKconfig314 To make MS-Windows work with this, use Documentation/usb/linux.inf
/drivers/usb/gadget/legacy/
A DKconfig168 To make MS-Windows work with this, use Documentation/usb/linux.inf

Completed in 844 milliseconds