Home
last modified time | relevance | path

Searched defs:o (Results 251 – 275 of 460) sorted by relevance

1...<<111213141516171819

/openbmc/linux/net/openvswitch/
H A Dvport.c64 struct vport_ops *o; in __ovs_vport_ops_register() local
/openbmc/linux/drivers/bcma/
H A Dsprom.c223 u16 v, o; in bcma_sprom_extract_r8() local
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot) argument
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) argument
/openbmc/linux/include/media/
H A Dv4l2-subdev.h1814 #define v4l2_subdev_call(sd, o, f, args...) \ argument
1848 #define v4l2_subdev_call_state_active(sd, o, f, args...) \ argument
1880 #define v4l2_subdev_call_state_try(sd, o, f, args...) \ argument
1903 #define v4l2_subdev_has_op(sd, o, f) \ argument
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c662 struct trusted_key_options *o) in key_seal()
688 struct trusted_key_options *o) in key_unseal()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c986 int vidioc_g_output(struct file *file, void *priv, unsigned *o) in vidioc_g_output()
994 int vidioc_s_output(struct file *file, void *priv, unsigned o) in vidioc_s_output()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dll_temac.h401 #define temac_ior(lp, o) ((lp)->temac_ior(lp, o)) argument
402 #define temac_iow(lp, o, v) ((lp)->temac_iow(lp, o, v)) argument
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qusb2.c110 #define QUSB2_PHY_INIT_CFG(o, v) \ argument
116 #define QUSB2_PHY_INIT_CFG_L(o, v) \ argument
H A Dphy-qcom-qmp-pcie-msm8996.c52 #define QMP_PHY_INIT_CFG(o, v) \ argument
59 #define QMP_PHY_INIT_CFG_LANE(o, v, l) \ argument
H A Dphy-qcom-usb-hs-28nm.c386 #define HSPHY_INIT_CFG(o, v, d) { .offset = o, .val = v, .delay = d, } argument
/openbmc/linux/fs/gfs2/
H A Dops_fstype.c1008 char *o, *options; in gfs2_lm_mount() local
1456 int o; in gfs2_parse_param() local
/openbmc/qemu/hw/usb/
H A Dhcd-ehci-sysbus.c193 static void ehci_ppc4xx_init(Object *o) in ehci_ppc4xx_init()
/openbmc/telemetry/tests/src/
H A Dtest_numeric_threshold.cpp146 friend void PrintTo(const NumericParams& o, std::ostream* os) in PrintTo()
H A Dtest_discrete_threshold.cpp180 friend void PrintTo(const DiscreteParams& o, std::ostream* os) in PrintTo()
/openbmc/qemu/util/
H A Dqdist.c216 struct qdist_entry *o = &from->entries[j]; in qdist_bin__internal() local
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c83 Object *o; in cxl_fmws_link_targets() local
/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c161 #define KEEP_OLD_BIT(o, n, b) (((n) & (~(b))) | ((o) & (b))) argument
162 #define WRITE_ONE_CLEAR(o, n, b) ((n) & (b) ? (o) & (~(b)) : (o)) argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py228 def emit(self, o, level = 0): argument
305 def emit(self, var, oval, val, o, d): argument
/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c254 void config_so_flags(int rcv, struct options o) in config_so_flags()
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c350 int o; in main() local
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c247 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) argument
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp97 ResultType o; in LambdaDbusMethod() local
109 ResultType o; in LambdaDbusMethod() local
/openbmc/linux/fs/ntfs3/
H A Dsuper.c461 static int ntfs3_volinfo(struct seq_file *m, void *o) in ntfs3_volinfo()
483 static int ntfs3_label_show(struct seq_file *m, void *o) in ntfs3_label_show()
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.cpp260 for (const auto& o : convert(watchIndex)) in testStart() local

1...<<111213141516171819