Home
last modified time | relevance | path

Searched refs:id (Results 12451 – 12475 of 15237) sorted by relevance

1...<<491492493494495496497498499500>>...610

/openbmc/linux/drivers/media/i2c/
H A Dtda1997x.c2059 switch (ctrl->id) { in tda1997x_s_ctrl()
2076 if (ctrl->id == V4L2_CID_DV_RX_IT_CONTENT_TYPE) { in tda1997x_g_volatile_ctrl()
2524 const struct i2c_device_id *id = i2c_client_get_device_id(client); in tda1997x_probe() local
2560 (const struct tda1997x_chip_info *)id->driver_data; in tda1997x_probe()
2592 id->name, i2c_adapter_id(client->adapter), in tda1997x_probe()
/openbmc/linux/sound/pci/
H A Dens1370.c65 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
81 module_param_array(id, charp, NULL, 0444);
82 MODULE_PARM_DESC(id, "ID string for Ensoniq AudioPCI soundcard.");
1626 kctl->id.index = is_spdif; in snd_ensoniq_1371_mixer()
2322 err = snd_devm_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE, in __snd_audiopci_probe()
/openbmc/qemu/system/
H A Dvl.c2264 char group[64], id[64], arg[64]; in qemu_set_option() local
2269 rc = sscanf(str, "%63[^.].%63[^.].%63[^=]%n", group, id, arg, &offset); in qemu_set_option()
2280 opts = qemu_opts_find(list, id); in qemu_set_option()
2282 error_setg(errp, "there is no %s \"%s\" defined", group, id); in qemu_set_option()
2995 select_soundhw(model, dev->id); in qemu_init()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4541 pll->id = dsi->module_id == 0 ? DSS_PLL_DSI1 : DSS_PLL_DSI2; in dsi_init_pll_data()
4727 out->id = dsi->module_id == 0 ? in dsi_init_output()
4813 { .address = 0x4804fc00, .id = 0, },
4825 { .address = 0x4804fc00, .id = 0, },
4837 { .address = 0x58004000, .id = 0, },
4838 { .address = 0x58005000, .id = 1, },
4851 { .address = 0x58004000, .id = 0, },
4852 { .address = 0x58009000, .id = 1, },
4972 dsi->module_id = d->id; in dsi_probe()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.dataTables-1.13.8.min.js4id){n.splice(o,1);break}}null!==t&&""!==t||(t="DataTables_Table_"+w.ext._unique++,this.id=t);var f… property in Lt.AnonymousClasscadf2a3e4b01
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c704 static void __l2cap_chan_list_id(struct l2cap_conn *conn, u16 id, in __l2cap_chan_list_id() argument
710 if (chan->ident == id) in __l2cap_chan_list_id()
928 u8 id; in l2cap_get_ident() local
941 id = conn->tx_ident; in l2cap_get_ident()
945 return id; in l2cap_get_ident()
3075 efs.id = chan->local_id; in l2cap_add_opt_efs()
3084 efs.id = 1; in l2cap_add_opt_efs()
3544 chan->remote_id = efs.id; in l2cap_parse_conf_req()
3794 u16 id = chan->ident; in __l2cap_ecred_conn_rsp_defer() local
3797 if (!id) in __l2cap_ecred_conn_rsp_defer()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c113 #define HW_REG_BLND(reg, id)\ argument
114 (reg + reg_offsets[id].blnd)
116 #define HW_REG_CRTC(reg, id)\ argument
117 (reg + reg_offsets[id].crtc)
1297 audio_output->engine_id = pipe_ctx->stream_res.stream_enc->id; in build_audio_output()
3076 pipes[i].clock_source->id != CLOCK_SOURCE_ID_DP_DTO) { in dce110_enable_dp_link_output()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c47 ((u32)(fdata->dest_vsi ? : pf->vsi[pf->lan_vsi]->id) << in i40e_fdir()
1404 u8 id; in i40e_clean_programming_status() local
1406 id = (qword1 & I40E_RX_PROG_STATUS_DESC_QW1_PROGID_MASK) >> in i40e_clean_programming_status()
1409 if (id == I40E_RX_PROG_STATUS_DESC_FD_FILTER_STATUS) in i40e_clean_programming_status()
1410 i40e_fd_handle_status(rx_ring, qword0_raw, qword1, id); in i40e_clean_programming_status()
3007 flex_ptype |= tx_ring->vsi->id << I40E_TXD_FLTR_QW0_DEST_VSI_SHIFT; in i40e_atr()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c760 u8 id, u16 offset, u16 value) in _stack_save() argument
765 B43_WARN_ON(id & 0xF0); in _stack_save()
767 *stackptr |= ((u32) id) << 12; in _stack_save()
773 static u16 _stack_restore(u32 *stackptr, u8 id, u16 offset) in _stack_restore() argument
778 B43_WARN_ON(id & 0xF0); in _stack_restore()
782 if (((*stackptr & 0x0000F000) >> 12) != id) in _stack_restore()
/openbmc/linux/fs/smb/client/
H A Dinode.c305 u64 id = le64_to_cpu(info->Uid); in cifs_unix_basic_to_fattr() local
306 if (id < ((uid_t)-1)) { in cifs_unix_basic_to_fattr()
307 kuid_t uid = make_kuid(&init_user_ns, id); in cifs_unix_basic_to_fattr()
315 u64 id = le64_to_cpu(info->Gid); in cifs_unix_basic_to_fattr() local
316 if (id < ((gid_t)-1)) { in cifs_unix_basic_to_fattr()
317 kgid_t gid = make_kgid(&init_user_ns, id); in cifs_unix_basic_to_fattr()
/openbmc/qemu/block/
H A Dnbd.c1753 static QCryptoTLSCreds *nbd_get_tls_creds(const char *id, Error **errp) in nbd_get_tls_creds() argument
1759 object_get_objects_root(), id); in nbd_get_tls_creds()
1762 id); in nbd_get_tls_creds()
1769 id); in nbd_get_tls_creds()
/openbmc/linux/sound/pci/korg1212/
H A Dkorg1212.c394 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
399 module_param_array(id, charp, NULL, 0444);
400 MODULE_PARM_DESC(id, "ID string for Korg 1212 soundcard.");
2324 err = snd_devm_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE, in snd_korg1212_probe()
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c34 static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */ variable
40 module_param(id, charp, 0444);
41 MODULE_PARM_DESC(id, "ID string for ALI M5451 PCI Audio.");
2136 err = snd_devm_card_new(&pci->dev, index, id, THIS_MODULE, in __snd_ali_probe()
/openbmc/linux/drivers/media/radio/
H A Dradio-wl1273.c1383 switch (ctrl->id) { in wl1273_fm_g_volatile_ctrl()
1390 __func__, ctrl->id); in wl1273_fm_g_volatile_ctrl()
1418 switch (ctrl->id) { in wl1273_fm_vidioc_s_ctrl()
1456 __func__, ctrl->id); in wl1273_fm_vidioc_s_ctrl()
/openbmc/qemu/qga/
H A Dcommands-linux.c1540 int64_t id; in qmp_guest_get_vcpus() local
1541 if (sscanf(line, "cpu%" PRId64, &id)) { in qmp_guest_get_vcpus()
1543 "cpu%" PRId64 "/", id); in qmp_guest_get_vcpus()
1545 vcpu->logical_id = id; in qmp_guest_get_vcpus()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2081 unsigned int id = __ffs(m) + i * BITS_PER_LONG; in sge_rx_timer_cb() local
2082 struct sge_fl *fl = s->egr_map[id]; in sge_rx_timer_cb()
2084 clear_bit(id, s->starving_fl); in sge_rx_timer_cb()
2100 set_bit(id, s->starving_fl); in sge_rx_timer_cb()
/openbmc/linux/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c2600 const struct pci_device_id *id) in idt_create_dev() argument
2612 ndev->swcfg = (struct idt_89hpes_cfg *)id->driver_data; in idt_create_dev()
2729 const struct pci_device_id *id) in idt_pci_probe() argument
2740 ndev = idt_create_dev(pdev, id); in idt_pci_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c891 const struct pci_device_id *id) in mlx5_pci_init() argument
1914 static int probe_one(struct pci_dev *pdev, const struct pci_device_id *id) in probe_one() argument
1930 dev->coredev_type = id->driver_data & MLX5_PCI_DEV_IS_VF ? in probe_one()
1943 err = mlx5_pci_init(dev, pdev, id); in probe_one()
/openbmc/linux/drivers/hwmon/
H A Dw83781d.c848 int i, val1 = 0, id; in w83781d_detect_subclients() local
857 id = i2c_adapter_id(adapter); in w83781d_detect_subclients()
859 if (force_subclients[0] == id && force_subclients[1] == address) { in w83781d_detect_subclients()
881 if (force_subclients[0] == id && in w83781d_detect_subclients()
/openbmc/linux/drivers/video/fbdev/
H A Duvesafb.c41 .id = "VESA VGA",
167 memcpy(&m->id, &uvesafb_cn_id, sizeof(m->id)); in uvesafb_exec()
1747 fb_info(info, "%s frame buffer device\n", info->fix.id); in uvesafb_probe()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c81 if (dev->dev->id.revision < 3) { in b43legacy_phy_lock()
96 if (dev->dev->id.revision < 3) { in b43legacy_phy_unlock()
2165 if (dev->dev->id.revision == 2) in b43legacy_phy_set_antenna_diversity()
2225 if (bit26 && dev->dev->id.revision >= 5) { in b43legacy_power_saving_ctl_bits()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-infiniband421 board_id: (RO) Manufacturing board id. (Vendor + device
452 board_id: (RO) Manufacturing board id
574 board_id: (RO) Manufacturing board id
634 board_id: (RO) Manufacturing board id
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c1009 struct vcap_admin *admin, u32 id) in sparx5_es0_write_esdx_counter() argument
1012 spx5_wr(XQS_STAT_CFG_STAT_VIEW_SET(id), sparx5, XQS_STAT_CFG); in sparx5_es0_write_esdx_counter()
1208 struct vcap_admin *admin, u32 id) in sparx5_es0_read_esdx_counter() argument
1213 spx5_wr(XQS_STAT_CFG_STAT_VIEW_SET(id), sparx5, XQS_STAT_CFG); in sparx5_es0_read_esdx_counter()
/openbmc/linux/sound/pci/ice1712/
H A Daureon.c1892 unsigned char id; in aureon_add_controls() local
1894 id = aureon_cs8415_get(ice, CS8415_ID); in aureon_add_controls()
1896 if (id != 0x41) in aureon_add_controls()
1904 kctl->id.device = ice->pcm->device; in aureon_add_controls()
/openbmc/rest-dbus/resources/
H A Djstree.style.css1id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.…

1...<<491492493494495496497498499500>>...610