/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_ethtool.c | 22 enum ethtool_link_mode_bit_indices eth_mode; 206 enum ethtool_link_mode_bit_indices eth_mode; 227 enum ethtool_link_mode_bit_indices eth_mode;
|
/linux/drivers/clk/ |
H A D | clk-xgene.c | 43 enum xgene_pll_type { 53 enum xgene_pll_type type; 170 static void xgene_pllclk_init(struct device_node *np, enum xgene_pll_type pll_type) in xgene_pllclk_init()
|
/linux/fs/hpfs/ |
H A D | hpfs.h | 391 enum { 437 enum {FNODE_anode = cpu_to_le16(2), FNODE_dir = cpu_to_le16(256)}; 523 enum {EA_indirect = 1, EA_anode = 2, EA_needea = 128 };
|
/linux/drivers/iommu/iommufd/ |
H A D | main.c | 35 enum iommufd_object_type type) in _iommufd_object_alloc() 67 enum iommufd_object_type type) in _iommufd_object_alloc_ucmd() 142 enum iommufd_object_type type) in iommufd_get_object()
|
/linux/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 43 enum fe_sec_voltage voltage) in flexcop_set_voltage() 82 static int flexcop_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) in flexcop_set_tone() 161 enum fe_sec_mini_cmd minicmd) in flexcop_diseqc_send_burst()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_request.h | 71 enum { 719 enum i915_request_state { 727 enum i915_request_state i915_test_request_state(struct i915_request *rq);
|
/linux/net/sched/ |
H A D | cls_api.c | 778 enum flow_block_command command, in tcf_block_offload_init() 779 enum flow_block_binder_type binder_type, in tcf_block_offload_init() 826 enum flow_block_command command, in tcf_block_offload_cmd() 1400 enum flow_block_binder_type binder_type; 1406 enum flow_block_binder_type binder_type) in tcf_block_owner_netif_keep_dst() 1427 enum flow_block_binder_type binder_type) in tcf_block_owner_add() 1442 enum flow_block_binder_type binder_type) in tcf_block_owner_del() 3595 __tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, in __tc_setup_cb_call() 3614 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, in tc_setup_cb_call() 3650 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() [all …]
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 182 enum amd_ip_block_type block) in amdgpu_ip_member_of_hwini() 188 enum amdgpu_init_lvl_id lvl) in amdgpu_set_init_level() 366 enum amdgpu_pkg_type pkg_type = AMDGPU_PKG_TYPE_CEM; in amdgpu_device_get_board_info() 2190 enum vga_switcheroo_state state) in amdgpu_switcheroo_set_state() 2265 enum amd_ip_block_type block_type, in amdgpu_device_ip_set_clockgating_state() 2266 enum amd_clockgating_state state) in amdgpu_device_ip_set_clockgating_state() 2300 enum amd_ip_block_type block_type, in amdgpu_device_ip_set_powergating_state() 2301 enum amd_powergating_state state) in amdgpu_device_ip_set_powergating_state() 2358 enum amd_ip_block_type block_type) in amdgpu_device_ip_wait_for_idle() 2389 enum amd_ip_block_type block_type) in amdgpu_device_ip_is_valid() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gk110.c | 109 gk110_pmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk110_pmu_new()
|
/linux/Documentation/core-api/ |
H A D | netlink.rst | 17 but should be avoided in new families. The ``unspec`` enum values are
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gf100.c | 114 gf100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_devinit_new()
|
/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_7k_common.c | 115 handle->state = (enum qcafrm_state)(len + 1); in qcafrm_fsm_decode()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.h | 39 enum {
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,qcs404-cdsp-pil.yaml | 18 enum:
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-ep9301.yaml | 19 - enum:
|
/linux/tools/objtool/ |
H A D | Makefile | 35 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
|
/linux/drivers/bcma/ |
H A D | core.c | 79 enum bcma_clkmode clkmode) in bcma_core_set_clockmode()
|
/linux/fs/nfs/ |
H A D | callback.h | 17 enum nfs4_callback_procnum {
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | nvidia,tegra20-hsuart.yaml | 16 - enum:
|
/linux/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.h | 54 enum AR5523_flags {
|
/linux/drivers/iio/chemical/ |
H A D | scd30_i2c.c | 66 static int scd30_i2c_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, in scd30_i2c_command()
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gem.h | 15 enum panfrost_debugfs_gem_state_flags {
|
/linux/Documentation/networking/net_cachelines/ |
H A D | snmp.rst | 5 netns_ipv4 enum fast path usage breakdown
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_vga_bmc.c | 82 enum drm_connector_status old_status, status; in mgag200_vga_bmc_connector_helper_detect_ctx()
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-edp-legacy.yaml | 25 enum:
|