Searched defs:ph (Results 26 - 50 of 67) sorted by relevance

123

/linux-master/drivers/sbus/char/
H A Dopenprom.c187 phandle ph; local
260 phandle ph = 0; local
[all...]
/linux-master/drivers/cpufreq/
H A Dscmi-cpufreq.c31 static struct scmi_protocol_handle *ph; variable in typeref:struct:scmi_protocol_handle
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c153 struct elf64_phdr ph; local
[all...]
/linux-master/tools/perf/util/
H A Dheader.h96 struct perf_header *ph; member in struct:feat_fd
H A Ddata-convert-bt.c1339 struct perf_header *ph = &session->header; local
/linux-master/drivers/powercap/
H A Darm_scmi_powercap.c27 struct scmi_protocol_handle *ph; member in struct:scmi_powercap_zone
423 struct scmi_protocol_handle *ph; local
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Daxon_msi.c155 const phandle *ph; local
/linux-master/net/802/
H A Dmrp.c312 struct mrp_pdu_hdr *ph; local
792 const struct mrp_pdu_hdr *ph; local
/linux-master/drivers/firmware/arm_scmi/
H A Dbase.c67 static int scmi_base_attributes_get(const struct scmi_protocol_handle *ph) argument
100 scmi_base_vendor_id_get(const struct scmi_protocol_handle *ph, bool sub_vendor) argument
142 scmi_base_implementation_version_get(const struct scmi_protocol_handle *ph) argument
175 scmi_base_implementation_list_get(const struct scmi_protocol_handle *ph, u8 *protocols_imp) argument
265 scmi_base_discover_agent_get(const struct scmi_protocol_handle *ph, int id, char *name) argument
290 scmi_base_error_notify(const struct scmi_protocol_handle *ph, bool enable) argument
312 scmi_base_set_notify_enabled(const struct scmi_protocol_handle *ph, u8 evt_id, u32 src_id, bool enable) argument
324 scmi_base_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
376 scmi_base_protocol_init(const struct scmi_protocol_handle *ph) argument
[all...]
H A Dvoltage.c74 static int scmi_protocol_attributes_get(const struct scmi_protocol_handle *ph, argument
165 iter_volt_levels_process_response(const struct scmi_protocol_handle *ph, argument
181 static int scmi_voltage_levels_get(const struct scmi_protocol_handle *ph, argument
212 scmi_voltage_descriptors_get(const struct scmi_protocol_handle *ph, struct voltage_info *vinfo) argument
263 __scmi_voltage_get_u32(const struct scmi_protocol_handle *ph, u8 cmd_id, u32 domain_id, u32 *value) argument
286 scmi_voltage_config_set(const struct scmi_protocol_handle *ph, u32 domain_id, u32 config) argument
312 scmi_voltage_config_get(const struct scmi_protocol_handle *ph, u32 domain_id, u32 *config) argument
319 scmi_voltage_level_set(const struct scmi_protocol_handle *ph, u32 domain_id, enum scmi_voltage_level_mode mode, s32 volt_uV) argument
368 scmi_voltage_level_get(const struct scmi_protocol_handle *ph, u32 domain_id, s32 *volt_uV) argument
376 scmi_voltage_info_get(const struct scmi_protocol_handle *ph, u32 domain_id) argument
387 scmi_voltage_domains_num_get(const struct scmi_protocol_handle *ph) argument
403 scmi_voltage_protocol_init(const struct scmi_protocol_handle *ph) argument
[all...]
H A Dreset.c74 static int scmi_reset_attributes_get(const struct scmi_protocol_handle *ph, argument
102 scmi_reset_domain_attributes_get(const struct scmi_protocol_handle *ph, argument
149 scmi_reset_num_domains_get(const struct scmi_protocol_handle *ph) argument
157 scmi_reset_name_get(const struct scmi_protocol_handle *ph, u32 domain) argument
166 scmi_reset_latency_get(const struct scmi_protocol_handle *ph, u32 domain) argument
175 scmi_domain_reset(const struct scmi_protocol_handle *ph, u32 domain, u32 flags, u32 state) argument
209 scmi_reset_domain_reset(const struct scmi_protocol_handle *ph, u32 domain) argument
217 scmi_reset_domain_assert(const struct scmi_protocol_handle *ph, u32 domain) argument
224 scmi_reset_domain_deassert(const struct scmi_protocol_handle *ph, u32 domain) argument
238 scmi_reset_notify_supported(const struct scmi_protocol_handle *ph, u8 evt_id, u32 src_id) argument
252 scmi_reset_notify(const struct scmi_protocol_handle *ph, u32 domain_id, bool enable) argument
274 scmi_reset_set_notify_enabled(const struct scmi_protocol_handle *ph, u8 evt_id, u32 src_id, bool enable) argument
288 scmi_reset_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
308 scmi_reset_get_num_sources(const struct scmi_protocol_handle *ph) argument
340 scmi_reset_protocol_init(const struct scmi_protocol_handle *ph) argument
[all...]
H A Dpower.c78 static int scmi_power_attributes_get(const struct scmi_protocol_handle *ph, argument
110 scmi_power_domain_attributes_get(const struct scmi_protocol_handle *ph, argument
154 scmi_power_state_set(const struct scmi_protocol_handle *ph, u32 domain, u32 state) argument
176 scmi_power_state_get(const struct scmi_protocol_handle *ph, u32 domain, u32 *state) argument
196 scmi_power_num_domains_get(const struct scmi_protocol_handle *ph) argument
204 scmi_power_name_get(const struct scmi_protocol_handle *ph, u32 domain) argument
220 scmi_power_request_notify(const struct scmi_protocol_handle *ph, u32 domain, bool enable) argument
242 scmi_power_notify_supported(const struct scmi_protocol_handle *ph, u8 evt_id, u32 src_id) argument
256 scmi_power_set_notify_enabled(const struct scmi_protocol_handle *ph, u8 evt_id, u32 src_id, bool enable) argument
270 scmi_power_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
290 scmi_power_get_num_sources(const struct scmi_protocol_handle *ph) argument
323 scmi_power_protocol_init(const struct scmi_protocol_handle *ph) argument
[all...]
H A Dnotify.c308 const struct scmi_protocol_handle *ph; member in struct:scmi_registered_events_desc
749 scmi_register_protocol_events(const struct scmi_handle *handle, u8 proto_id, const struct scmi_protocol_handle *ph, const struct scmi_protocol_events *ee) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_output.c226 struct ip_beet_phdr *ph; local
357 struct ip_beet_phdr *ph; local
[all...]
H A Dxfrm_input.c187 struct ip_beet_phdr *ph; local
/linux-master/block/partitions/
H A Dldm.h182 struct privhead ph; member in struct:ldmdb
H A Dldm.c67 static bool ldm_parse_privhead(const u8 *data, struct privhead *ph) argument
269 struct privhead *ph[3] = { ph1 }; local
358 struct privhead *ph; local
[all...]
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c28 struct scmi_protocol_handle *ph; member in struct:scmi_iio_priv
568 scmi_alloc_iiodev(struct scmi_device *sdev, const struct scmi_sensor_proto_ops *ops, struct scmi_protocol_handle *ph, const struct scmi_sensor_info *sensor_info) argument
646 struct scmi_protocol_handle *ph; local
[all...]
/linux-master/drivers/clk/
H A Dclk-sp7021.c221 int sdm, ph; local
457 u32 ph = FIELD_GET(MASK_PH_SEL, reg); local
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c601 u32 ph = be32_to_cpup(phy_handle); local
/linux-master/drivers/net/ppp/
H A Dpppoe.c416 struct pppoe_hdr *ph; local
485 struct pppoe_hdr *ph; local
844 struct pppoe_hdr *ph; local
916 struct pppoe_hdr *ph; local
[all...]
/linux-master/net/phonet/
H A Dpep.c52 } *ph, h; local
89 struct pnpipehdr *ph; local
111 struct pnpipehdr *ph; local
132 struct pnpipehdr *ph; local
195 struct pnpipehdr *ph; local
718 struct pnpipehdr *ph; local
1110 struct pnpipehdr *ph; local
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c816 u32 ph; local
/linux-master/drivers/misc/cxl/
H A Dnative.c1175 int ph, ret = IRQ_HANDLED, res; local
1216 int ph; local
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c824 phandle ph; local

Completed in 237 milliseconds

123