/Linux-v6.1/drivers/usb/typec/ |
D | pd.c | 21 #define to_pdo(o) container_of(o, struct pdo, dev) 23 struct pdo { struct 26 u32 pdo; member 40 return sysfs_emit(buf, "%u\n", !!(to_pdo(dev)->pdo & PDO_FIXED_DUAL_ROLE)); in dual_role_power_show() 47 return sysfs_emit(buf, "%u\n", !!(to_pdo(dev)->pdo & PDO_FIXED_SUSPEND)); in usb_suspend_supported_show() 54 return sysfs_emit(buf, "%u\n", !!(to_pdo(dev)->pdo & PDO_FIXED_EXTPOWER)); in unconstrained_power_show() 61 return sysfs_emit(buf, "%u\n", !!(to_pdo(dev)->pdo & PDO_FIXED_USB_COMM)); in usb_communication_capable_show() 68 return sysfs_emit(buf, "%u\n", !!(to_pdo(dev)->pdo & PDO_FIXED_DATA_SWAP)); in dual_role_data_show() 76 return sysfs_emit(buf, "%u\n", !!(to_pdo(dev)->pdo & PDO_FIXED_UNCHUNK_EXT)); in unchunked_extended_messages_supported_show() 92 return sysfs_emit(buf, "%u\n", to_pdo(dev)->pdo >> PDO_FIXED_FRS_CURR_SHIFT) & 3; in fast_role_swap_current_show() [all …]
|
D | rt1719.c | 317 u32 pdo = data->spdos[i]; in rt1719_update_operating_status() local 318 enum pd_pdo_type type = pdo_type(pdo); in rt1719_update_operating_status()
|
D | anx7411.c | 790 u32 *pdo, int nr, const char *type) in anx7411_translate_payload() argument 802 payload[i] = cpu_to_le32(pdo[i]); in anx7411_translate_payload()
|
/Linux-v6.1/sound/pci/asihpi/ |
D | hpi6000.c | 171 static void hpi6000_send_dsp_interrupt(struct dsp_obj *pdo); 179 static void hpi_write_word(struct dsp_obj *pdo, u32 address, u32 data); 181 static u32 hpi_read_word(struct dsp_obj *pdo, u32 address); 183 static void hpi_write_block(struct dsp_obj *pdo, u32 address, u32 *pdata, 186 static void hpi_read_block(struct dsp_obj *pdo, u32 address, u32 *pdata, 711 struct dsp_obj *pdo = &phw->ado[dsp_index]; in hpi6000_adapter_boot_load_dsp() local 715 iowrite32(0x00010001, pdo->prHPI_control); in hpi6000_adapter_boot_load_dsp() 720 iowrite32(test_data, pdo->prHPI_address); in hpi6000_adapter_boot_load_dsp() 721 data = ioread32(pdo->prHPI_address); in hpi6000_adapter_boot_load_dsp() 736 if (HpiReadWord(pdo,0x01B7C118) == 0x8000) in hpi6000_adapter_boot_load_dsp() [all …]
|
/Linux-v6.1/include/linux/usb/ |
D | pd.h | 203 /* PDO: Power Data Object */ 295 static inline enum pd_pdo_type pdo_type(u32 pdo) in pdo_type() argument 297 return (pdo >> PDO_TYPE_SHIFT) & PDO_TYPE_MASK; in pdo_type() 300 static inline unsigned int pdo_fixed_voltage(u32 pdo) in pdo_fixed_voltage() argument 302 return ((pdo >> PDO_FIXED_VOLT_SHIFT) & PDO_VOLT_MASK) * 50; in pdo_fixed_voltage() 305 static inline unsigned int pdo_min_voltage(u32 pdo) in pdo_min_voltage() argument 307 return ((pdo >> PDO_VAR_MIN_VOLT_SHIFT) & PDO_VOLT_MASK) * 50; in pdo_min_voltage() 310 static inline unsigned int pdo_max_voltage(u32 pdo) in pdo_max_voltage() argument 312 return ((pdo >> PDO_VAR_MAX_VOLT_SHIFT) & PDO_VOLT_MASK) * 50; in pdo_max_voltage() 315 static inline unsigned int pdo_max_current(u32 pdo) in pdo_max_current() argument [all …]
|
/Linux-v6.1/drivers/usb/typec/ucsi/ |
D | psy.c | 45 u32 pdo; in ucsi_psy_get_voltage_min() local 49 pdo = con->src_pdos[0]; in ucsi_psy_get_voltage_min() 50 val->intval = pdo_fixed_voltage(pdo) * 1000; in ucsi_psy_get_voltage_min() 68 u32 pdo; in ucsi_psy_get_voltage_max() local 73 pdo = con->src_pdos[con->num_pdos - 1]; in ucsi_psy_get_voltage_max() 74 val->intval = pdo_fixed_voltage(pdo) * 1000; in ucsi_psy_get_voltage_max() 96 u32 pdo; in ucsi_psy_get_voltage_now() local 102 pdo = con->src_pdos[index - 1]; in ucsi_psy_get_voltage_now() 103 val->intval = pdo_fixed_voltage(pdo) * 1000; in ucsi_psy_get_voltage_now() 124 u32 pdo; in ucsi_psy_get_current_max() local [all …]
|
/Linux-v6.1/net/sunrpc/ |
D | rpc_pipe.c | 874 * @pdo: pointer to struct rpc_pipe_dir_object 878 void rpc_init_pipe_dir_object(struct rpc_pipe_dir_object *pdo, in rpc_init_pipe_dir_object() argument 882 INIT_LIST_HEAD(&pdo->pdo_head); in rpc_init_pipe_dir_object() 883 pdo->pdo_ops = pdo_ops; in rpc_init_pipe_dir_object() 884 pdo->pdo_data = pdo_data; in rpc_init_pipe_dir_object() 891 struct rpc_pipe_dir_object *pdo) in rpc_add_pipe_dir_object_locked() argument 896 ret = pdo->pdo_ops->create(pdh->pdh_dentry, pdo); in rpc_add_pipe_dir_object_locked() 898 list_add_tail(&pdo->pdo_head, &pdh->pdh_entries); in rpc_add_pipe_dir_object_locked() 905 struct rpc_pipe_dir_object *pdo) in rpc_remove_pipe_dir_object_locked() argument 908 pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo); in rpc_remove_pipe_dir_object_locked() [all …]
|
/Linux-v6.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 235 * Based on "Table 6-14 Fixed Supply PDO - Sink" of "USB Power Delivery Specification Revision 3.0, 673 u32 pdo = port->source_caps[i]; in tcpm_log_source_caps() local 674 enum pd_pdo_type type = pdo_type(pdo); in tcpm_log_source_caps() 681 pdo_fixed_voltage(pdo), in tcpm_log_source_caps() 682 pdo_max_current(pdo), in tcpm_log_source_caps() 683 (pdo & PDO_FIXED_DUAL_ROLE) ? in tcpm_log_source_caps() 685 (pdo & PDO_FIXED_SUSPEND) ? in tcpm_log_source_caps() 687 (pdo & PDO_FIXED_HIGHER_CAP) ? in tcpm_log_source_caps() 689 (pdo & PDO_FIXED_USB_COMM) ? in tcpm_log_source_caps() 691 (pdo & PDO_FIXED_DATA_SWAP) ? in tcpm_log_source_caps() [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-usb_power_delivery | 28 set of Power Data Objects (PDO), each representing a type of 29 power supply. The order of the PDO objects is defined in the USB 30 Power Delivery Specification. Each PDO - power supply - will 31 have its own device, and the PDO device name will start with the 42 of Power Data Objects (PDO) just like with source capabilities, 59 Specification dictates that the first PDO (at object position 60 1), and the only mandatory PDO, is always the vSafe5V Fixed 148 Variable Power Supply PDO. 182 Battery PDO. 215 Programmable Power Supply (PPS) Augmented PDO (APDO).
|
/Linux-v6.1/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 22 struct rpc_pipe_dir_object *pdo); 24 struct rpc_pipe_dir_object *pdo); 100 extern void rpc_init_pipe_dir_object(struct rpc_pipe_dir_object *pdo, 105 struct rpc_pipe_dir_object *pdo); 108 struct rpc_pipe_dir_object *pdo);
|
/Linux-v6.1/Documentation/devicetree/bindings/connector/ |
D | usb-connector.yaml | 121 source data object(PDO), the detailed bit definitions of PDO can be found 123 Source_Capabilities Message, the order of each entry(PDO) should follow 125 User can specify the source PDO array via PDO_FIXED/BATT/VAR/PPS_APDO() 133 data object(PDO), the detailed bit definitions of PDO can be found in 135 Sink Capabilities Message, the order of each entry(PDO) should follow the 137 can specify the sink PDO array via PDO_FIXED/BATT/VAR/PPS_APDO() defined 197 is applied during PD3.0 Fast Role Swap. "Table 6-14 Fixed Supply PDO - Sink" 200 provides a detailed description of the field. The sink PDO from current source 208 "1" refers to default USB power level as described by "Table 6-14 Fixed Supply PDO - Sink".
|
/Linux-v6.1/drivers/hwmon/ |
D | ntc_thermistor.c | 385 u64 n, puo, pdo; in get_ohm_of_thermistor() local 387 pdo = data->pulldown_ohm; in get_ohm_of_thermistor() 397 n = div_u64(pdo * (puv - uv), uv); in get_ohm_of_thermistor() 398 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor() 401 n = div64_u64_safe(pdo * puo * (puv - uv), in get_ohm_of_thermistor() 402 puo * uv - pdo * (puv - uv)); in get_ohm_of_thermistor() 404 n = div64_u64_safe(pdo * puo * uv, pdo * (puv - uv) - puo * uv); in get_ohm_of_thermistor()
|
/Linux-v6.1/net/sunrpc/auth_gss/ |
D | auth_gss.c | 61 struct rpc_pipe_dir_object pdo; member 856 struct rpc_pipe_dir_object *pdo) in gss_pipe_dentry_destroy() argument 858 struct gss_pipe *gss_pipe = pdo->pdo_data; in gss_pipe_dentry_destroy() 868 struct rpc_pipe_dir_object *pdo) in gss_pipe_dentry_create() argument 870 struct gss_pipe *p = pdo->pdo_data; in gss_pipe_dentry_create() 903 rpc_init_pipe_dir_object(&p->pdo, in gss_pipe_alloc() 919 static int gss_pipe_match_pdo(struct rpc_pipe_dir_object *pdo, void *data) in gss_pipe_match_pdo() argument 924 if (pdo->pdo_ops != &gss_pipe_dir_object_ops) in gss_pipe_match_pdo() 926 gss_pipe = container_of(pdo, struct gss_pipe, pdo); in gss_pipe_match_pdo() 941 return &gss_pipe->pdo; in gss_pipe_alloc_pdo() [all …]
|
/Linux-v6.1/include/linux/ |
D | nvme-tcp.h | 61 * @pdo: pdu data offset 68 __u8 pdo; member
|
/Linux-v6.1/fs/nfs/ |
D | nfs4idmap.c | 424 struct rpc_pipe_dir_object *pdo) in nfs_idmap_pipe_destroy() argument 426 struct idmap *idmap = pdo->pdo_data; in nfs_idmap_pipe_destroy() 436 struct rpc_pipe_dir_object *pdo) in nfs_idmap_pipe_create() argument 438 struct idmap *idmap = pdo->pdo_data; in nfs_idmap_pipe_create()
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | ntc-thermistor.yaml | 42 | | (pdo) | "connected positive"
|
/Linux-v6.1/drivers/nvme/target/ |
D | tcp.c | 414 pdu->hdr.pdo = pdu->hdr.hlen + hdgst; in nvmet_setup_c2h_data_pdu() 445 pdu->hdr.pdo = 0; in nvmet_setup_r2t_pdu() 470 pdu->hdr.pdo = 0; in nvmet_setup_response_pdu() 861 icresp->hdr.pdo = 0; in nvmet_tcp_handle_icreq()
|
/Linux-v6.1/drivers/platform/chrome/ |
D | cros_ec_typec.c | 77 /* PDO-related structs */ 979 memcpy(caps_desc.pdo, resp->source_cap_pdos, sizeof(u32) * resp->source_cap_count); in cros_typec_register_partner_pdos() 987 memcpy(caps_desc.pdo, resp->sink_cap_pdos, sizeof(u32) * resp->sink_cap_count); in cros_typec_register_partner_pdos()
|
/Linux-v6.1/drivers/nvme/host/ |
D | tcp.c | 639 data->hdr.pdo = data->hdr.hlen + hdgst; in nvme_tcp_setup_h2c_data_pdu() 1348 icreq->hdr.pdo = 0; in nvme_tcp_init_connection() 2377 pdu->hdr.pdo = req->pdu_len ? pdu->hdr.hlen + hdgst : 0; in nvme_tcp_setup_cmd_pdu()
|
/Linux-v6.1/include/dt-bindings/usb/ |
D | pd.h | 89 * Based on "Table 6-14 Fixed Supply PDO - Sink" of "USB Power Delivery Specification Revision 3.0,
|
/Linux-v6.1/drivers/pci/controller/ |
D | pci-hyperv.c | 3337 * with the FDO/PDO split, which doesn't exist in Linux. Linux
|