/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-driver.c | 202 struct i2c_board_info info; in init_i2c_module() local 204 memset(&info, 0, sizeof(info)); in init_i2c_module() 205 strscpy(info.type, i2c->type, sizeof(info.type)); in init_i2c_module() 206 info.addr = i2c->addr; in init_i2c_module() 207 info.flags = i2c->flags; in init_i2c_module() 209 sd = v4l2_i2c_new_subdev_board(v4l2_dev, adapter, &info, NULL); in init_i2c_module()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_wcnss.c | 428 const struct wcnss_vreg_info *info, in wcnss_init_regulators() 441 info += num_pd_vregs; in wcnss_init_regulators() 452 bulk[i].supply = info[i].name; in wcnss_init_regulators() 459 if (info[i].max_voltage) in wcnss_init_regulators() 461 info[i].min_voltage, in wcnss_init_regulators() 462 info[i].max_voltage); in wcnss_init_regulators() 464 if (info[i].load_uA) in wcnss_init_regulators() 465 regulator_set_load(bulk[i].consumer, info[i].load_uA); in wcnss_init_regulators() 427 wcnss_init_regulators(struct qcom_wcnss *wcnss, const struct wcnss_vreg_info *info, int num_vregs, int num_pd_vregs) wcnss_init_regulators() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 276 struct isst_if_platform_info info; in isst_if_get_platform_info() local 278 info.api_version = isst_if_api_version; in isst_if_get_platform_info() 279 info.driver_version = ISST_IF_DRIVER_VERSION; in isst_if_get_platform_info() 280 info.max_cmds_per_ioctl = ISST_IF_CMD_LIMIT; in isst_if_get_platform_info() 281 info.mbox_supported = punit_callbacks[ISST_IF_DEV_MBOX].registered; in isst_if_get_platform_info() 282 info.mmio_supported = punit_callbacks[ISST_IF_DEV_MMIO].registered; in isst_if_get_platform_info() 284 if (copy_to_user(argp, &info, sizeof(info))) in isst_if_get_platform_info()
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | pipe.c | 675 struct usbhs_pipe_info *info = usbhs_priv_to_pipeinfo(priv); in usbhs_pipe_init() local 689 info->dma_map_ctrl = dma_map_ctrl; in usbhs_pipe_init() 809 struct usbhs_pipe_info *info = usbhs_priv_to_pipeinfo(priv); in usbhs_pipe_probe() local 823 info->pipe = kcalloc(pipe_size, sizeof(struct usbhs_pipe), in usbhs_pipe_probe() 825 if (!info->pipe) in usbhs_pipe_probe() 828 info->size = pipe_size; in usbhs_pipe_probe() 848 struct usbhs_pipe_info *info = usbhs_priv_to_pipeinfo(priv); in usbhs_pipe_remove() local 850 kfree(info->pipe); in usbhs_pipe_remove()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | net_failover.c | 435 struct netdev_lag_lower_state_info info; in net_failover_lower_state_changed() local 438 info.link_up = true; in net_failover_lower_state_changed() 440 info.link_up = false; in net_failover_lower_state_changed() 444 info.tx_enabled = true; in net_failover_lower_state_changed() 446 info.tx_enabled = false; in net_failover_lower_state_changed() 450 info.tx_enabled = false; in net_failover_lower_state_changed() 452 info.tx_enabled = true; in net_failover_lower_state_changed() 455 netdev_lower_state_changed(slave_dev, &info); in net_failover_lower_state_changed()
|
/kernel/linux/linux-6.6/drivers/phy/broadcom/ |
H A D | phy-brcm-usb.c | 474 const struct match_chip_info *info; in brcm_usb_phy_probe() local 486 info = of_device_get_match_data(&pdev->dev); in brcm_usb_phy_probe() 487 if (!info) in brcm_usb_phy_probe() 490 info->init_func(&priv->ini); in brcm_usb_phy_probe() 514 if (info->required_regs[x] >= BRCM_REGS_MAX) in brcm_usb_phy_probe() 517 err = brcm_usb_get_regs(pdev, info->required_regs[x], in brcm_usb_phy_probe() 522 if (info->optional_reg) { in brcm_usb_phy_probe() 523 err = brcm_usb_get_regs(pdev, info->optional_reg, in brcm_usb_phy_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9322.c | 643 struct drm_display_info *info; in ili9322_get_modes() local 645 info = &connector->display_info; in ili9322_get_modes() 646 info->width_mm = ili->conf->width_mm; in ili9322_get_modes() 647 info->height_mm = ili->conf->height_mm; in ili9322_get_modes() 649 info->bus_flags |= DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE; in ili9322_get_modes() 651 info->bus_flags |= DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE; in ili9322_get_modes() 654 info->bus_flags |= DRM_BUS_FLAG_DE_HIGH; in ili9322_get_modes() 656 info->bus_flags |= DRM_BUS_FLAG_DE_LOW; in ili9322_get_modes()
|
H A D | panel-ilitek-ili9341.c | 441 struct drm_display_info *info; in ili9341_dpi_get_modes() local 443 info = &connector->display_info; in ili9341_dpi_get_modes() 444 info->width_mm = ili->conf->mode.width_mm; in ili9341_dpi_get_modes() 445 info->height_mm = ili->conf->mode.height_mm; in ili9341_dpi_get_modes() 448 info->bus_flags |= DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE; in ili9341_dpi_get_modes() 450 info->bus_flags |= DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE; in ili9341_dpi_get_modes() 453 info->bus_flags |= DRM_BUS_FLAG_DE_LOW; in ili9341_dpi_get_modes() 455 info->bus_flags |= DRM_BUS_FLAG_DE_HIGH; in ili9341_dpi_get_modes()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5755.c | 399 struct iio_chan_spec const *chan, long info, bool write, in ad5755_chan_reg_info() 402 switch (info) { in ad5755_chan_reg_info() 435 const struct iio_chan_spec *chan, int *val, int *val2, long info) in ad5755_read_raw() 442 switch (info) { in ad5755_read_raw() 452 ret = ad5755_chan_reg_info(st, chan, info, false, in ad5755_read_raw() 470 const struct iio_chan_spec *chan, int val, int val2, long info) in ad5755_write_raw() 476 ret = ad5755_chan_reg_info(st, chan, info, true, in ad5755_write_raw() 832 indio_dev->info = &ad5755_info; in ad5755_probe() 398 ad5755_chan_reg_info(struct ad5755_state *st, struct iio_chan_spec const *chan, long info, bool write, unsigned int *reg, unsigned int *shift, unsigned int *offset) ad5755_chan_reg_info() argument 434 ad5755_read_raw(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, int *val, int *val2, long info) ad5755_read_raw() argument 469 ad5755_write_raw(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, int val, int val2, long info) ad5755_write_raw() argument
|
/kernel/linux/linux-6.6/drivers/iio/common/cros_ec_sensors/ |
H A D | cros_ec_sensors_core.c | 228 u8 sensor_num = st->param.info.sensor_num; in cros_ec_sensors_core_clean() 288 state->param.info.sensor_num = sensor_platform->sensor_num; in cros_ec_sensors_core_init() 291 dev_warn(dev, "Can not access sensor info\n"); in cros_ec_sensors_core_init() 294 state->type = state->resp->info.type; in cros_ec_sensors_core_init() 295 loc = state->resp->info.location; in cros_ec_sensors_core_init() 311 get_default_min_max_freq(state->resp->info.type, in cros_ec_sensors_core_init() 317 get_default_min_max_freq(state->resp->info.type, in cros_ec_sensors_core_init() 474 return snprintf(buf, PAGE_SIZE, "%d\n", st->param.info.sensor_num); in cros_ec_sensors_id() 509 (1 + idx + st->param.info.sensor_num * in cros_ec_sensors_idx_to_reg()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | request_key.c | 80 static int umh_keys_init(struct subprocess_info *info, struct cred *cred) in umh_keys_init() argument 82 struct key *keyring = info->data; in umh_keys_init() 90 static void umh_keys_cleanup(struct subprocess_info *info) in umh_keys_cleanup() argument 92 struct key *keyring = info->data; in umh_keys_cleanup() 102 struct subprocess_info *info; in call_usermodehelper_keys() local 104 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys() 107 if (!info) in call_usermodehelper_keys() 111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | isight.c | 249 .info = SNDRV_PCM_INFO_MMAP | in isight_open() 466 struct snd_ctl_elem_info *info) in isight_gain_info() 470 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in isight_gain_info() 471 info->count = 1; in isight_gain_info() 472 info->value.integer.min = isight->gain_min; in isight_gain_info() 473 info->value.integer.max = isight->gain_max; in isight_gain_info() 539 .info = isight_gain_info, in isight_create_mixer() 546 .info = snd_ctl_boolean_mono_info, in isight_create_mixer() 465 isight_gain_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) isight_gain_info() argument
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | prodigy192.c | 353 .info = stac9460_dac_mute_info, 364 .info = stac9460_dac_vol_info, 374 .info = stac9460_dac_mute_info, 384 .info = stac9460_dac_vol_info, 393 .info = stac9460_adc_mute_info, 404 .info = stac9460_adc_vol_info, 412 .info = stac9460_mic_sw_info, 585 .info = ak4114_input_sw_info,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | vht.c | 230 /* Copy peer MCS info, the driver might need them. */ in ieee80211_vht_cap_ie_to_sta_vht_cap() 366 u8 info; in ieee80211_sta_cap_rx_bw() local 373 info = eht_cap->eht_cap_elem.phy_cap_info[0]; in ieee80211_sta_cap_rx_bw() 375 if (info & IEEE80211_EHT_PHY_CAP0_320MHZ_IN_6GHZ) { in ieee80211_sta_cap_rx_bw() 381 info = he_cap->he_cap_elem.phy_cap_info[0]; in ieee80211_sta_cap_rx_bw() 384 if (info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_IN_2G) in ieee80211_sta_cap_rx_bw() 391 if (info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_160MHZ_IN_5G || in ieee80211_sta_cap_rx_bw() 392 info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_80PLUS80_MHZ_IN_5G) in ieee80211_sta_cap_rx_bw() 394 else if (info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_80MHZ_IN_5G) in ieee80211_sta_cap_rx_bw()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_drv_interface.c | 223 dev_err(dev, "stream info is NULL for str %d!!!\n", str_id); in sst_cdev_close() 460 dev_err(ctx->dev, "stream info is NULL for str %d!!!\n", str_id); in sst_close_pcm_stream() 478 struct pcm_stream_info *info, in sst_calc_tstamp() 503 info->buffer_ptr = pointer_samples / substream->runtime->channels; in sst_calc_tstamp() 505 info->pcm_delay = delay_frames; in sst_calc_tstamp() 507 info->buffer_ptr, info->pcm_delay); in sst_calc_tstamp() 511 static int sst_read_timestamp(struct device *dev, struct pcm_stream_info *info) in sst_read_timestamp() argument 520 str_id = info->str_id; in sst_read_timestamp() 534 return sst_calc_tstamp(ctx, info, substrea in sst_read_timestamp() 477 sst_calc_tstamp(struct intel_sst_drv *ctx, struct pcm_stream_info *info, struct snd_pcm_substream *substream, struct snd_sst_tstamp *fw_tstamp) sst_calc_tstamp() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 263 // Also put the name info the to trie in getGenericLocationName() 264 NameInfo info = new NameInfo(canonicalTzID, GenericNameType.LOCATION); in getGenericLocationName() 265 _gnamesTrie.put(name, info); in getGenericLocationName() 573 NameInfo info = new NameInfo(tzID.intern(), in getPartialLocationName() 575 _gnamesTrie.put(name, info); in getPartialLocationName() 653 NameInfo info = values.next(); in handlePrefixMatch() 654 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch() 657 GenericMatchInfo matchInfo = new GenericMatchInfo(info.type, info.tzID, matchLength); in handlePrefixMatch() 700 * @return the best matching name info [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 309 uprv_memcpy(&header.info, &dataInfo, sizeof(dataInfo)); in ucnvsel_serialize() 360 * @param ds pointer to data swapper containing swapping info 489 pHeader->info.dataFormat[0] == 0x43 && in ucnvsel_openFromSerialized() 490 pHeader->info.dataFormat[1] == 0x53 && in ucnvsel_openFromSerialized() 491 pHeader->info.dataFormat[2] == 0x65 && in ucnvsel_openFromSerialized() 492 pHeader->info.dataFormat[3] == 0x6c in ucnvsel_openFromSerialized() 498 if (pHeader->info.formatVersion[0] != 1) { in ucnvsel_openFromSerialized() 503 if (pHeader->info.isBigEndian != U_IS_BIG_ENDIAN || in ucnvsel_openFromSerialized() 504 pHeader->info.charsetFamily != U_CHARSET_FAMILY in ucnvsel_openFromSerialized()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneGenericNames.java | 267 // Also put the name info the to trie in getGenericLocationName() 268 NameInfo info = new NameInfo(canonicalTzID, GenericNameType.LOCATION); in getGenericLocationName() 269 _gnamesTrie.put(name, info); in getGenericLocationName() 577 NameInfo info = new NameInfo(tzID.intern(), in getPartialLocationName() 579 _gnamesTrie.put(name, info); in getPartialLocationName() 658 NameInfo info = values.next(); in handlePrefixMatch() 659 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch() 662 GenericMatchInfo matchInfo = new GenericMatchInfo(info.type, info.tzID, matchLength); in handlePrefixMatch() 705 * @return the best matching name info [all...] |
/third_party/libcoap/examples/ |
H A D | coap-rd.c | 689 coap_addr_info_t *info = NULL; in get_context() local 722 for (info = info_list; info != NULL; info = info->next) { in get_context() 725 ep = coap_new_endpoint(ctx, &info->addr, info->proto); in get_context() 728 info->proto); in get_context()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 671 BY_HANDLE_FILE_INFORMATION info;
in Fill_From_ByHandleFileInfo() local 672 if (!NIO::CFileBase::GetFileInformation(path, &info))
in Fill_From_ByHandleFileInfo() 675 Size = (((UInt64)info.nFileSizeHigh) << 32) + info.nFileSizeLow;
in Fill_From_ByHandleFileInfo() 676 CTime = info.ftCreationTime;
in Fill_From_ByHandleFileInfo() 677 ATime = info.ftLastAccessTime;
in Fill_From_ByHandleFileInfo() 678 MTime = info.ftLastWriteTime;
in Fill_From_ByHandleFileInfo() 679 Attrib = info.dwFileAttributes;
in Fill_From_ByHandleFileInfo() 721 BY_HANDLE_FILE_INFORMATION info;
722 if (inFile.GetFileInformation(&info))
[all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_copy.c | 98 assert(image->info.samples == 1); in copy_buffer_to_image() 237 assert(image->info.width == region->imageExtent.width); in copy_image_to_buffer() 238 assert(image->info.height == region->imageExtent.height); in copy_image_to_buffer() 365 assert(src_image->info.samples == dst_image->info.samples); in copy_image() 388 region->extent.width != dst_image->info.width || in copy_image() 389 region->extent.height != dst_image->info.height || in copy_image() 390 region->extent.depth != dst_image->info.depth)) { in copy_image()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
H A D | minimal-secure-streams.c | 74 struct lws_context_creation_info info; in main() local 86 memset(&info, 0, sizeof info); in main() 87 lws_cmdline_option_handle_builtin(argc, argv, &info); in main() 91 info.fd_limit_per_thread = 1 + 6 + 1; in main() 92 info.port = CONTEXT_PORT_NO_LISTEN; in main() 94 info.options = LWS_SERVER_OPTION_EXPLICIT_VHOSTS | in main() 99 context = lws_create_context(&info); in main()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sdma_copy_image.c | 55 struct radeon_info *info = &sctx->screen->info; in encode_legacy_tile_info() local 58 unsigned tile_mode = info->si_tile_mode_array[tile_index]; in encode_legacy_tile_info() 59 unsigned macro_tile_mode = info->cik_macrotile_mode_array[macro_tile_index]; in encode_legacy_tile_info() 227 struct radeon_info *info = &sctx->screen->info; in cik_sdma_copy_texture() local 235 unsigned dst_tile_mode = info->si_tile_mode_array[dst_tile_index]; in cik_sdma_copy_texture() 236 unsigned src_tile_mode = info->si_tile_mode_array[src_tile_index]; in cik_sdma_copy_texture()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 336 if (b->shader->info.stage == MESA_SHADER_TESS_CTRL) { in r600_lower_tess_io_impl() 339 } else if (b->shader->info.stage == MESA_SHADER_TESS_EVAL) { in r600_lower_tess_io_impl() 341 } else if (b->shader->info.stage == MESA_SHADER_VERTEX) { in r600_lower_tess_io_impl() 353 if (b->shader->info.stage == MESA_SHADER_TESS_CTRL) in r600_lower_tess_io_impl() 365 b->shader->info.stage == MESA_SHADER_TESS_CTRL ? in r600_lower_tess_io_impl() 383 nir_ssa_def *addr = (b->shader->info.stage == MESA_SHADER_TESS_CTRL) ? in r600_lower_tess_io_impl() 450 if (r600_lower_tess_io_filter(instr, shader->info.stage)) in r600_lower_tess_io() 469 if (shader->info.stage != MESA_SHADER_TESS_CTRL) in r600_append_tcs_TF_emission()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 309 uprv_memcpy(&header.info, &dataInfo, sizeof(dataInfo)); in ucnvsel_serialize() 360 * @param ds pointer to data swapper containing swapping info 489 pHeader->info.dataFormat[0] == 0x43 && in ucnvsel_openFromSerialized() 490 pHeader->info.dataFormat[1] == 0x53 && in ucnvsel_openFromSerialized() 491 pHeader->info.dataFormat[2] == 0x65 && in ucnvsel_openFromSerialized() 492 pHeader->info.dataFormat[3] == 0x6c in ucnvsel_openFromSerialized() 498 if (pHeader->info.formatVersion[0] != 1) { in ucnvsel_openFromSerialized() 503 if (pHeader->info.isBigEndian != U_IS_BIG_ENDIAN || in ucnvsel_openFromSerialized() 504 pHeader->info.charsetFamily != U_CHARSET_FAMILY in ucnvsel_openFromSerialized()
|