/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-browser | 123 self.recipe_view.get_selection().connect("changed", self.on_recipe_changed) 124 self.package_view.get_selection().connect("changed", self.on_package_changed) 164 self.on_recipe_changed(self.recipe_view.get_selection())
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp.py | 104 self.pkg_treeview.get_selection().connect("changed", self.on_cursor_changed) 156 self.pkg_treeview.get_selection().select_path(pkg_path[0])
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ak881x.c | 218 .get_selection = ak881x_get_selection,
|
H A D | ov9640.c | 671 .get_selection = ov9640_get_selection,
|
H A D | ov2685.c | 654 .get_selection = ov2685_get_selection,
|
H A D | imx214.c | 847 .get_selection = imx214_get_selection,
|
H A D | tw9910.c | 916 .get_selection = tw9910_get_selection,
|
H A D | ov5645.c | 1031 .get_selection = ov5645_get_selection,
|
H A D | ov01a10.c | 867 .get_selection = ov01a10_get_selection,
|
H A D | ov4689.c | 606 .get_selection = ov4689_get_selection,
|
H A D | mt9m001.c | 719 .get_selection = mt9m001_get_selection,
|
H A D | hi556.c | 1164 .get_selection = hi556_get_selection,
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_uif.c | 184 .get_selection = uif_get_selection,
|
H A D | vsp1_rwpf.c | 252 .get_selection = vsp1_rwpf_get_selection,
|
H A D | vsp1_brx.c | 274 .get_selection = brx_get_selection,
|
H A D | vsp1_histo.c | 408 .get_selection = histo_get_selection,
|
/openbmc/linux/drivers/media/platform/microchip/ |
H A D | microchip-isc-scaler.c | 172 .get_selection = isc_scaler_g_sel,
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 298 sd->ops->pad->get_selection(sd, state, sel); in call_get_selection() 436 DEFINE_STATE_WRAPPER(get_selection, struct v4l2_subdev_selection); 445 .get_selection = call_get_selection_state, 688 sd, pad, get_selection, state, &sel); in subdev_do_ioctl() 785 sd, pad, get_selection, state, sel); in subdev_do_ioctl()
|
/openbmc/linux/drivers/staging/media/tegra-video/ |
H A D | vi.c | 479 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) { in __tegra_channel_try_format() 483 ret = v4l2_subdev_call(subdev, pad, get_selection, in __tegra_channel_try_format() 623 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) in tegra_channel_g_selection() 632 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection()
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-scaler.c | 301 .get_selection = vimc_scaler_get_selection,
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 1760 sel = sc.get_selection() 1952 new_val = "y" if choice.get_selection() is self \ 2329 return self.is_choice_sym and self.parent.get_selection() is self 2784 def get_selection(self): member in Choice
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_v4l2.c | 951 err = v4l2_subdev_call(input->camera, pad, get_selection, NULL, &sel); in atomisp_init_sensor() 959 err = v4l2_subdev_call(input->camera, pad, get_selection, NULL, &sel); in atomisp_init_sensor()
|
H A D | atomisp_subdev.c | 631 .get_selection = isp_subdev_get_selection,
|
/openbmc/linux/include/media/ |
H A D | v4l2-subdev.h | 860 int (*get_selection)(struct v4l2_subdev *sd, member
|
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-pipe.c | 689 .get_selection = mxc_isi_pipe_get_selection,
|