/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | qp.c | 81 /* this procedure is called after we already know we are on the master */ in is_master_qp0() 157 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify() 159 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify() 198 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify() 200 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify() 203 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify() 205 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm9081.c | 152 int master; member 664 if (wm9081->master && wm9081->bclk) { in configure_clock() 911 wm9081->master = 0; in wm9081_set_dai_fmt() 915 wm9081->master = 1; in wm9081_set_dai_fmt() 919 wm9081->master = 1; in wm9081_set_dai_fmt() 923 wm9081->master = 1; in wm9081_set_dai_fmt()
|
/kernel/linux/linux-5.10/drivers/hsi/clients/ |
H A D | cmt_speech.c | 81 struct hsi_client *master; member 779 ssip_slave_start_tx(hi->master); in cs_hsi_set_wakeline() 781 ssip_slave_stop_tx(hi->master); in cs_hsi_set_wakeline() 1020 hsi_if->master = ssip_slave_get_master(cl); in cs_hsi_start() 1021 if (IS_ERR(hsi_if->master)) { in cs_hsi_start() 1022 err = PTR_ERR(hsi_if->master); in cs_hsi_start() 1023 dev_err(&cl->device, "Could not get HSI master client\n"); in cs_hsi_start() 1026 if (!ssip_slave_running(hsi_if->master)) { in cs_hsi_start() 1063 ssip_slave_put_master(hi->master); in cs_hsi_stop()
|
/kernel/linux/linux-6.6/drivers/hsi/clients/ |
H A D | cmt_speech.c | 81 struct hsi_client *master; member 779 ssip_slave_start_tx(hi->master); in cs_hsi_set_wakeline() 781 ssip_slave_stop_tx(hi->master); in cs_hsi_set_wakeline() 1020 hsi_if->master = ssip_slave_get_master(cl); in cs_hsi_start() 1021 if (IS_ERR(hsi_if->master)) { in cs_hsi_start() 1022 err = PTR_ERR(hsi_if->master); in cs_hsi_start() 1023 dev_err(&cl->device, "Could not get HSI master client\n"); in cs_hsi_start() 1026 if (!ssip_slave_running(hsi_if->master)) { in cs_hsi_start() 1063 ssip_slave_put_master(hi->master); in cs_hsi_stop()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_core.c | 458 * 2. nf_conn->master address (normally NULL) 470 b = (unsigned long)ct->master; in nf_ct_get_id() 587 struct nf_conn *master = ct->master; in destroy_gre_conntrack() local 589 if (master) in destroy_gre_conntrack() 590 nf_ct_gre_keymap_destroy(master); in destroy_gre_conntrack() 622 if (ct->master) in destroy_conntrack() 623 nf_ct_put(ct->master); in destroy_conntrack() 1592 /* exp->master safe, refcnt bumped in nf_ct_find_expectation */ in init_conntrack() 1593 ct->master in init_conntrack() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 57 "master=<name of sink to filter> " 112 "master", /* Will be deprecated. */ 358 /* Get the latency of the master sink */ in sink_process_msg_cb() 408 * of the master sink to make sure we are heard immediately */ in sink_set_state_in_io_thread_cb() 428 /* Just hand this one over to the master sink */ in sink_request_rewind_cb() 445 /* Just hand this one over to the master sink */ in sink_update_requested_latency_cb() 649 * to the master. */ in sink_input_kill_cb() 1002 pa_sink *master; in pa__init() local 1024 master_name = pa_modargs_get_value(ma, "master", NULL); in pa__init() 1026 pa_log_warn("The 'master' modul in pa__init() [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A D | p_basic.c | 16 unsigned int m = output->master; in basic_write()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | Makefile | 7 soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.h | 53 bool master; /* Whether this is a master context */ member
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_trigger_diag.h | 66 /* master trigger bitmask */ 188 struct SL_WH_MASTER_TRIGGER_T master; member
|
/kernel/linux/linux-5.10/include/linux/spi/ |
H A D | spi_bitbang.h | 13 struct spi_master *master; member 37 /* you can call these default bitbang->master methods from your custom
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | s3c-i2s-v2.h | 37 * @master: True if the I2S core is the I2S bit clock master. 56 unsigned char master; member
|
/kernel/linux/linux-6.6/include/linux/spi/ |
H A D | spi_bitbang.h | 13 struct spi_master *master; member 37 /* you can call these default bitbang->master methods from your custom
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_trigger_diag.h | 66 /* master trigger bitmask */ 188 struct SL_WH_MASTER_TRIGGER_T master; member
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.h | 53 bool master; /* Whether this is a master context */ member
|
/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A D | p_basic.c | 16 unsigned int m = output->master; in basic_write()
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | build-vkd3d-proton.sh | 29 git clone https://github.com/HansKristian-Work/vkd3d-proton.git --single-branch -b master --no-checkout "$VKD3D_PROTON_SRC_DIR"
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_internal.h | 59 int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master); 74 struct drm_master *master) in drm_pci_set_busid() 73 drm_pci_set_busid(struct drm_device *dev, struct drm_master *master) drm_pci_set_busid() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/ |
H A D | drm_internal.h | 59 int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master); 74 struct drm_master *master) in drm_pci_set_busid() 73 drm_pci_set_busid(struct drm_device *dev, struct drm_master *master) drm_pci_set_busid() argument
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 91 # Jump the master to kernel_entry 98 # All cores other than the master need to wait here for SMP bootstrap 127 # Set the SP global variable to zero so the master knows we've started
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 91 # Jump the master to kernel_entry 98 # All cores other than the master need to wait here for SMP bootstrap 127 # Set the SP global variable to zero so the master knows we've started
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | ipip_lib.sh | 255 ip link set dev g1a master v$ol1 294 ip link set dev g2a master v$ol2
|
H A D | pedit_dsfield.sh | 64 ip link set dev $swp1 master br1 66 ip link set dev $swp2 master br1
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/ocelot/ |
H A D | tc_flower_chains.sh | 162 ip link set $eth0 master br0 163 ip link set $eth1 master br0
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | 188 unsigned int master); 241 unsigned int master);
|