Home
last modified time | relevance | path

Searched refs:change (Results 76 – 100 of 2370) sorted by relevance

12345678910>>...95

/openbmc/u-boot/tools/patman/
H A DREADME10 - Inserts a cover letter with change lists
41 normally in the top commit so it is easy to change them with 'git
240 particular version n of that commit. The change list is
242 change list and also the whole thing is repeated in the cover
243 letter (where duplicate change lines are merged).
245 By adding your change lists into your commits it is easier to
256 This tells patman to sort and/or uniq the change logs. It is
343 <change 'pick' to 'edit' in 89234f5>
448 to, or anything about the change logs.
467 6. It is a good idea to add the change log info as you change the commit,
[all …]
/openbmc/linux/Documentation/sound/designs/
H A Djack-injection.rst10 validate ALSA userspace changes. For example, we change the audio
12 change works as expected and if the change introduce the regression,
28 change the state by hardware events anymore, we could inject plugin or
33 and will change by future hardware events.
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_mixer.c551 int change; in ac97_switch_put() local
561 if (change) { in ac97_switch_put()
583 return change; in ac97_switch_put()
627 int change; in ac97_volume_put() local
640 if (change) in ac97_volume_put()
643 return change; in ac97_volume_put()
671 int change; in mic_fmic_source_put() local
680 if (change) in mic_fmic_source_put()
683 return change; in mic_fmic_source_put()
715 int change; in ac97_fp_rec_volume_put() local
[all …]
/openbmc/linux/sound/isa/es1688/
H A Des1688_lib.c740 int change; in snd_es1688_put_mux() local
747 change = nval != oval; in snd_es1688_put_mux()
748 if (change) in snd_es1688_put_mux()
751 return change; in snd_es1688_put_mux()
796 int change; in snd_es1688_put_single() local
807 if (change) in snd_es1688_put_single()
810 return change; in snd_es1688_put_single()
874 int change; in snd_es1688_put_double() local
898 if (change) { in snd_es1688_put_double()
915 if (change) { in snd_es1688_put_double()
[all …]
/openbmc/linux/drivers/extcon/
H A Dextcon-intel-mrfld.c155 unsigned int status, change; in mrfld_extcon_cable_detect() local
167 change = status ^ data->status; in mrfld_extcon_cable_detect()
168 if (!change) in mrfld_extcon_cable_detect()
171 if (change & BCOVE_CHGRIRQ_USBIDDET) { in mrfld_extcon_cable_detect()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-uevent.rst80 UEVENT[1192521009.711215] change@/block/dm-3
81 ACTION=change
97 UEVENT[1192521132.989927] change@/block/dm-3
98 ACTION=change
/openbmc/qemu/docs/system/devices/
H A Digb.rst42 As these devices are very similar, if you make a change for igb and the same
43 change can be applied to e1000e and e1000, please do so.
45 Please do not forget to run tests before submitting a change. As tests included
47 the change to confirm it works in an integrated system.
/openbmc/linux/tools/testing/selftests/net/
H A Dioam6.sh425 ip -netns ioam-node-alpha route change db01::/64 dev veth0
448 ip -netns ioam-node-alpha route change db01::/64 dev veth0
493 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
513 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
539 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
578 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
608 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
628 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
683 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
707 ip -netns ioam-node-alpha route change db01::/64 encap ioam6 mode $mode \
[all …]
/openbmc/linux/sound/pci/ice1712/
H A Ddelta.c205 int change; in delta_spdif_default_put() local
209 change = ice->spdif.cs8403_bits != val; in delta_spdif_default_put()
211 if (change && ice->playback_pro_substream == NULL) { in delta_spdif_default_put()
217 return change; in delta_spdif_default_put()
228 int change; in delta_spdif_stream_put() local
232 change = ice->spdif.cs8403_stream_bits != val; in delta_spdif_stream_put()
234 if (change && ice->playback_pro_substream != NULL) { in delta_spdif_stream_put()
240 return change; in delta_spdif_stream_put()
384 int change; in delta_setup_spdif() local
396 change = ice->spdif.cs8403_stream_bits != tmp; in delta_setup_spdif()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-examples.rst7 (A video capture device is assumed; change
8 ``V4L2_BUF_TYPE_VIDEO_CAPTURE`` for other devices; change target to
57 A video output device is assumed; change ``V4L2_BUF_TYPE_VIDEO_OUTPUT``
/openbmc/linux/include/linux/
H A Drtnetlink.h21 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, gfp_t flags,
23 void rtmsg_ifinfo_newnet(int type, struct net_device *dev, unsigned int change,
26 unsigned change, u32 event,
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue16 @change="onChangeldapAuthenticationEnabled"
47 @change="$v.form.secureLdapEnabled.$touch()"
79 @change="onChangeServiceType"
87 @change="onChangeServiceType"
109 @change="$v.form.serverUri.$touch()"
127 @change="$v.form.bindDn.$touch()"
148 @change="$v.form.bindPassword.$touch()"
166 @change="$v.form.baseDn.$touch()"
185 @change="$v.form.userIdAttribute.$touch()"
201 @change="$v.form.groupIdAttribute.$touch()"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-phy-rcar-gen3-usb27 The file can show/change the phy mode for role swap of usb.
9 Write the following strings to change the mode:
H A Dsysfs-platform-renesas_usb37 The file can show/change the drd mode of usb.
9 Write the following string to change the mode:
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Ddump-gerrit.py55 for change in query:
56 data = json.loads(change)
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-ula.sh57 if [[ $change == init ]]; then
60 elif [[ $change == link && $intf == gbmcbr ]]; then
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c1899 if (change) { in snd_cs46xx_vol_put()
1903 return change; in snd_cs46xx_vol_put()
1928 change = 1; in snd_cs46xx_vol_dac_put()
1931 return change; in snd_cs46xx_vol_dac_put()
1954 change = 1;
2037 change = 1; in snd_cs46xx_adc_capture_put()
2040 change = 1; in snd_cs46xx_adc_capture_put()
2069 change = 1; in snd_cs46xx_pcm_capture_put()
2072 change = 1; in snd_cs46xx_pcm_capture_put()
2150 int change; in snd_cs46xx_spdif_default_put() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c412 bool *change) in update_buffer_lossy() argument
454 *change = true; in update_buffer_lossy()
482 u32 change, unsigned int mtu, in mlx5e_port_manual_buffer_config() argument
500 netdev_dbg(netdev, "%s: change=%x\n", __func__, change); in mlx5e_port_manual_buffer_config()
507 if (change & MLX5E_PORT_BUFFER_CABLE_LEN) { in mlx5e_port_manual_buffer_config()
514 if (change & MLX5E_PORT_BUFFER_PFC) { in mlx5e_port_manual_buffer_config()
528 if (change & MLX5E_PORT_BUFFER_PRIO2BUFFER) { in mlx5e_port_manual_buffer_config()
544 if (change & MLX5E_PORT_BUFFER_SIZE) { in mlx5e_port_manual_buffer_config()
/openbmc/pldm/libpldmresponder/examples/effecter/
H A Ddbus_to_host_effecter.json21 // which are monitored for a property change signal
23 // if there is a property change, the corresponding
/openbmc/linux/net/ethtool/
H A Dnetlink.h205 struct nla_bitfield32 change; in ethnl_update_bitfield32() local
210 change = nla_get_bitfield32(attr); in ethnl_update_bitfield32()
211 newval = (*dst & ~change.selector) | (change.value & change.selector); in ethnl_update_bitfield32()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dchsh5 # This will not allow a user to change their shell unless
10 # This allows root to change user shell without being
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DThreshold.interface.yaml11 Value interface. This property is experimental and may change based on
26 This indicates the assertion change for a threshold.
44 The value that triggered the assertion change.
/openbmc/qemu/hw/input/
H A Dtrace-events7 adb_device_kbd_request_change_addr(int devaddr) "change addr to 0x%x"
8 adb_device_kbd_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler t…
14 adb_device_mouse_request_change_addr(int devaddr) "change addr to 0x%x"
15 adb_device_mouse_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler…
/openbmc/linux/Documentation/driver-api/hte/
H A Dhte.rst14 change; upon detecting the change they can automatically store the timestamp at
47 - Monitors GPIO line change.
48 - Detects the state change on GPIO line.
/openbmc/linux/Documentation/networking/
H A Dfailover.rst13 unregister/link change/name change events on slave pci ethernet devices

12345678910>>...95