Home
last modified time | relevance | path

Searched refs:info (Results 6076 - 6100 of 17488) sorted by relevance

1...<<241242243244245246247248249250>>...700

/kernel/linux/linux-5.10/sound/pci/rme9652/
H A Dhdsp.c24 #include <sound/info.h>
1637 .info = snd_hdsp_info_spdif_in, \
1694 .info = snd_hdsp_info_toggle_setting, \
1753 .info = snd_hdsp_info_spdif_sample_rate, \
1812 .info = snd_hdsp_info_system_sample_rate, \
1836 .info = snd_hdsp_info_autosync_sample_rate, \
1895 .info = snd_hdsp_info_system_clock_mode, \
1927 .info = snd_hdsp_info_clock_source, \
2084 .info = snd_hdsp_info_da_gain, \
2163 .info
4070 snd_hdsp_channel_info(struct snd_pcm_substream *substream, struct snd_pcm_channel_info *info) snd_hdsp_channel_info() argument
4719 struct hdsp_config_info info; snd_hdsp_hwdep_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devxfgpe.c347 * contains the info for the wake GPE associated with the in ACPI_EXPORT_SYMBOL()
675 * is set in the GPE info. in ACPI_EXPORT_SYMBOL()
1019 struct acpi_gpe_device_info info; in ACPI_EXPORT_SYMBOL() local
1034 info.index = index; in ACPI_EXPORT_SYMBOL()
1035 info.status = AE_NOT_EXIST; in ACPI_EXPORT_SYMBOL()
1036 info.gpe_device = NULL; in ACPI_EXPORT_SYMBOL()
1037 info.next_block_base_index = 0; in ACPI_EXPORT_SYMBOL()
1039 status = acpi_ev_walk_gpe_list(acpi_ev_get_gpe_device, &info); in ACPI_EXPORT_SYMBOL()
1044 *gpe_device = ACPI_CAST_PTR(acpi_handle, info.gpe_device); in ACPI_EXPORT_SYMBOL()
1045 return_ACPI_STATUS(info in ACPI_EXPORT_SYMBOL()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40_ll.c137 struct stedma40_half_channel_info *info, in d40_phy_fill_lli()
142 unsigned int data_width = info->data_width; in d40_phy_fill_lli()
143 int psize = info->psize; in d40_phy_fill_lli()
214 struct stedma40_half_channel_info *info, in d40_phy_buf_to_lli()
235 size_seg = d40_seg_size(size_rest, info->data_width, in d40_phy_buf_to_lli()
249 reg_cfg, info, flags); in d40_phy_buf_to_lli()
271 struct stedma40_half_channel_info *info, in d40_phy_sg_to_lli()
298 reg_cfg, info, otherinfo, flags); in d40_phy_sg_to_lli()
132 d40_phy_fill_lli(struct d40_phy_lli *lli, dma_addr_t data, u32 data_size, dma_addr_t next_lli, u32 reg_cfg, struct stedma40_half_channel_info *info, unsigned int flags) d40_phy_fill_lli() argument
212 d40_phy_buf_to_lli(struct d40_phy_lli *lli, dma_addr_t addr, u32 size, dma_addr_t lli_phys, dma_addr_t first_phys, u32 reg_cfg, struct stedma40_half_channel_info *info, struct stedma40_half_channel_info *otherinfo, unsigned long flags) d40_phy_buf_to_lli() argument
265 d40_phy_sg_to_lli(struct scatterlist *sg, int sg_len, dma_addr_t target, struct d40_phy_lli *lli_sg, dma_addr_t lli_phys, u32 reg_cfg, struct stedma40_half_channel_info *info, struct stedma40_half_channel_info *otherinfo, unsigned long flags) d40_phy_sg_to_lli() argument
/kernel/linux/linux-5.10/arch/mips/fw/cfe/
H A Dcfe_api.c223 int cfe_getfwinfo(cfe_fwinfo_t * info) in cfe_getfwinfo() argument
238 info->fwi_version = xiocb.plist.xiocb_fwinfo.fwi_version; in cfe_getfwinfo()
239 info->fwi_totalmem = xiocb.plist.xiocb_fwinfo.fwi_totalmem; in cfe_getfwinfo()
240 info->fwi_flags = xiocb.plist.xiocb_fwinfo.fwi_flags; in cfe_getfwinfo()
241 info->fwi_boardid = xiocb.plist.xiocb_fwinfo.fwi_boardid; in cfe_getfwinfo()
242 info->fwi_bootarea_va = xiocb.plist.xiocb_fwinfo.fwi_bootarea_va; in cfe_getfwinfo()
243 info->fwi_bootarea_pa = xiocb.plist.xiocb_fwinfo.fwi_bootarea_pa; in cfe_getfwinfo()
244 info->fwi_bootarea_size = in cfe_getfwinfo()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dtavorevb.c425 struct fb_info *info = container_of(var, struct fb_info, var); in ltm020d550_lcd_power() local
428 pxafb_smart_queue(info, ARRAY_AND_SIZE(panel_init)); in ltm020d550_lcd_power()
429 pxafb_smart_queue(info, ARRAY_AND_SIZE(panel_on)); in ltm020d550_lcd_power()
431 pxafb_smart_queue(info, ARRAY_AND_SIZE(panel_off)); in ltm020d550_lcd_power()
434 if (pxafb_smart_flush(info)) in ltm020d550_lcd_power()
438 static void ltm020d550_update(struct fb_info *info) in ltm020d550_update() argument
440 pxafb_smart_queue(info, ARRAY_AND_SIZE(update_framedata)); in ltm020d550_update()
441 pxafb_smart_flush(info); in ltm020d550_update()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpublic_key.c152 struct kernel_pkey_query *info) in software_key_query()
188 info->key_size = len * 8; in software_key_query()
189 info->max_data_size = len; in software_key_query()
190 info->max_sig_size = len; in software_key_query()
191 info->max_enc_size = len; in software_key_query()
192 info->max_dec_size = len; in software_key_query()
193 info->supported_ops = (KEYCTL_SUPPORTS_ENCRYPT | in software_key_query()
196 info->supported_ops |= (KEYCTL_SUPPORTS_DECRYPT | in software_key_query()
151 software_key_query(const struct kernel_pkey_params *params, struct kernel_pkey_query *info) software_key_query() argument
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ppi.c189 static char *info[] = { in tpm_show_ppi_transition_action() local
213 if (ret < ARRAY_SIZE(info) - 1) in tpm_show_ppi_transition_action()
214 status = scnprintf(buf, PAGE_SIZE, "%d: %s\n", ret, info[ret]); in tpm_show_ppi_transition_action()
217 info[ARRAY_SIZE(info)-1]); in tpm_show_ppi_transition_action()
291 static char *info[] = { in show_ppi_operations() local
316 if (ret > 0 && ret < ARRAY_SIZE(info)) in show_ppi_operations()
318 i, ret, info[ret]); in show_ppi_operations()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubp.c325 const union dc_tiling_info *info, in hubp3_program_tiling()
329 NUM_PIPES, log_2(info->gfx9.num_pipes), in hubp3_program_tiling()
330 PIPE_INTERLEAVE, info->gfx9.pipe_interleave, in hubp3_program_tiling()
331 MAX_COMPRESSED_FRAGS, log_2(info->gfx9.max_compressed_frags), in hubp3_program_tiling()
332 NUM_PKRS, log_2(info->gfx9.num_pkrs)); in hubp3_program_tiling()
335 SW_MODE, info->gfx9.swizzle, in hubp3_program_tiling()
336 META_LINEAR, info->gfx9.meta_linear, in hubp3_program_tiling()
337 PIPE_ALIGNED, info->gfx9.pipe_aligned); in hubp3_program_tiling()
323 hubp3_program_tiling( struct dcn20_hubp *hubp2, const union dc_tiling_info *info, const enum surface_pixel_format pixel_format) hubp3_program_tiling() argument
/kernel/linux/linux-6.6/arch/mips/fw/cfe/
H A Dcfe_api.c228 int cfe_getfwinfo(cfe_fwinfo_t * info) in cfe_getfwinfo() argument
243 info->fwi_version = xiocb.plist.xiocb_fwinfo.fwi_version; in cfe_getfwinfo()
244 info->fwi_totalmem = xiocb.plist.xiocb_fwinfo.fwi_totalmem; in cfe_getfwinfo()
245 info->fwi_flags = xiocb.plist.xiocb_fwinfo.fwi_flags; in cfe_getfwinfo()
246 info->fwi_boardid = xiocb.plist.xiocb_fwinfo.fwi_boardid; in cfe_getfwinfo()
247 info->fwi_bootarea_va = xiocb.plist.xiocb_fwinfo.fwi_bootarea_va; in cfe_getfwinfo()
248 info->fwi_bootarea_pa = xiocb.plist.xiocb_fwinfo.fwi_bootarea_pa; in cfe_getfwinfo()
249 info->fwi_bootarea_size = in cfe_getfwinfo()
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c101 .info = (SNDRV_PCM_INFO_MMAP |
270 struct snd_ctl_elem_info *info) in snd_solo_capture_volume_info()
272 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_solo_capture_volume_info()
273 info->count = 1; in snd_solo_capture_volume_info()
274 info->value.integer.min = 0; in snd_solo_capture_volume_info()
275 info->value.integer.max = 15; in snd_solo_capture_volume_info()
276 info->value.integer.step = 1; in snd_solo_capture_volume_info()
311 .info = snd_solo_capture_volume_info,
269 snd_solo_capture_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *info) snd_solo_capture_volume_info() argument
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-input.c587 struct i2c_board_info info; in cx88_i2c_init_ir() local
602 memset(&info, 0, sizeof(struct i2c_board_info)); in cx88_i2c_init_ir()
603 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in cx88_i2c_init_ir()
623 info.platform_data = NULL; in cx88_i2c_init_ir()
628 strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE); in cx88_i2c_init_ir()
635 info.platform_data = &core->init_data; in cx88_i2c_init_ir()
640 info.addr = *addrp; in cx88_i2c_init_ir()
641 i2c_new_client_device(&core->i2c_adap, &info); in cx88_i2c_init_ir()
/kernel/linux/linux-5.10/drivers/soc/renesas/
H A Drcar-sysc.c355 const struct rcar_sysc_info *info; in rcar_sysc_pd_init() local
367 info = match->data; in rcar_sysc_pd_init()
369 if (info->init) { in rcar_sysc_pd_init()
370 error = info->init(); in rcar_sysc_pd_init()
388 rcar_sysc_extmask_offs = info->extmask_offs; in rcar_sysc_pd_init()
389 rcar_sysc_extmask_val = info->extmask_val; in rcar_sysc_pd_init()
401 for (i = 0; i < info->num_areas; i++) { in rcar_sysc_pd_init()
402 const struct rcar_sysc_area *area = &info->areas[i]; in rcar_sysc_pd_init()
/kernel/linux/linux-5.10/drivers/staging/vt6656/
H A Dusbpipe.c145 struct ieee80211_tx_info *info; in vnt_int_report_rate() local
157 info = IEEE80211_SKB_CB(context->skb); in vnt_int_report_rate()
158 idx = info->control.rates[0].idx; in vnt_int_report_rate()
160 ieee80211_tx_info_clear_status(info); in vnt_int_report_rate()
162 info->status.rates[0].count = tx_retry; in vnt_int_report_rate()
165 info->status.rates[0].idx = idx; in vnt_int_report_rate()
167 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) in vnt_int_report_rate()
168 info->flags |= IEEE80211_TX_STAT_ACK; in vnt_int_report_rate()
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-sme.c66 struct iw_request_info *info, in cfg80211_mgd_wext_siwfreq()
117 struct iw_request_info *info, in cfg80211_mgd_wext_giwfreq()
145 struct iw_request_info *info, in cfg80211_mgd_wext_siwessid()
201 struct iw_request_info *info, in cfg80211_mgd_wext_giwessid()
240 struct iw_request_info *info, in cfg80211_mgd_wext_siwap()
291 struct iw_request_info *info, in cfg80211_mgd_wext_giwap()
313 struct iw_request_info *info, in cfg80211_wext_siwgenie()
363 struct iw_request_info *info, in cfg80211_wext_siwmlme()
65 cfg80211_mgd_wext_siwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *wextfreq, char *extra) cfg80211_mgd_wext_siwfreq() argument
116 cfg80211_mgd_wext_giwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra) cfg80211_mgd_wext_giwfreq() argument
144 cfg80211_mgd_wext_siwessid(struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid) cfg80211_mgd_wext_siwessid() argument
200 cfg80211_mgd_wext_giwessid(struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid) cfg80211_mgd_wext_giwessid() argument
239 cfg80211_mgd_wext_siwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra) cfg80211_mgd_wext_siwap() argument
290 cfg80211_mgd_wext_giwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra) cfg80211_mgd_wext_giwap() argument
312 cfg80211_wext_siwgenie(struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra) cfg80211_wext_siwgenie() argument
362 cfg80211_wext_siwmlme(struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra) cfg80211_wext_siwmlme() argument
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_mem.c11 #include <sound/info.h>
125 struct snd_gf1_bank_info *info = w_16 ? alloc->banks_16 : alloc->banks_8; in snd_gf1_mem_find() local
141 while (pblock->ptr >= (boundary = info[idx].address + info[idx].size)) in snd_gf1_mem_find()
143 while (pblock->ptr + pblock->size >= (boundary = info[idx].address + info[idx].size)) in snd_gf1_mem_find()
163 if (size <= info[idx].size) { in snd_gf1_mem_find()
165 block->ptr = info[idx].address; in snd_gf1_mem_find()
/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_proc.c25 unsigned short info, sense_info; in snd_ac97_proc_read_functions() local
38 info = snd_ac97_read(ac97, AC97_FUNC_INFO); in snd_ac97_proc_read_functions()
39 if (!(info & 0x0001)) in snd_ac97_proc_read_functions()
48 (info & 0x8000 ? -1 : 1) * ((info & 0x7000) >> 12) * 3 / 2, in snd_ac97_proc_read_functions()
49 ((info & 0x0800) >> 11) * 5, in snd_ac97_proc_read_functions()
50 info & 0x0400 ? 'X' : '-', in snd_ac97_proc_read_functions()
51 (info & 0x03e0) >> 5, in snd_ac97_proc_read_functions()
/kernel/linux/linux-5.10/scripts/
H A Dinsert-sys-cert.c33 #define info(format, args...) fprintf(stderr, "INFO: " format, ## args) macro
262 info("sym: %s\n", s->name); in print_sym()
263 info("addr: 0x%lx\n", s->address); in print_sym()
264 info("size: %d\n", s->size); in print_sym()
265 info("offset: 0x%lx\n", (unsigned long)s->offset); in print_sym()
365 info("Symbol table found.\n"); in main()
405 info("Inserted the contents of %s into %lx.\n", cert_file, in main()
407 info("Used %d bytes out of %d bytes reserved.\n", *used, in main()
/kernel/linux/linux-5.10/kernel/events/
H A Dhw_breakpoint.c140 struct bp_cpuinfo *info = get_bp_info(cpu, type); in fetch_bp_busy_slots() local
143 nr = info->cpu_pinned; in fetch_bp_busy_slots()
152 nr = info->flexible; in fetch_bp_busy_slots()
243 * (per_cpu(info->flexible, cpu) || (per_cpu(info->cpu_pinned, cpu)
244 * + max(per_cpu(info->tsk_pinned, cpu)))) < HBP_NUM
254 * (per_cpu(info->flexible, *) || (max(per_cpu(info->cpu_pinned, *))
255 * + max(per_cpu(info->tsk_pinned, *)))) < HBP_NUM
266 * ((per_cpu(info
687 struct bp_cpuinfo *info = get_bp_info(cpu, i); init_hw_breakpoint() local
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dcommon.c384 int __ethtool_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) in __ethtool_get_ts_info() argument
389 memset(info, 0, sizeof(*info)); in __ethtool_get_ts_info()
390 info->cmd = ETHTOOL_GET_TS_INFO; in __ethtool_get_ts_info()
393 return phy_ts_info(phydev, info); in __ethtool_get_ts_info()
395 return ops->get_ts_info(dev, info); in __ethtool_get_ts_info()
397 info->so_timestamping = SOF_TIMESTAMPING_RX_SOFTWARE | in __ethtool_get_ts_info()
399 info->phc_index = -1; in __ethtool_get_ts_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h147 * 0x0f laptop panel info - low nibble for PEXTDEV_BOOT_0 strap
173 if (head && drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) in NVReadPRMVIO()
188 if (head && drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) in NVWritePRMVIO()
264 if (drm->client.device.info.chipset == 0x11) in nv_heads_tied()
320 if (drm->client.device.info.chipset == 0x11 && !nv_heads_tied(dev)) in NVLockVgaCrtcs()
337 return drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS ? NV10_CURSOR_SIZE : NV04_CURSOR_SIZE; in nv_cursor_width()
359 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) { in nv_set_crtc_base()
384 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) in nv_show_cursor()
400 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) in nv_pitch_align()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c336 data = nvbios_connEp(bios, outp->info.connector, &ver, &hdr, in nvkm_disp_oneinit()
346 int ccb_index = outp->info.i2c_index; in nvkm_disp_oneinit()
349 if (pair->info.i2c_index == ccb_index) { in nvkm_disp_oneinit()
364 i = outp->info.connector; in nvkm_disp_oneinit()
369 if (conn->index == outp->info.connector) { in nvkm_disp_oneinit()
407 if (outp->conn->info.type == DCB_CONNECTOR_LVDS || in nvkm_disp_oneinit()
408 outp->conn->info.type == DCB_CONNECTOR_eDP) { in nvkm_disp_oneinit()
409 ior = nvkm_ior_find(disp, SOR, ffs(outp->info.or) - 1); in nvkm_disp_oneinit()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dopera1.c43 "set debugging level (1=info,xfer=2,pll=4,ts=8,err=16,rc=32,fw=64 (or-able))."
96 info("no usb_device"); in opera1_usb_i2c_msgxfer()
151 info("sending i2c message %d %d", tmp, msg[i].len); in opera1_i2c_xfer()
270 info("not attached stv0299"); in opera1_frontend_attach()
288 info("power %s", onoff ? "on" : "off"); in opera1_power_ctrl()
301 info("streaming %s", onoff ? "on" : "off"); in opera1_streaming_ctrl()
314 info("pidfilter index: %d pid: %d %s", index, pid, in opera1_pid_filter()
331 info("%s hw-pidfilter", onoff ? "enable" : "disable"); in opera1_pid_filter_control()
450 info("start downloading fpga firmware %s",filename); in opera1_xilinx_load_firmware()
H A Ddvb-usb-init.c16 MODULE_PARM_DESC(debug, "set debugging level (1=info,xfer=2,pll=4,ts=8,err=16,rc=32,fw=64,mem=128,uxfer=256 (or-able))." DVB_USB_DEBUG_STATUS);
48 info("will use the device's hardware PID filter (table count: %d).", props->pid_filter_count); in dvb_usb_adapter_init()
52 info("will pass the complete MPEG2 transport stream to the software demuxer."); in dvb_usb_adapter_init()
60 info("pid filter enabled by module option."); in dvb_usb_adapter_init()
297 info("found a '%s' in cold state, will try to load a firmware", desc->name); in dvb_usb_device_init()
303 info("found a '%s' in warm state.", desc->name); in dvb_usb_device_init()
312 info("%s error while loading driver (%d)", desc->name, ret); in dvb_usb_device_init()
319 info("%s successfully initialized and connected.", desc->name); in dvb_usb_device_init()
342 info("%s successfully deinitialized and disconnected.", name); in dvb_usb_device_exit()
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dravb_ptp.c94 ptp.info); in ravb_ptp_adjfreq()
130 ptp.info); in ravb_ptp_adjtime()
151 ptp.info); in ravb_ptp_gettime64()
166 ptp.info); in ravb_ptp_settime64()
181 ptp.info); in ravb_ptp_extts()
215 ptp.info); in ravb_ptp_perout()
335 priv->ptp.info = ravb_ptp_info; in ravb_ptp_init()
345 priv->ptp.clock = ptp_clock_register(&priv->ptp.info, &pdev->dev); in ravb_ptp_init()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dgl861.c415 const struct i2c_board_info *info; in friio_frontend_attach() local
421 info = &friio_config.demod_info; in friio_frontend_attach()
424 cl = dvb_module_probe("tc90522", info->type, in friio_frontend_attach()
425 &d->i2c_adap, info->addr, &cfg); in friio_frontend_attach()
447 const struct i2c_board_info *info; in friio_tuner_attach() local
453 info = &friio_config.tuner_info; in friio_tuner_attach()
457 cl = dvb_module_probe("dvb_pll", info->type, in friio_tuner_attach()
458 priv->demod_sub_i2c, info->addr, &cfg); in friio_tuner_attach()

Completed in 27 milliseconds

1...<<241242243244245246247248249250>>...700