/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_sas.c | 1690 uint id, u64 lun) in sas_user_scan() argument 1702 (id == SCAN_WILD_CARD || id == rphy->scsi_target_id)) { in sas_user_scan()
|
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | dev.c | 1427 const struct usb_device_id *id) in rtl8187_probe() argument 1447 priv->is_rtl8187b = (id->driver_info == DEVICE_RTL8187B); in rtl8187_probe() 1614 if ((id->driver_info == DEVICE_RTL8187) && priv->is_rtl8187b) in rtl8187_probe()
|
/openbmc/linux/drivers/vhost/ |
H A D | net.c | 851 vq->heads[nvq->done_idx].id = cpu_to_vhost32(vq, head); in handle_tx_copy() 910 vq->heads[nvq->upend_idx].id = cpu_to_vhost32(vq, head); in handle_tx_zerocopy() 1090 heads[headcount].id = cpu_to_vhost32(vq, d); in get_rx_bufs()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_super.c | 831 uint64_t fakeinos, id; in xfs_fs_statfs() local 847 id = huge_encode_dev(mp->m_ddev_targp->bt_dev); in xfs_fs_statfs() 848 statp->f_fsid = u64_to_fsid(id); in xfs_fs_statfs()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_user.robot | 86 Valid Value users_access[${index}]['id'] ['${random_userid}'] 125 FOR ${id} IN @{id_list} 127 ... user set name ${id} newuser
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 567 rxf->rit[offset] = rxp->cq.ccb->id; in bna_rit_init() 2392 q0->rcb->id = 0; in bna_rx_create() 2418 q1->rcb->id = 1; in bna_rx_create() 2462 rxp->cq.ccb->id = i; in bna_rx_create() 3476 txq->tcb->id = i; in bna_tx_create() 3490 txq->priority = txq->tcb->id; in bna_tx_create()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 73 u8 id; member 83 u8 id; member 284 u8 id; member 3420 __le32 id; /* enum rtw89_fw_element_id */ member 3681 int rtw89_fw_h2c_del_pkt_offload(struct rtw89_dev *rtwdev, u8 id); 3682 int rtw89_fw_h2c_add_pkt_offload(struct rtw89_dev *rtwdev, u8 *id,
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 587 bp.xcp_id_plus1 = node->xcp->id + 1; in svm_range_vram_node_new() 2021 int i, id; in svm_range_set_max_pages() local 2025 id = adev->kfd.dev->nodes[i]->xcp->id; in svm_range_set_max_pages() 2027 id = -1; in svm_range_set_max_pages() 2028 pages = KFD_XCP_MEMORY_SIZE(adev, id) >> 17; in svm_range_set_max_pages()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fuse.rst | 78 The numeric user id of the mount owner. 81 The numeric group id of the mount owner.
|
/openbmc/linux/sound/soc/codecs/ |
H A D | aw88261.c | 493 return prof_info->prof_name_list[prof_desc->id]; in aw88261_dev_get_prof_name() 715 .id = 1,
|
H A D | cs35l56.c | 762 .id = 0, 783 .id = 1,
|
H A D | cpcap.c | 1525 .id = 0, 1537 .id = 1,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 378 .id = &synproxy_net_id, 406 iph->id = 0; in synproxy_build_ip()
|
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-wdm.c | 677 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush() argument 1142 static int wdm_probe(struct usb_interface *intf, const struct usb_device_id *id) in wdm_probe() argument
|
/openbmc/linux/drivers/usb/atm/ |
H A D | usbatm.c | 1008 int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id, in usbatm_usb_probe() argument 1057 if (driver->bind && (error = driver->bind(instance, intf, id)) < 0) { in usbatm_usb_probe()
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/ |
H A D | clock.c | 355 #define INTERNAL_ID(id) (id & 0x000000ff) argument
|
/openbmc/linux/drivers/net/ethernet/asix/ |
H A D | ax88796c_main.c | 1008 snprintf(ax_local->mdiobus->id, MII_BUS_ID_SIZE, in ax88796c_probe() 1076 ax_local->mdiobus->id, AX88796C_PHY_ID); in ax88796c_probe()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | src.c | 888 int instance = dev->id; in aac_src_init() 1180 int instance = dev->id; in aac_srcv_init()
|
/openbmc/linux/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 696 input_dev->id.bustype = BUS_HOST; in lis3lv02d_joystick_enable() 697 input_dev->id.vendor = 0; in lis3lv02d_joystick_enable()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_object.c | 1587 u64 amdgpu_bo_print_info(int id, struct amdgpu_bo *bo, struct seq_file *m) in amdgpu_bo_print_info() argument 1622 id, size, placement); in amdgpu_bo_print_info()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-colibri.dtsi | 29 id-gpios = <&gpio7 12 GPIO_ACTIVE_HIGH>; /* SODIMM 137 / USBC_DET */ 546 id = <0>;
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 562 pidff->pid_id[effect->id]; in pidff_upload_effect() 699 pidff->pid_id[effect->id] = in pidff_upload_effect()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | firmware.c | 563 int pdc_model_versions(unsigned long *versions, int id) in pdc_model_versions() argument 569 retval = mem_pdc_call(PDC_MODEL, PDC_MODEL_VERSIONS, __pa(pdc_result), id); in pdc_model_versions()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_cmd_parser.c | 826 engine->name, engine->id, in validate_cmds_sorted() 853 engine->name, engine->id, in check_sorted()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.c | 156 switch (pll->id) { in dss_ctrl_pll_enable() 167 DSSERR("illegal DSS PLL ID %d\n", pll->id); in dss_ctrl_pll_enable()
|