| /linux/drivers/usb/core/ |
| A D | otg_productlist.h | 46 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 47 le16_to_cpu(dev->descriptor.idProduct) == 0xbadd)) in is_targeted() 51 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 52 le16_to_cpu(dev->descriptor.idProduct) == 0x0200)) in is_targeted() 60 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted() 64 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in is_targeted() 78 (id->bDeviceClass != dev->descriptor.bDeviceClass)) in is_targeted() 82 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass)) in is_targeted() 86 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in is_targeted() 97 le16_to_cpu(dev->descriptor.idVendor), in is_targeted() [all …]
|
| A D | hub.h | 53 struct usb_hub_descriptor *descriptor; /* class descriptor */ member 148 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable() 154 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed() 159 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus() 160 le16_to_cpu(hdev->descriptor.bcdUSB) >= 0x0310 && in hub_is_superspeedplus() 166 unsigned delay = hub->descriptor->bPwrOn2PwrGood * 2; in hub_power_on_good_delay()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| A D | hw_atl_llh_internal.h | 189 (0x00005b18 + (descriptor) * 0x20) 227 #define HW_ATL_RDM_DESCDEN_ADR(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 286 #define HW_ATL_RDM_DESCDHD_ADR(descriptor) (0x00005b0c + (descriptor) * 0x20) argument 303 #define HW_ATL_RDM_DESCDLEN_ADR(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 322 #define HW_ATL_RDM_DESCDRESET_ADR(descriptor) (0x00005b08 + (descriptor) * 0x20) argument 1635 #define HW_ATL_TDM_DESCDEN_ADR(descriptor) (0x00007c08 + (descriptor) * 0x40) argument 1654 #define HW_ATL_TDM_DESCDHD_ADR(descriptor) (0x00007c0c + (descriptor) * 0x40) argument 1671 #define HW_ATL_TDM_DESCDLEN_ADR(descriptor) (0x00007c08 + (descriptor) * 0x40) argument 1969 #define HW_ATL_TDM_DESC_DEN_ADR(descriptor) (0x00007C08 + (descriptor) * 0x40) argument 1988 #define HW_ATL_TDM_DESC_DHD_ADR(descriptor) (0x00007C0C + (descriptor) * 0x40) argument [all …]
|
| A D | hw_atl_llh.c | 373 u32 descriptor) in hw_atl_rdm_rx_desc_data_buff_size_set() argument 391 u32 descriptor) in hw_atl_rdm_rx_desc_en_set() argument 401 u32 descriptor) in hw_atl_rdm_rx_desc_head_buff_size_set() argument 411 u32 descriptor) in hw_atl_rdm_rx_desc_head_splitting_set() argument 427 u32 descriptor) in hw_atl_rdm_rx_desc_len_set() argument 435 u32 descriptor) in hw_atl_rdm_rx_desc_res_set() argument 524 u32 descriptor) in hw_atl_reg_rx_dma_desc_tail_ptr_set() argument 589 u32 descriptor) in hw_atl_reg_tx_dma_desc_tail_ptr_set() argument 1084 u32 descriptor) in hw_atl_rpo_rx_desc_vlan_stripping_set() argument 1293 u32 descriptor) in hw_atl_tdm_tx_desc_len_set() argument [all …]
|
| A D | hw_atl_llh.h | 176 u32 descriptor); 189 u32 descriptor); 196 u32 descriptor); 217 u32 descriptor); 241 u32 descriptor); 246 u32 descriptor); 254 u32 descriptor); 283 u32 descriptor); 288 u32 descriptor); 293 u32 descriptor); [all …]
|
| /linux/drivers/greybus/ |
| A D | manifest.c | 47 list_del(&descriptor->links); in release_manifest_descriptor() 48 kfree(descriptor); in release_manifest_descriptor() 53 struct manifest_desc *descriptor; in release_manifest_descriptors() local 78 struct manifest_desc *descriptor; in get_next_bundle_desc() local 83 return descriptor; in get_next_bundle_desc() 102 struct manifest_desc *descriptor; in identify_descriptor() local 160 descriptor = kzalloc(sizeof(*descriptor), GFP_KERNEL); in identify_descriptor() 161 if (!descriptor) in identify_descriptor() 164 descriptor->size = desc_size; in identify_descriptor() 200 desc_string = descriptor->data; in gb_string_get() [all …]
|
| /linux/fs/jbd2/ |
| A D | revoke.c | 534 struct buffer_head *descriptor; in jbd2_journal_write_revoke_records() local 540 descriptor = NULL; in jbd2_journal_write_revoke_records() 561 if (descriptor) in jbd2_journal_write_revoke_records() 589 descriptor = *descriptorp; in write_one_revoke_record() 602 if (descriptor) { in write_one_revoke_record() 605 descriptor = NULL; in write_one_revoke_record() 609 if (!descriptor) { in write_one_revoke_record() 612 if (!descriptor) in write_one_revoke_record() 620 *descriptorp = descriptor; in write_one_revoke_record() 654 set_buffer_jwrite(descriptor); in flush_descriptor() [all …]
|
| /linux/include/linux/ |
| A D | dynamic_debug.h | 152 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 159 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, 187 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ argument 188 static_branch_likely(&descriptor.key.dd_key_true) 192 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ argument 193 static_branch_unlikely(&descriptor.key.dd_key_false) 201 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ argument 202 likely(descriptor.flags & _DPRINTK_FLAGS_PRINT) 204 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ argument 205 unlikely(descriptor.flags & _DPRINTK_FLAGS_PRINT) [all …]
|
| /linux/sound/soc/intel/atom/sst/ |
| A D | sst_drv_interface.c | 387 .descriptor[0].max_ch = 2, 394 .descriptor[0].bit_rate[0] = 320, 395 .descriptor[0].bit_rate[1] = 192, 396 .descriptor[0].num_bitrates = 2, 397 .descriptor[0].profiles = 0, 399 .descriptor[0].formats = 0, 404 .descriptor[1].max_ch = 2, 413 .descriptor[1].num_bitrates = 2, 414 .descriptor[1].profiles = 0, 415 .descriptor[1].modes = 0, [all …]
|
| /linux/drivers/net/ethernet/google/gve/ |
| A D | gve_adminq.c | 30 descriptor_end = (void *)descriptor + be16_to_cpu(descriptor->total_length); in gve_get_next_option() 256 dev_opt = (void *)(descriptor + 1); in gve_process_device_options() 985 struct gve_device_descriptor *descriptor; in gve_adminq_describe_device() local 996 if (!descriptor) in gve_adminq_describe_device() 1061 mtu = be16_to_cpu(descriptor->mtu); in gve_adminq_describe_device() 1070 mac = descriptor->mac; in gve_adminq_describe_device() 1380 rule_info = (void *)(descriptor + 1); in gve_adminq_process_flow_rules_query() 1423 if (!descriptor) in gve_adminq_query_flow_rules() 1463 rxfh->hfunc = descriptor->hash_alg; in gve_adminq_process_rss_query() 1465 rss_info_addr = (void *)(descriptor + 1); in gve_adminq_process_rss_query() [all …]
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-driver-ufs | 20 device descriptor parameters. The full information about 21 the descriptor could be found at UFS specifications 2.1. 50 This is one of the UFS device descriptor parameters. 71 This is one of the UFS device descriptor parameters. 136 This is one of the UFS device descriptor parameters. 200 descriptor parameters. The full information about 222 The full information about the descriptor could be 263 descriptor parameters. The full information about 322 information about the descriptor could be found at 495 the UFS geometry descriptor parameters. The full [all …]
|
| /linux/drivers/acpi/acpica/ |
| A D | uttrack.c | 543 union acpi_descriptor *descriptor; in acpi_ut_dump_allocations() local 569 descriptor = in acpi_ut_dump_allocations() 577 descriptor, element->size, in acpi_ut_dump_allocations() 586 descriptor, element->size, in acpi_ut_dump_allocations() 589 (descriptor)); in acpi_ut_dump_allocations() 596 descriptor, in acpi_ut_dump_allocations() 608 (descriptor)) { in acpi_ut_dump_allocations() 654 (descriptor->object.common. in acpi_ut_dump_allocations() 656 descriptor->object.common. in acpi_ut_dump_allocations() 664 descriptor->op.asl. in acpi_ut_dump_allocations() [all …]
|
| /linux/Documentation/devicetree/bindings/fsi/ |
| A D | fsi-master-gpio.txt | 6 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock 7 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal 10 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal 11 - trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable 12 - mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
|
| A D | fsi-master-ast-cf.txt | 10 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock 11 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal 12 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal 13 - trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable 14 - mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
|
| /linux/drivers/usb/storage/ |
| A D | uas-detect.h | 98 if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c && in uas_use_uas_driver() 99 (le16_to_cpu(udev->descriptor.idProduct) == 0x5106 || in uas_use_uas_driver() 100 le16_to_cpu(udev->descriptor.idProduct) == 0x55aa)) { in uas_use_uas_driver() 116 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bc2) in uas_use_uas_driver() 126 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bda && in uas_use_uas_driver() 127 le16_to_cpu(udev->descriptor.idProduct) == 0x9210 && in uas_use_uas_driver()
|
| /linux/drivers/media/test-drivers/vidtv/ |
| A D | vidtv_channel.c | 87 if (!s302m->service->descriptor) in vidtv_channel_s302m_init() 111 if (!s302m->streams->descriptor) in vidtv_channel_s302m_init() 128 if (!s302m->events->descriptor) in vidtv_channel_s302m_init() 188 desc = vidtv_psi_desc_clone(curr->descriptor); in vidtv_channel_eit_event_cat_into_new() 189 vidtv_psi_desc_assign(&tail->descriptor, desc); in vidtv_channel_eit_event_cat_into_new() 236 desc = vidtv_psi_desc_clone(curr->descriptor); in vidtv_channel_sdt_serv_cat_into_new() 239 vidtv_psi_desc_assign(&tail->descriptor, desc); in vidtv_channel_sdt_serv_cat_into_new() 348 desc = vidtv_psi_desc_clone(s->descriptor); in vidtv_channel_pmt_match_sections() 349 vidtv_psi_desc_assign(&tail->descriptor, in vidtv_channel_pmt_match_sections() 382 struct vidtv_psi_desc *desc = s->descriptor; in vidtv_channel_build_service_list() [all …]
|
| /linux/drivers/media/usb/dvb-usb/ |
| A D | dibusb-mc-common.c | 86 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_frontend_attach() 87 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == in dibusb_dib3000mc_frontend_attach() 125 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_tuner_attach() 126 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == USB_PID_LITEON_DVB_T_WARM) { in dibusb_dib3000mc_tuner_attach() 138 } else if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_DIBCOM && in dibusb_dib3000mc_tuner_attach() 139 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == USB_PID_DIBCOM_MOD3001_WARM) { in dibusb_dib3000mc_tuner_attach()
|
| /linux/drivers/usb/misc/ |
| A D | lvstest.c | 31 struct usb_hub_descriptor descriptor; member 260 struct usb_device_descriptor *descriptor; in get_dev_desc_store() local 263 descriptor = kmalloc(sizeof(*descriptor), GFP_KERNEL); in get_dev_desc_store() 264 if (!descriptor) in get_dev_desc_store() 276 0, descriptor, sizeof(*descriptor), in get_dev_desc_store() 284 kfree(descriptor); in get_dev_desc_store() 332 struct usb_hub_descriptor *descriptor = &lvs->descriptor; in lvs_rh_work() local 338 for (i = 1; i <= descriptor->bNbrPorts; i++) { in lvs_rh_work() 410 if (hdev->descriptor.bDeviceProtocol != USB_HUB_PR_SS || hdev->parent) { in lvs_rh_probe() 425 USB_DT_SS_HUB << 8, 0, &lvs->descriptor, in lvs_rh_probe()
|
| /linux/Documentation/usb/ |
| A D | functionfs-desc.rst | 11 following the descriptor header. 20 most recent interface descriptor determines what type of class-specific 27 most recent interface descriptor. The following are some of the 34 is USB_SUBCLASS_DFU, a DFU functional descriptor can be provided. 35 The DFU functional descriptor is a described in the USB specification for
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | fsl-sec2.txt | 14 descriptor pointers each channel fetch fifo can hold. 33 - fsl,descriptor-types-mask : The bitmask representing what descriptors 39 bit 1 = set if SEC supports the ipsec_esp descriptor type 43 bit 5 = set if SEC supports the srtp descriptor type 45 bit 7 = set if SEC supports the pkeu_assemble descriptor type 47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type 49 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type 64 fsl,descriptor-types-mask = <0x12b0ebf>;
|
| /linux/arch/x86/math-emu/ |
| A D | get_address.c | 140 struct desc_struct descriptor; in pm_address() local 162 descriptor = FPU_get_ldt_descriptor(addr->selector); in pm_address() 163 base_address = seg_get_base(&descriptor); in pm_address() 165 limit = seg_get_limit(&descriptor) + 1; in pm_address() 166 limit *= seg_get_granularity(&descriptor); in pm_address() 171 if (seg_expands_down(&descriptor)) { in pm_address() 172 if (descriptor.g) { in pm_address() 187 if (seg_execute_only(&descriptor) || in pm_address() 188 (!seg_writable(&descriptor) && (FPU_modrm & FPU_WRITE_BIT))) { in pm_address()
|
| /linux/Documentation/virt/kvm/devices/ |
| A D | vfio.rst | 26 kvm_device_attr.addr points to an int32_t file descriptor for the 32 kvm_device_attr.addr points to an int32_t file descriptor for the 51 - @groupfd is a file descriptor for a VFIO group; 52 - @tablefd is a file descriptor for a TCE table allocated via 56 device file descriptor via VFIO_GROUP_GET_DEVICE_FD in order to support 58 callback. It is the same for device file descriptor via character device
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| A D | request-func-close.rst | 13 request-close - Close a request file descriptor 28 File descriptor returned by :ref:`MEDIA_IOC_REQUEST_ALLOC`. 33 Closes the request file descriptor. Resources associated with the request 45 ``fd`` is not a valid open file descriptor.
|
| /linux/include/linux/usb/ |
| A D | input.h | 17 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id() 18 id->product = le16_to_cpu(dev->descriptor.idProduct); in usb_to_input_id() 19 id->version = le16_to_cpu(dev->descriptor.bcdDevice); in usb_to_input_id()
|
| /linux/drivers/staging/fieldbus/Documentation/ABI/ |
| A D | fieldbus-dev-cdev | 12 Create an I/O context associated with the file descriptor. 16 Clears POLLERR | POLLPRI from the file descriptor. 23 POLLERR | POLLPRI will be set on the file descriptor. 29 with the file descriptor.
|