Searched refs:common (Results 126 - 150 of 1304) sorted by relevance

1234567891011>>

/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dmman.h9 #include <uapi/asm-generic/mman-common.h>
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Dmman.h9 #include <uapi/asm-generic/mman-common.h>
/linux-master/include/linux/iio/common/
H A Dst_sensors_spi.h14 #include <linux/iio/common/st_sensors.h>
H A Dst_sensors_i2c.h14 #include <linux/iio/common/st_sensors.h>
/linux-master/drivers/media/common/videobuf2/
H A DMakefile2 videobuf2-common-objs := videobuf2-core.o
3 videobuf2-common-objs += frame_vector.o
6 videobuf2-common-objs += vb2-trace.o
11 obj-$(CONFIG_VIDEOBUF2_CORE) += videobuf2-common.o
/linux-master/drivers/accel/habanalabs/
H A DMakefile8 include $(src)/common/Makefile
20 habanalabs-$(CONFIG_DEBUG_FS) += common/debugfs.o
/linux-master/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/class/
H A Dcl0000.h3 #include <nvrm/535.113.01/common/sdk/nvidia/inc/nvlimits.h>
/linux-master/drivers/acpi/acpica/
H A Dutstate.c34 state->common.next = *list_head;
65 *list_head = state->common.next;
94 state->common.descriptor_type = ACPI_DESC_TYPE_STATE;
128 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_THREAD;
172 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_UPDATE;
208 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_PACKAGE;
245 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_CONTROL;
246 state->common.state = ACPI_CONTROL_CONDITIONAL_EXECUTING;
H A Ddbxface.c146 parent_op = op->common.parent;
149 (walk_state->control_state->common.state ==
157 if ((parent_op->common.aml_opcode == AML_IF_OP)
158 || (parent_op->common.aml_opcode ==
163 parent_op = parent_op->common.parent;
167 if ((parent_op->common.aml_opcode == AML_IF_OP)
168 || (parent_op->common.aml_opcode ==
170 || (parent_op->common.aml_opcode ==
172 || (parent_op->common.aml_opcode ==
174 || (parent_op->common
[all...]
H A Ddswscope.c44 acpi_ut_get_type_name(scope_info->common.
99 scope_info->common.descriptor_type = ACPI_DESC_TYPE_STATE_WSCOPE;
101 scope_info->common.value = (u16) type;
116 common.value)));
124 acpi_ut_get_type_name(scope_info->common.value)));
165 acpi_ut_get_type_name(scope_info->common.value)));
173 common.value)));
/linux-master/drivers/media/radio/si470x/
H A DMakefile6 obj-$(CONFIG_RADIO_SI470X) += radio-si470x-common.o
/linux-master/drivers/media/usb/siano/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/common/siano
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A DMakefile4 obj-$(CONFIG_MT76x0_COMMON) += mt76x0-common.o
6 mt76x0-common-y := init.o main.o eeprom.o phy.o
/linux-master/tools/perf/trace/beauty/
H A Dmadvise_behavior.sh8 grep -E $regex ${header_dir}/mman-common.h | \
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c24 NL_SET_ERR_MSG_MOD(tmo->common.extack,
34 tmo->common.chain_index,
38 NL_SET_ERR_MSG_MOD(tmo->common.extack,
43 NL_SET_ERR_MSG_MOD(tmo->common.extack,
48 NL_SET_ERR_MSG_MOD(tmo->common.extack,
53 NL_SET_ERR_MSG_MOD(tmo->common.extack,
59 NL_SET_ERR_MSG_MOD(tmo->common.extack, "Unsupported action");
81 NL_SET_ERR_MSG_MOD(tmo->common.extack, "Unsupported action");
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A DMakefile3 obj-$(CONFIG_MT7925_COMMON) += mt7925-common.o
7 mt7925-common-y := mac.o mcu.o main.o init.o debugfs.o
/linux-master/arch/arm/mach-omap2/
H A Dvp.c5 #include "common.h"
22 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask |
23 vp->common->vpconfig_forceupdate |
24 vp->common->vpconfig_initvdd);
25 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask);
29 voltdm->write((vpconfig | vp->common->vpconfig_initvdd),
77 __ffs(voltdm->vp->common->vpconfig_erroroffset_mask)) |
78 vp->common->vpconfig_timeouten;
82 val = (waittime << vp->common->vstepmin_smpswaittimemin_shift) |
83 (vstepmin << vp->common
[all...]
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_nkm.h31 struct ccu_common common; member in struct:ccu_nkm
47 .common = { \
67 .common = { \
78 struct ccu_common *common = hw_to_ccu_common(hw); local
80 return container_of(common, struct ccu_nkm, common);
H A Dccu_mult.c57 return ccu_gate_helper_disable(&cm->common, cm->enable);
64 return ccu_gate_helper_enable(&cm->common, cm->enable);
71 return ccu_gate_helper_is_enabled(&cm->common, cm->enable);
81 if (ccu_frac_helper_is_enabled(&cm->common, &cm->frac))
82 return ccu_frac_helper_read_rate(&cm->common, &cm->frac);
84 reg = readl(cm->common.base + cm->common.reg);
88 parent_rate = ccu_mux_helper_apply_prediv(&cm->common, &cm->mux, -1,
99 return ccu_mux_helper_determine_rate(&cm->common, &cm->mux,
111 if (ccu_frac_helper_has_rate(&cm->common,
[all...]
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c26 * @common: Common unwind state.
33 struct unwind_state common; member in struct:kunwind_state
44 unwind_init_common(&state->common);
61 state->common.fp = regs->regs[29];
62 state->common.pc = regs->pc;
78 state->common.fp = (unsigned long)__builtin_frame_address(1);
79 state->common.pc = (unsigned long)__builtin_return_address(0);
98 state->common.fp = thread_saved_fp(task);
99 state->common.pc = thread_saved_pc(task);
107 (state->common
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c65 void rsi_sdio_rx_thread(struct rsi_common *common) argument
67 struct rsi_hw *adapter = common->priv;
84 * @common: Pointer to the driver private structure.
88 static int rsi_process_pkt(struct rsi_common *common) argument
90 struct rsi_hw *adapter = common->priv;
114 rsi_sdio_ack_intr(common->priv, (1 << MSDU_PKT_PENDING));
131 status = rsi_read_pkt(common, dev->pktbuffer, rcv_pkt_len);
233 struct rsi_common *common = adapter->priv; local
242 mutex_lock(&common->rx_lock);
243 status = rsi_sdio_read_register(common
338 struct rsi_common *common = adapter->priv; local
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwow.c53 struct ath_common *common = ath9k_hw_common(ah); local
108 memcpy((dis_deauth_pattern + byte_cnt), common->curbssid, ETH_ALEN);
113 memcpy((dis_deauth_pattern + byte_cnt), common->curbssid, ETH_ALEN);
172 struct ath_common *common = ath9k_hw_common(ah); local
180 if (test_bit(ATH_OP_INVALID, &common->op_flags)) {
181 ath_err(common, "Device not present\n");
187 ath_err(common, "None of the WoW triggers enabled\n");
193 ath_dbg(common, WOW, "WoW for multivif is not yet supported\n");
199 if (test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags)) {
200 ath_dbg(common, WO
284 struct ath_common *common = ath9k_hw_common(ah); local
317 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
[all...]
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dstring-attributes.c39 if (string_data->common.is_readonly)
185 strscpy(string_data->common.path, str_value,
186 sizeof(string_data->common.path));
189 string_data->common.is_readonly = int_value;
192 string_data->common.display_in_ui = int_value;
195 string_data->common.requires_physical_presence = int_value;
198 string_data->common.sequence = int_value;
205 string_data->common.prerequisites_size = int_value;
214 if (string_data->common.prerequisites_size == 0)
218 size = min_t(u32, string_data->common
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h45 struct am65_cpsw_common *common; member in struct:am65_cpsw_port
64 struct am65_cpsw_common *common; member in struct:am65_cpsw_host
74 struct am65_cpsw_common *common; member in struct:am65_cpsw_tx_chn
112 struct am65_cpsw_common *common; member in struct:am65_cpsw_devlink
187 #define am65_ndev_to_common(ndev) (am65_ndev_to_port(ndev)->common)
190 #define am65_common_get_host(common) (&(common)->host)
191 #define am65_common_get_port(common, id) (&(common)->ports[(id) - 1])
200 #define AM65_CPSW_IS_CPSW2G(common) ((commo
[all...]
/linux-master/drivers/clk/sprd/
H A Dmux.h11 #include "common.h"
29 struct sprd_clk_common common; member in struct:sprd_mux
43 .common = { \
75 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); local
77 return container_of(common, struct sprd_mux, common);
82 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common,
84 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common,

Completed in 193 milliseconds

1234567891011>>