Searched refs:aux (Results 1 - 25 of 1522) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/display/
H A Ddrm_dp_helper_internal.h11 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux);
12 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux);
23 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) argument
28 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) argument
H A Ddrm_dp_helper.c58 struct drm_dp_aux *aux; member in struct:dp_aux_backlight
67 * levels to deal with Display Port sink devices and related things like DP aux
68 * channel transfers, EDID reading over DP aux channels, decoding certain DPCD
226 static int __8b10b_clock_recovery_delay_us(const struct drm_dp_aux *aux, u8 rd_interval) argument
229 drm_dbg_kms(aux->drm_dev, "%s: invalid AUX interval 0x%02x (max 4)\n",
230 aux->name, rd_interval);
238 static int __8b10b_channel_eq_delay_us(const struct drm_dp_aux *aux, u8 rd_interval) argument
241 drm_dbg_kms(aux->drm_dev, "%s: invalid AUX interval 0x%02x (max 4)\n",
242 aux->name, rd_interval);
250 static int __128b132b_channel_eq_delay_us(const struct drm_dp_aux *aux, u argument
284 __read_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], enum drm_dp_phy dp_phy, bool uhbr, bool cr) argument
339 drm_dp_read_clock_recovery_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], enum drm_dp_phy dp_phy, bool uhbr) argument
346 drm_dp_read_channel_eq_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], enum drm_dp_phy dp_phy, bool uhbr) argument
354 drm_dp_128b132b_read_aux_rd_interval(struct drm_dp_aux *aux) argument
373 drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]) argument
389 __drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux, u8 rd_interval) argument
397 drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]) argument
449 drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux, const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE]) argument
495 drm_dp_dump_access(const struct drm_dp_aux *aux, u8 request, uint offset, void *buffer, int ret) argument
520 drm_dp_dpcd_access(struct drm_dp_aux *aux, u8 request, unsigned int offset, void *buffer, size_t size) argument
588 drm_dp_dpcd_probe(struct drm_dp_aux *aux, unsigned int offset) argument
616 drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, void *buffer, size_t size) argument
664 drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset, void *buffer, size_t size) argument
688 drm_dp_dpcd_read_link_status(struct drm_dp_aux *aux, u8 status[DP_LINK_STATUS_SIZE]) argument
709 drm_dp_dpcd_read_phy_link_status(struct drm_dp_aux *aux, enum drm_dp_phy dp_phy, u8 link_status[DP_LINK_STATUS_SIZE]) argument
821 drm_dp_send_real_edid_checksum(struct drm_dp_aux *aux, u8 real_edid_checksum) argument
883 drm_dp_read_extended_dpcd_caps(struct drm_dp_aux *aux, u8 dpcd[DP_RECEIVER_CAP_SIZE]) argument
937 drm_dp_read_dpcd_caps(struct drm_dp_aux *aux, u8 dpcd[DP_RECEIVER_CAP_SIZE]) argument
971 drm_dp_read_downstream_info(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]) argument
1354 drm_dp_downstream_id(struct drm_dp_aux *aux, char id[6]) argument
1369 drm_dp_downstream_debug(struct seq_file *m, const u8 dpcd[DP_RECEIVER_CAP_SIZE], const u8 port_cap[4], const struct edid *edid, struct drm_dp_aux *aux) argument
1560 drm_dp_read_sink_count(struct drm_dp_aux *aux) argument
1692 drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) argument
1815 drm_dp_i2c_drain_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *orig_msg) argument
1852 struct drm_dp_aux *aux = adapter->algo_data; local
1950 drm_dp_aux_get_crc(struct drm_dp_aux *aux, u8 *crc) argument
1984 struct drm_dp_aux *aux = container_of(work, struct drm_dp_aux, local
2029 drm_dp_remote_aux_init(struct drm_dp_aux *aux) argument
2052 drm_dp_aux_init(struct drm_dp_aux *aux) argument
2097 drm_dp_aux_register(struct drm_dp_aux *aux) argument
2133 drm_dp_aux_unregister(struct drm_dp_aux *aux) argument
2180 drm_dp_start_crc(struct drm_dp_aux *aux, struct drm_crtc *crtc) argument
2207 drm_dp_stop_crc(struct drm_dp_aux *aux) argument
2306 drm_dp_read_desc(struct drm_dp_aux *aux, struct drm_dp_desc *desc, bool is_branch) argument
2469 drm_dp_read_lttpr_regs(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], int address, u8 *buf, int buf_size) argument
2505 drm_dp_read_lttpr_common_caps(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], u8 caps[DP_LTTPR_COMMON_CAP_SIZE]) argument
2526 drm_dp_read_lttpr_phy_caps(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], enum drm_dp_phy dp_phy, u8 caps[DP_LTTPR_PHY_CAP_SIZE]) argument
2637 drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux, struct drm_dp_phy_test_params *data) argument
2688 drm_dp_set_phy_test_pattern(struct drm_dp_aux *aux, struct drm_dp_phy_test_params *data, u8 dp_rev) argument
2936 drm_dp_pcon_frl_prepare(struct drm_dp_aux *aux, bool enable_frl_ready_hpd) argument
2957 drm_dp_pcon_is_frl_ready(struct drm_dp_aux *aux) argument
2985 drm_dp_pcon_frl_configure_1(struct drm_dp_aux *aux, int max_frl_gbps, u8 frl_mode) argument
3045 drm_dp_pcon_frl_configure_2(struct drm_dp_aux *aux, int max_frl_mask, u8 frl_type) argument
3070 drm_dp_pcon_reset_frl_config(struct drm_dp_aux *aux) argument
3088 drm_dp_pcon_frl_enable(struct drm_dp_aux *aux) argument
3116 drm_dp_pcon_hdmi_link_active(struct drm_dp_aux *aux) argument
3140 drm_dp_pcon_hdmi_link_mode(struct drm_dp_aux *aux, u8 *frl_trained_mask) argument
3167 drm_dp_pcon_hdmi_frl_link_error_count(struct drm_dp_aux *aux, struct drm_connector *connector) argument
3305 drm_dp_pcon_configure_dsc_enc(struct drm_dp_aux *aux, u8 pps_buf_config) argument
3335 drm_dp_pcon_pps_default(struct drm_dp_aux *aux) argument
3355 drm_dp_pcon_pps_override_buf(struct drm_dp_aux *aux, u8 pps_buf[128]) argument
3380 drm_dp_pcon_pps_override_param(struct drm_dp_aux *aux, u8 pps_param[6]) argument
3409 drm_dp_pcon_convert_rgb_to_ycbcr(struct drm_dp_aux *aux, u8 color_spc) argument
3442 drm_edp_backlight_set_level(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, u16 level) argument
3472 drm_edp_backlight_set_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, bool enable) argument
3521 drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, const u16 level) argument
3582 drm_edp_backlight_disable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl) argument
3595 drm_edp_backlight_probe_max(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl, u16 driver_pwm_freq_hz, const u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]) argument
3690 drm_edp_backlight_probe_state(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl, u8 *current_mode) argument
3750 drm_edp_backlight_init(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl, u16 driver_pwm_freq_hz, const u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE], u16 *current_level, u8 *current_mode) argument
3852 drm_panel_dp_aux_backlight(struct drm_panel *panel, struct drm_dp_aux *aux) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c50 long long aux; local
54 aux = *sp++;
55 if (aux < 0)
58 aux = -aux;
65 acc = ((((((unsigned long long) acc) & 0xffffffff) * (((unsigned long long) aux) & 0xffffffff)) >> 32)
66 + ((((unsigned long long) acc) >> 32) * (((unsigned long long) aux) & 0xffffffff) + (((unsigned long long) acc) & 0xffffffff) + (((unsigned long long) aux) >> 32))
67 + (((((unsigned long long) acc) >> 32) * (((unsigned long long) aux) >> 32)) << 32));
74 short aux; local
82 long long aux; local
[all...]
/openbsd-current/lib/libcrypto/asn1/
H A Dt_x509a.c70 X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
74 if (!aux)
76 if (aux->trust) {
80 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
86 sk_ASN1_OBJECT_value(aux->trust, i), 0);
92 if (aux->reject) {
96 for (i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
102 sk_ASN1_OBJECT_value(aux->reject, i), 0);
108 if (aux->alias)
110 aux
[all...]
H A Dx_x509a.c153 if (!x->aux && !(x->aux = X509_CERT_AUX_new()))
155 return x->aux;
161 X509_CERT_AUX *aux; local
163 if (!x || !x->aux || !x->aux->alias)
165 ASN1_UTF8STRING_free(x->aux->alias);
166 x->aux->alias = NULL;
169 if (!(aux = aux_get(x)))
171 if (!aux
180 X509_CERT_AUX *aux; local
221 X509_CERT_AUX *aux; local
244 X509_CERT_AUX *aux; local
[all...]
/openbsd-current/sys/arch/macppc/dev/
H A Dmaci2cvar.h21 void maciic_scan(struct device *sc, struct i2cbus_attach_args *iba, void *aux);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h49 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo();
50 aux->a_type != AT_NULL; ++aux) {
51 if (type == aux->a_type)
52 return aux->a_v;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dassign.cc35 string aux = strlit; local
36 string::size_type i = aux.rfind("/");
38 aux.assign(aux, i + 1, string::npos);
39 VERIFY(aux == "Hawaii");
41 aux = strlit;
42 i = aux.rfind("r/");
44 aux.assign(aux, i + 1, string::npos);
45 VERIFY(aux
[all...]
H A Dreplace.cc89 std::string aux = strlit; local
90 aux.replace(aux.begin()+5, aux.begin()+20,
91 aux.begin()+10, aux.begin()+15);
92 VERIFY(aux == "../thg piealei Bay/Kauai/Hawaii");
94 aux = strlit;
95 aux.replace(aux
[all...]
/openbsd-current/sys/arch/sh/dev/
H A Dshb.c50 shb_match(struct device *parent, void *vcf, void *aux) argument
53 struct mainbus_attach_args *ma = aux;
62 shb_attach(struct device *parent, struct device *self, void *aux) argument
66 config_search(shb_search, self, aux);
70 shb_search(struct device *parent, void *vcf, void *aux) argument
81 shb_print(void *aux, const char *pnp) argument
/openbsd-current/gnu/gcc/gcc/
H A Dipa.c46 node->aux = NULL;
48 if (!node->aux)
52 node->aux = &last;
54 node->aux = node->callers;
57 while (node2->aux != &last)
59 edge = node2->aux;
61 node2->aux = edge->next_caller;
63 node2->aux = &last;
64 if (!edge->caller->aux)
67 edge->caller->aux
[all...]
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_helper.h47 int drm_dp_read_clock_recovery_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE],
49 int drm_dp_read_channel_eq_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE],
52 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux,
55 void drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux,
57 void drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux,
60 int drm_dp_128b132b_read_aux_rd_interval(struct drm_dp_aux *aux);
403 ssize_t (*transfer)(struct drm_dp_aux *aux,
434 int (*wait_hpd_asserted)(struct drm_dp_aux *aux, unsigned long wait_us);
454 int drm_dp_dpcd_probe(struct drm_dp_aux *aux, unsigned int offset);
455 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigne
469 drm_dp_dpcd_readb(struct drm_dp_aux *aux, unsigned int offset, u8 *valuep) argument
484 drm_dp_dpcd_writeb(struct drm_dp_aux *aux, unsigned int offset, u8 value) argument
689 drm_panel_dp_aux_backlight(struct drm_panel *panel, struct drm_dp_aux *aux) argument
705 drm_dp_cec_irq(struct drm_dp_aux *aux) argument
710 drm_dp_cec_register_connector(struct drm_dp_aux *aux, struct drm_connector *connector) argument
715 drm_dp_cec_unregister_connector(struct drm_dp_aux *aux) argument
719 drm_dp_cec_set_edid(struct drm_dp_aux *aux, const struct edid *edid) argument
724 drm_dp_cec_unset_edid(struct drm_dp_aux *aux) argument
[all...]
/openbsd-current/lib/libcrypto/x509/
H A Dx509_trs.c72 const X509_CERT_AUX *aux; local
76 if ((aux = x->aux) == NULL)
79 for (i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
80 obj = sk_ASN1_OBJECT_value(aux->reject, i);
86 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
87 obj = sk_ASN1_OBJECT_value(aux->trust, i);
110 if (x->aux != NULL && (x->aux->trust != NULL || x->aux
[all...]
/openbsd-current/sys/arch/alpha/mcbus/
H A Dmcmem.c64 mcmemmatch(parent, cf, aux)
67 void *aux;
69 struct mcbus_dev_attach_args *ta = aux;
78 mcmemattach(parent, self, aux)
81 void *aux;
/openbsd-current/sys/arch/alpha/alpha/
H A Dmainbus.c58 mbmatch(parent, cf, aux)
61 void *aux;
71 mbattach(parent, self, aux)
74 void *aux;
105 mbprint(aux, pnp)
106 void *aux;
109 struct mainbus_attach_args *ma = aux;
/openbsd-current/sys/arch/armv7/omap/
H A Domwugen.c43 omwugen_match(struct device *parent, void *match, void *aux) argument
45 struct fdt_attach_args *faa = aux;
51 omwugen_attach(struct device *parent, struct device *self, void *aux) argument
53 struct fdt_attach_args *faa = aux;
H A Domcm.c43 omcm_match(struct device *parent, void *cfdata, void *aux) argument
45 struct fdt_attach_args *faa = aux;
51 omcm_attach(struct device *parent, struct device *self, void *aux) argument
54 struct fdt_attach_args *faa = aux;
/openbsd-current/sys/arch/hppa/dev/
H A Dphantomas.c56 phantomasmatch(struct device *parent, void *cfdata, void *aux) argument
58 struct confargs *ca = aux;
68 phantomasattach(struct device *parent, struct device *self, void *aux) argument
70 struct confargs *ca = aux, nca;
/openbsd-current/sys/arch/armv7/exynos/
H A Dexdwusb.c44 exdwusb_match(struct device *parent, void *match, void *aux) argument
46 struct fdt_attach_args *faa = aux;
52 exdwusb_attach(struct device *parent, struct device *self, void *aux) argument
55 struct fdt_attach_args *faa = aux;
/openbsd-current/sys/dev/i2c/
H A Di2c.c70 iicbus_print(void *aux, const char *pnp) argument
72 struct i2cbus_attach_args *iba = aux;
81 iic_print(void *aux, const char *pnp) argument
83 struct i2c_attach_args *ia = aux;
93 iic_search(struct device *parent, void *arg, void *aux) argument
113 iic_match(struct device *parent, void *arg, void *aux) argument
116 struct i2cbus_attach_args *iba = aux;
123 iic_attach(struct device *parent, struct device *self, void *aux) argument
126 struct i2cbus_attach_args *iba = aux;
142 (iba->iba_bus_scan)(self, aux, ib
[all...]
/openbsd-current/sys/arch/arm/cortex/
H A Dcortex.c78 int cortexprint(void *aux, const char *cortex);
93 * int cortexmatch(struct device *parent, struct cfdata *cf, void *aux)
97 cortexmatch(struct device *parent, void *cfdata, void *aux) argument
99 union mainbus_attach_args *ma = aux;
118 * void cortexattach(struct device *parent, struct device *self, void *aux)
124 cortexattach(struct device *parent, struct device *self, void *aux) argument
128 config_search(cortexsearch, self, aux);
132 cortexsearch(struct device *parent, void *vcf, void *aux) argument
151 * int cortexprint(void *aux, const char *cortex)
157 cortexprint(void *aux, cons argument
[all...]
/openbsd-current/sys/arch/sparc64/dev/
H A Dcmp.c39 cmp_match(struct device *parent, void *match, void *aux) argument
41 struct mainbus_attach_args *ma = aux;
50 cmp_attach(struct device *parent, struct device *self, void *aux) argument
52 struct mainbus_attach_args *ma = aux;
75 cmp_print(void *aux, const char *name) argument
77 struct mainbus_attach_args *ma = aux;
H A Dcore.c39 core_match(struct device *parent, void *match, void *aux) argument
41 struct mainbus_attach_args *ma = aux;
50 core_attach(struct device *parent, struct device *self, void *aux) argument
52 struct mainbus_attach_args *ma = aux;
75 core_print(void *aux, const char *name) argument
77 struct mainbus_attach_args *ma = aux;
H A Dssm.c40 ssm_match(struct device *parent, void *match, void *aux) argument
42 struct mainbus_attach_args *ma = aux;
51 ssm_attach(struct device *parent, struct device *self, void *aux) argument
53 struct mainbus_attach_args *ma = aux;
82 ssm_print(void *aux, const char *name) argument
84 struct mainbus_attach_args *ma = aux;
/openbsd-current/sys/arch/hppa/gsc/
H A Dfdc_gsc.c53 fdc_gsc_probe(parent, match, aux)
55 void *match, *aux;
57 struct confargs *ca = aux;
75 fdc_gsc_attach(parent, self, aux)
77 void *aux;
81 struct confargs *ca = aux;

Completed in 323 milliseconds

1234567891011>>