/openbmc/linux/arch/sh/boards/mach-se/7751/ |
H A D | setup.c | 36 .id = -1,
|
/openbmc/u-boot/drivers/pinctrl/nxp/ |
H A D | pinctrl-imx7.c | 34 .id = UCLASS_PINCTRL,
|
/openbmc/linux/fs/squashfs/ |
H A D | decompressor.h | 21 int id; member
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/openbmc/linux/include/linux/ |
H A D | c2port.h | 23 int id; member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | brcmfmac.h | 150 unsigned int id; member
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.h | 32 int set_classid(unsigned int id);
|
/openbmc/linux/tools/perf/scripts/perl/ |
H A D | failed-syscalls.pl | 22 $id, $ret) = @_;
|
/openbmc/linux/include/linux/regulator/ |
H A D | act8865.h | 67 int id; member
|
/openbmc/phosphor-webui/app/assets/icons/ |
H A D | icon-control.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 23"><path fill="#ffffff" id="a" d="M11.11,2…
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-40x.h | 58 unsigned int id; member
|
/openbmc/qemu/include/qemu/ |
H A D | yank.h | 82 .u.chardev.id = (the_id) })
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.c | 65 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable 74 module_param_array(id, charp, NULL, 0444); 75 MODULE_PARM_DESC(id, "ID string for ICE1712 soundcard."); 1258 int priv_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + in snd_ice1712_pro_mixer_switch_get() 1273 int priv_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + in snd_ice1712_pro_mixer_switch_put() 1300 int priv_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + in snd_ice1712_pro_mixer_volume_get() 1315 int priv_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + in snd_ice1712_pro_mixer_volume_put() 1978 int num_items = snd_ctl_get_ioffidx(kcontrol, &uinfo->id) < 2 ? 12 : 11; in snd_ice1712_pro_route_info() 1986 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_ice1712_pro_route_analog_get() 2013 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_ice1712_pro_route_analog_put() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 151 "layerdetailurl" : reverse('layerdetails', args=(prj.id,x.pk)), 488 ti = Target_Image_File.objects.filter(target_id = t.id) 495 'id': i.id, 751 entry['package_id'] = str(p.id) 1009 …ckage.objects.filter(target_id__exact = target_id, package_id__exact = dep_package.id).count() > 0: 1018 'depends_on_id' : dep_package.id, 1284 build_stat['id'] = build.id 1341 build_table.append(_json_build_status(build.id,False)) 1352 build_table.append(_json_build_status(build.id,False)) 1571 management.call_command('builddelete', str(b.id), interactive=False) [all …]
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | yacc.py | 148 result = "<%s @ 0x%x> (%s)" % (type(r).__name__,id(r),repr_str) 159 return "<%s @ 0x%x>" % (type(r).__name__,id(r)) 2006 g = self.lr_goto_cache.get((id(I),x),None) 2021 s1 = s.get(id(n),None) 2024 s[id(n)] = s1 2034 self.lr_goto_cache[(id(I),x)] = g 2043 self.lr0_cidhash[id(I)] = i 2061 if id(g) in self.lr0_cidhash: continue 2062 self.lr0_cidhash[id(g)] = len(C) 2172 j = self.lr0_cidhash.get(id(g),-1) [all …]
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 1142 __mpt3sas_get_pdev_by_idchannel(struct MPT3SAS_ADAPTER *ioc, int id, in __mpt3sas_get_pdev_by_idchannel() argument 1150 if (pcie_device->id == id && pcie_device->channel == channel) in __mpt3sas_get_pdev_by_idchannel() 1154 if (pcie_device->id == id && pcie_device->channel == channel) in __mpt3sas_get_pdev_by_idchannel() 1372 if (scsi_add_device(ioc->shost, PCIE_CHANNEL, pcie_device->id, 0)) { in _scsih_pcie_device_add() 1432 _scsih_raid_device_find_by_id(struct MPT3SAS_ADAPTER *ioc, int id, int channel) in _scsih_raid_device_find_by_id() argument 1438 if (raid_device->id == id && raid_device->channel == channel) { in _scsih_raid_device_find_by_id() 1690 _scsih_scsi_lookup_find_by_target(struct MPT3SAS_ADAPTER *ioc, int id, in _scsih_scsi_lookup_find_by_target() argument 1701 if (scmd->device->id == id && in _scsih_scsi_lookup_find_by_target() 1720 _scsih_scsi_lookup_find_by_lun(struct MPT3SAS_ADAPTER *ioc, int id, in _scsih_scsi_lookup_find_by_lun() argument 1731 if (scmd->device->id == id && in _scsih_scsi_lookup_find_by_lun() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ |
H A D | nl-Ziggo | 6 # Also set the network id
|
/openbmc/linux/include/xen/interface/ |
H A D | sched.h | 135 uint32_t id; /* watchdog ID */ member
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_gpio.c | 53 .id = UCLASS_SYSRESET,
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | if0002.h | 11 __u8 id; member
|
/openbmc/qemu/include/authz/ |
H A D | list.h | 73 QAuthZList *qauthz_list_new(const char *id,
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_soc_dts_iosf.h | 29 int id; member
|
/openbmc/u-boot/test/dm/ |
H A D | hwspinlock.c | 24 hws.id = 0; in dm_test_hwspinlock_base()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | board-d2net.c | 74 .id = -1,
|