Home
last modified time | relevance | path

Searched defs:type (Results 601 – 800 of 4093) sorted by relevance

12345678910>>...21

/linux-4.1.27/arch/xtensa/include/asm/
Dcoprocessor.h115 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
120 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) argument
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Diwl-spectrum.h78 u8 type; member
86 u8 type; member
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dfriio.c39 u8 req, type; in gl861_i2c_ctrlmsg_data() local
68 u8 req, type; in gl861_i2c_msg() local
/linux-4.1.27/fs/configfs/
Dsymlink.c142 struct config_item_type *type; in configfs_symlink() local
190 struct config_item_type *type; in configfs_unlink() local
Ddir.c173 void *element, int type) in configfs_new_dirent()
227 umode_t mode, int type) in configfs_make_dirent()
897 struct config_item_type *type; in client_disconnect_notify() local
916 struct config_item_type *type; in client_drop_item() local
1164 struct config_item_type *type; in configfs_mkdir() local
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-i2c.c87 const char *type, u8 addr) in cx18_i2c_new_ir()
116 const char *type = hw_devicenames[idx]; in cx18_i2c_register() local
Dcx18-controls.c36 int type = cxhdl->stream_type->val; in cx18_s_stream_vbi_fmt() local
/linux-4.1.27/arch/ia64/kernel/
Desi.c33 #define ESI_DESC_SIZE(type) "\060"[(unsigned) (type)] argument
36 u8 type; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c192 enum nvkm_therm_attr_type type) in nvkm_therm_attr_get()
226 enum nvkm_therm_attr_type type, int value) in nvkm_therm_attr_set()
/linux-4.1.27/drivers/input/keyboard/
Dsunkbd.c83 char type; member
154 unsigned int type, unsigned int code, int value) in sunkbd_event()
Dtca6416-keypad.c110 unsigned int type = button->type ?: EV_KEY; in tca6416_keys_scan() local
256 unsigned int type; in tca6416_keypad_probe() local
/linux-4.1.27/drivers/pinctrl/
Dpinconf-generic.c279 enum pinctrl_map_type type) in pinconf_generic_dt_subnode_to_map()
363 unsigned *num_maps, enum pinctrl_map_type type) in pinconf_generic_dt_node_to_map()
/linux-4.1.27/drivers/block/
Dataflop.c223 int type; member
646 static int do_format(int drive, int type, struct atari_format_descr *desc) in do_format()
1423 int drive, type; in redo_fd_request() local
1515 int type = floppy->type; in fd_locked_ioctl() local
1844 int type = MINOR(bdev->bd_dev) >> 2; in floppy_open() local
1914 int type = *part >> 2; in floppy_find() local
/linux-4.1.27/fs/cachefiles/
Dkey.c37 char *cachefiles_cook_key(const u8 *raw, int keylen, uint8_t type) in cachefiles_cook_key()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddisp.h15 u16 type; member
Dextdev.h14 u8 type; member
Di2c.h15 enum dcb_i2c_type type; member
Ddp.h4 u16 type; member
/linux-4.1.27/tools/lib/symbol/
Dkallsyms.c7 char type, u64 start)) in kallsyms__parse()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dgk104.c40 gk104_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data) in gk104_gpio_intr_mask()
Dg94.c40 g94_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data) in g94_gpio_intr_mask()
Dnv10.c91 nv10_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data) in nv10_gpio_intr_mask()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dfault.c37 unsigned long ea, int type) in spufs_handle_event()
/linux-4.1.27/include/linux/iio/
Dtrigger_consumer.h37 int type; member
/linux-4.1.27/arch/x86/math-emu/
Dload_store.c61 int FPU_load_store(u_char type, fpu_addr_modes addr_modes, in FPU_load_store()
/linux-4.1.27/net/dns_resolver/
Ddns_query.c69 int dns_query(const char *type, const char *name, size_t namelen, in dns_query()
/linux-4.1.27/arch/mips/vr41xx/common/
Dsiu.c127 unsigned int *type; in vr41xx_siu_setup() local
/linux-4.1.27/drivers/bus/
Darm-ccn.c138 u32 type; member
213 static void arm_ccn_pmu_config_set(u64 *config, u32 node_xp, u32 type, u32 port) in arm_ccn_pmu_config_set()
266 u32 type; member
618 u32 node_xp, type, event_id; in arm_ccn_pmu_event_init() local
946 u32 type = CCN_CONFIG_TYPE(event->attr.config); in arm_ccn_pmu_node_event_config() local
1163 void __iomem *base, u32 type, u32 id)) in arm_ccn_for_each_valid_region()
1168 u32 val, type, id; in arm_ccn_for_each_valid_region() local
1193 void __iomem *base, u32 type, u32 id) in arm_ccn_get_nodes_num()
1205 void __iomem *base, u32 type, u32 id) in arm_ccn_init_nodes()
/linux-4.1.27/scripts/kconfig/
Dsymbol.c65 enum symbol_type type = sym->type; in sym_get_type() local
76 const char *sym_type_name(enum symbol_type type) in sym_type_name()
476 int type = sym_get_type(sym); in sym_tristate_within_range() local
1289 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1319 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
/linux-4.1.27/fs/xfs/
Dxfs_file.c54 int type) in xfs_rw_ilock()
64 int type) in xfs_rw_iunlock()
74 int type) in xfs_rw_ilock_demote()
1097 unsigned int type) in xfs_lookup_buffer_offset()
1150 unsigned int type, in xfs_find_get_desired_pgoff()
Dxfs_qm.c64 int type, in xfs_qm_dquot_walk()
263 uint type, in xfs_qm_dqattach_one()
815 uint type) in xfs_qm_reset_dqcounts()
878 int type; in xfs_qm_dqiter_bufs() local
1042 uint type, in xfs_qm_quotacheck_dqadjust()
Dxfs_dquot.h114 static inline int xfs_this_quota_on(struct xfs_mount *mp, int type) in xfs_this_quota_on()
128 static inline xfs_dquot_t *xfs_inode_dquot(struct xfs_inode *ip, int type) in xfs_inode_dquot()
/linux-4.1.27/fs/nfs/
Dnfs4idmap.c249 const char *type, size_t typelen, char **desc) in nfs_idmap_get_desc()
270 const char *type, struct idmap *idmap) in nfs_idmap_request_key()
295 const char *type, void *data, in nfs_idmap_get_key()
339 static ssize_t nfs_idmap_lookup_name(__u32 id, const char *type, char *buf, in nfs_idmap_lookup_name()
354 static int nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type, in nfs_idmap_lookup_id()
/linux-4.1.27/include/uapi/linux/
Diso_fs.h15 char type[ISODCL(1,1)]; /* 711 */ member
29 char type [ISODCL ( 1, 1)]; /* 711 */ member
66 char type [ISODCL ( 1, 1)]; /* 711 */ member
106 char type [ISODCL ( 9, 9)]; /* 711 */ member
115 char type [ISODCL ( 9, 9)]; /* 711 */ member
Dkfd_ioctl.h133 #define AMDKFD_IOR(nr, type) _IOR(AMDKFD_IOCTL_BASE, nr, type) argument
134 #define AMDKFD_IOW(nr, type) _IOW(AMDKFD_IOCTL_BASE, nr, type) argument
135 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) argument
Dvideodev2.h152 #define V4L2_TYPE_IS_MULTIPLANAR(type) \ argument
156 #define V4L2_TYPE_IS_OUTPUT(type) \ argument
551 __u32 type; /* enum v4l2_buf_type */ member
589 __u32 type; /* Frame size type the device supports. */ member
619 __u32 type; /* Frame interval type the device supports. */ member
634 __u32 type; member
692 __u32 type; /* enum v4l2_buf_type */ member
761 __u32 type; member
833 __u32 type; /* enum v4l2_buf_type */ member
923 __u32 type; /* enum v4l2_buf_type */ member
[all …]
Dcdrom.h545 __u8 type; member
551 __u8 type; member
559 __u8 type; member
566 __u8 type; member
573 __u8 type; member
581 __u8 type; member
617 __u8 type; member
622 __u8 type; member
629 __u8 type; member
636 __u8 type; member
[all …]
Datmarp.h36 enum atmarp_ctrl_type type; /* message type */ member
Dtipc_config.h214 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */ member
285 static inline int TLV_CHECK_TYPE(struct tlv_desc *tlv, __u16 type) in TLV_CHECK_TYPE()
290 static inline void TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type) in TLV_SET_TYPE()
295 static inline int TLV_SET(void *tlv, __u16 type, void *data, __u16 len) in TLV_SET()
Djoystick.h50 __u8 type; /* event type */ member
82 __u16 type; member
Divtv.h50 enum v4l2_buf_type type; /* V4L2_BUF_TYPE_VIDEO_OUTPUT */ member
/linux-4.1.27/drivers/net/wireless/b43legacy/
Ddma.c242 static u16 b43legacy_dmacontroller_base(enum b43legacy_dmatype type, in b43legacy_dmacontroller_base()
352 enum b43legacy_dmatype type) in b43legacy_dmacontroller_rx_reset()
383 enum b43legacy_dmatype type) in b43legacy_dmacontroller_tx_reset()
651 enum b43legacy_dmatype type) in b43legacy_setup_dmaring()
843 enum b43legacy_dmatype type; in b43legacy_dma_init() local
/linux-4.1.27/drivers/acpi/acpica/
Dnseval.c412 acpi_object_type type; in acpi_ns_exec_module_code() local
Dexresolv.c342 acpi_object_type type; in acpi_ex_resolve_multiple() local
Devgpeinit.c328 u8 type; in acpi_ev_match_gpe_method() local
Dutprint.c243 u8 base, s32 width, s32 precision, u8 type) in acpi_ut_format_number()
361 u8 type; in acpi_ut_vsnprintf() local
/linux-4.1.27/arch/sparc/lib/
DNG2copy_to_user.S27 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS argument
DNG2memcpy.S47 #define LOAD(type,addr,dest) type [addr], dest argument
56 #define STORE(type,src,addr) type src, [addr] argument
58 #define STORE(type,src,addr) type##a src, [addr] 0x80 argument
DU1memcpy.S38 #define LOAD(type,addr,dest) type [addr], dest argument
46 #define STORE(type,src,addr) type src, [addr] argument
/linux-4.1.27/drivers/net/wan/lmc/
Dlmc_debug.c12 void lmcConsoleLog(char *type, unsigned char *ucData, int iLen) in lmcConsoleLog()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00leds.h38 enum led_type type; member
/linux-4.1.27/arch/powerpc/include/asm/
Dasync_tx.h38 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
/linux-4.1.27/tools/perf/tests/
Dopen-syscall-tp-fields.c78 const u32 type = event->header.type; in test__syscall_open_tp_fields() local
Devsel-roundtrip-name.c10 int type, op, err = 0, ret = 0, i, idx; in perf_evsel__roundtrip_cache_name_test() local
/linux-4.1.27/include/linux/
Dsyslog.h55 static inline int check_syslog_permissions(int type, bool from_file) in check_syslog_permissions()
Dkobject_ns.h41 enum kobj_ns_type type; member
Dlinux_logo.h27 int type; /* one of LINUX_LOGO_* */ member
Daudit.h71 u32 type; member
203 const unsigned char type) { in audit_inode_child()
360 const unsigned char type) in __audit_inode_child()
374 const unsigned char type) in audit_inode_child()
500 void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, in audit_log()
504 gfp_t gfp_mask, int type) in audit_log_start()
Dtca6416_keypad.h22 int type; /* input event type (EV_KEY, EV_SW) */ member
Dalarmtimer.h39 enum alarmtimer_type type; member
Dvme.h73 u32 type; member
78 enum vme_resource_type type; member
Drculist.h249 #define list_entry_rcu(ptr, type, member) \ argument
288 #define list_first_or_null_rcu(ptr, type, member) \ argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dgk104.c41 gk104_aux_mask(struct nvkm_i2c *i2c, u32 type, u32 mask, u32 data) in gk104_aux_mask()
Dg94.c41 g94_aux_mask(struct nvkm_i2c *i2c, u32 type, u32 mask, u32 data) in g94_aux_mask()
102 u8 type, u32 addr, u8 *data, u8 size) in g94_aux()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_inline.h88 int type; in qla4xxx_get_chap_type() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
Dhalbtc8821a2ant.c1176 bool force_exec, bool turn_on, u8 type) in halbtc8821a2ant_ps_tdma()
3583 void ex_halbtc8821a2ant_ips_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a2ant_ips_notify()
3598 void ex_halbtc8821a2ant_lps_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a2ant_lps_notify()
3611 void ex_halbtc8821a2ant_scan_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a2ant_scan_notify()
3622 void ex_halbtc8821a2ant_connect_notify(struct btc_coexist *btcoexist, u8 type) in ex_halbtc8821a2ant_connect_notify()
3634 u8 type) in ex_halbtc8821a2ant_media_status_notify()
3674 u8 type) { in ex_halbtc8821a2ant_special_packet_notify()
Dhalbtcoutsrc.c691 void exhalbtc_ips_notify(struct btc_coexist *btcoexist, u8 type) in exhalbtc_ips_notify()
716 void exhalbtc_lps_notify(struct btc_coexist *btcoexist, u8 type) in exhalbtc_lps_notify()
737 void exhalbtc_scan_notify(struct btc_coexist *btcoexist, u8 type) in exhalbtc_scan_notify()
842 void exhalbtc_stack_operation_notify(struct btc_coexist *btcoexist, u8 type) in exhalbtc_stack_operation_notify()
968 void exhalbtc_set_ant_num(struct rtl_priv *rtlpriv, u8 type, u8 ant_num) in exhalbtc_set_ant_num()
/linux-4.1.27/drivers/thermal/
Dthermal_core.c392 enum thermal_trip_type type; in handle_thermal_trip() local
427 enum thermal_trip_type type; in thermal_zone_get_temp() local
598 enum thermal_trip_type type; in trip_point_type_show() local
1146 char *type, void *devdata, in __thermal_cooling_device_register()
1218 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register()
1242 char *type, void *devdata, in thermal_of_cooling_device_register()
1486 struct thermal_zone_device *thermal_zone_device_register(const char *type, in thermal_zone_device_register()
/linux-4.1.27/sound/isa/gus/
Dgus_reset.c236 int type, int client, int port) in snd_gf1_alloc_voice_use()
257 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port) in snd_gf1_alloc_voice()
/linux-4.1.27/security/integrity/evm/
Devm_crypto.c35 static struct shash_desc *init_desc(char type) in init_desc()
132 char type, char *digest) in evm_calc_hmac_or_hash()
/linux-4.1.27/net/atm/
Dresources.c34 static struct atm_dev *__alloc_atm_dev(const char *type) in __alloc_atm_dev()
77 struct atm_dev *atm_dev_register(const char *type, struct device *parent, in atm_dev_register()
/linux-4.1.27/include/net/
Dswitchdev.h150 u8 tos, u8 type, in netdev_switch_fib_ipv4_add()
158 u8 tos, u8 type, u32 tb_id) in netdev_switch_fib_ipv4_del()
Dact_api.h79 __u32 type; /* for backward compat(TCA_OLD_COMPAT) */ member
88 __u32 type; /* TBD to match kind */ member
/linux-4.1.27/drivers/mmc/card/
Dqueue.h22 #define mmc_packed_cmd(type) ((type) != MMC_PACKED_NONE) argument
23 #define mmc_packed_wr(type) ((type) == MMC_PACKED_WRITE) argument
/linux-4.1.27/arch/x86/kernel/
Dparavirt_patch_64.c36 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
Dparavirt_patch_32.c27 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
Dparavirt.c129 static void *get_call_destination(u8 type) in get_call_destination()
145 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, in paravirt_patch_default()
/linux-4.1.27/tools/testing/selftests/kcmp/
Dkcmp_test.c22 static long sys_kcmp(int pid1, int pid2, int type, int fd1, int fd2) in sys_kcmp()
/linux-4.1.27/arch/mips/include/asm/fw/
Dfw.h22 enum fw_memtypes type; /* fw_memtypes */ member
/linux-4.1.27/arch/arm/mach-netx/include/mach/
Dxc.h25 unsigned int type; member
/linux-4.1.27/include/trace/events/
D9p.h96 #define show_9p_op(type) \ argument
/linux-4.1.27/sound/drivers/pcsp/
Dpcsp_input.c48 static int pcspkr_input_event(struct input_dev *dev, unsigned int type, in pcspkr_input_event()
/linux-4.1.27/include/linux/usb/
Dusb_phy_generic.h8 enum usb_phy_type type; member
/linux-4.1.27/drivers/iio/dac/
Dad5421.c384 const struct iio_chan_spec *chan, enum iio_event_type type, in ad5421_write_event_config()
415 const struct iio_chan_spec *chan, enum iio_event_type type, in ad5421_read_event_config()
439 const struct iio_chan_spec *chan, enum iio_event_type type, in ad5421_read_event_value()
/linux-4.1.27/security/tomoyo/
Ddomain.c234 const u8 type) in tomoyo_write_transition_control()
290 const enum tomoyo_transition_type type) in tomoyo_scan_transition()
337 enum tomoyo_transition_type type = TOMOYO_TRANSITION_CONTROL_NO_RESET; in tomoyo_transition_type() local
/linux-4.1.27/drivers/video/fbdev/mb862xx/
Dmb862xxfb.h78 unsigned int type; /* GDC type */ member
111 #define inreg(type, off) \ argument
114 #define outreg(type, off, val) \ argument
/linux-4.1.27/security/keys/
Dkey.c224 struct key *key_alloc(struct key_type *type, const char *desc, in key_alloc()
659 struct key_type *key_type_lookup(const char *type) in key_type_lookup()
774 const char *type, in key_create_or_update()
/linux-4.1.27/fs/
Dsuper.c166 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super()
437 struct super_block *sget(struct file_system_type *type, in sget()
541 void iterate_supers_type(struct file_system_type *type, in iterate_supers_type()
1091 mount_fs(struct file_system_type *type, int flags, const char *name, void *data) in mount_fs()
Dpnode.c119 void change_mnt_propagation(struct mount *mnt, int type) in change_mnt_propagation()
213 int type; in propagate_one() local
/linux-4.1.27/drivers/iio/adc/
Dad799x.c375 enum iio_event_type type, in ad799x_read_event_config()
391 enum iio_event_type type, in ad799x_write_event_config()
443 enum iio_event_type type, in ad799x_write_event_value()
465 enum iio_event_type type, in ad799x_read_event_value()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_connector.c60 find_encoder(struct drm_connector *connector, int type) in find_encoder()
245 int type; in nouveau_connector_detect() local
418 int type; in nouveau_connector_force() local
1053 int type, ret = 0; in nouveau_connector_create() local
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_flash.c563 u8 type; in get_fi_adap_type() local
600 u16 type; in chk_cfg() local
696 u8 type; in verify_fi() local
1046 u16 type; in esas2r_read_flash_rev() local
/linux-4.1.27/drivers/mfd/
Dsec-irq.c443 int type = sec_pmic->device_type; in sec_irq_init() local
Dwm831x-spi.c28 enum wm831x_parent type; in wm831x_spi_probe() local
/linux-4.1.27/include/uapi/linux/usb/
Dgadgetfs.h60 enum usb_gadgetfs_event_type type; member
/linux-4.1.27/drivers/media/common/b2c2/
Dflexcop-sram.c9 flexcop_sram_type_t type) in flexcop_sram_set_chip()
/linux-4.1.27/arch/um/include/shared/
Dirq_user.h15 int type; member
/linux-4.1.27/include/sound/
Dseq_midi_event.h33 int type; /* current event type */ member
/linux-4.1.27/drivers/input/serio/
Dserport.c202 static void serport_set_type(struct tty_struct *tty, unsigned long type) in serport_set_type()
219 unsigned long type; in serport_ldisc_ioctl() local
/linux-4.1.27/fs/autofs4/
Dwaitq.c95 int type) in autofs4_notify_daemon()
349 int status, ret, type; in autofs4_wait() local
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c451 enum lu_cli_type type, in seq_client_init()
502 struct obd_export *exp, enum lu_cli_type type) in client_fid_init()
/linux-4.1.27/fs/ext4/
Dext4_jbd2.c63 int type, int blocks, int rsv_blocks) in __ext4_journal_start_sb()
108 int type) in __ext4_journal_start_reserved()
/linux-4.1.27/drivers/i2c/busses/
Di2c-powermac.c245 const char *type, in i2c_powermac_create_one()
288 u32 addr, char *type, int type_size) in i2c_powermac_get_type()
Di2c-parport.h94 static int type = -1; variable
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c864 enum atl1c_trans_queue type) in atl1c_clean_tx_ring()
1545 enum atl1c_trans_queue type) in atl1c_clean_tx_irq()
1908 static inline u16 atl1c_tpd_avail(struct atl1c_adapter *adapter, enum atl1c_trans_queue type) in atl1c_tpd_avail()
1928 enum atl1c_trans_queue type) in atl1c_get_tpd()
1972 enum atl1c_trans_queue type) in atl1c_tso_csum()
2071 enum atl1c_trans_queue type) in atl1c_tx_rollback()
2093 enum atl1c_trans_queue type) in atl1c_tx_map()
2191 struct atl1c_tpd_desc *tpd, enum atl1c_trans_queue type) in atl1c_tx_queue()
2207 enum atl1c_trans_queue type = atl1c_trans_normal; in atl1c_xmit_frame() local
/linux-4.1.27/arch/mips/lantiq/
Dprom.h21 unsigned int type; member
/linux-4.1.27/drivers/staging/unisys/uislib/
Duisutils.c72 uisctrl_register_req_handler(int type, void *fptr, in uisctrl_register_req_handler()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_l2tp.h16 __u8 type; /* L2TP packet type */ member
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_resource.h37 enum vmci_resource_type type; member
/linux-4.1.27/drivers/input/misc/
Dpcspkr.c28 static int pcspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in pcspkr_event()
Dm68kspkr.c30 static int m68kspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in m68kspkr_event()
Dsparcspkr.c65 static int bbc_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in bbc_spkr_event()
103 static int grover_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in grover_spkr_event()
/linux-4.1.27/drivers/edac/
Dsb_edac.c221 #define RIR_RNK_TGT(type, reg) (((type) == BROADWELL) ? \ argument
224 #define RIR_OFFSET(type, reg) (((type) == HASWELL || (type) == BROADWELL) ? \ argument
264 enum type { enum
273 enum type type; member
560 static inline int numrank(enum type type, u32 mtr) in numrank()
811 static int check_if_ecc_is_active(const u8 bus, enum type type) in check_if_ecc_is_active()
1975 char *type, *optype, msg[256]; in sbridge_mce_output_error() local
2174 char *type; in sbridge_mce_check_error() local
2265 static int sbridge_register_mci(struct sbridge_dev *sbridge_dev, enum type type) in sbridge_register_mci()
2428 enum type type = SANDY_BRIDGE; in sbridge_probe() local
/linux-4.1.27/include/uapi/drm/
Ddrm.h214 enum drm_map_type type; /**< Type of memory to map */ member
261 enum drm_stat_type type; member
438 unsigned int type; member
480 enum drm_vblank_seq_type type; member
486 enum drm_vblank_seq_type type; member
532 unsigned long type; /**< Type of memory to allocate */ member
686 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) argument
687 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) argument
688 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) argument
814 __u32 type; member
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c205 u8 *buf, addr[AVC_BRIDGECO_ADDR_BYTES], type; in map_data_channels() local
857 enum avc_bridgeco_plug_type type; in seek_msu_sync_input_plug() local
894 enum avc_bridgeco_plug_type type; in snd_bebob_stream_discover() local
/linux-4.1.27/fs/ubifs/
Dxattr.c259 int type; in check_namespace() local
310 int err, type; in setxattr() local
458 int type; in ubifs_listxattr() local
/linux-4.1.27/drivers/char/agp/
Dhp-agp.c332 hp_zx1_insert_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_insert_memory()
379 hp_zx1_remove_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_remove_memory()
400 hp_zx1_mask_memory (struct agp_bridge_data *bridge, dma_addr_t addr, int type) in hp_zx1_mask_memory()
/linux-4.1.27/net/batman-adv/
Dmain.h241 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \ argument
258 #define batadv_dbg(type, bat_priv, arg...) \ argument
260 #define batadv_dbg_ratelimited(type, bat_priv, arg...) \ argument
/linux-4.1.27/sound/pci/asihpi/
Dhpidspcd.h40 u32 type; member
/linux-4.1.27/samples/bpf/
Dbpf_helpers.h40 unsigned int type; member
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_mh.c30 type_match(u_int8_t min, u_int8_t max, u_int8_t type, bool invert) in type_match()
/linux-4.1.27/arch/xtensa/mm/
Dhighmem.c34 static inline enum fixed_addresses kmap_idx(int type, unsigned long color) in kmap_idx()
/linux-4.1.27/arch/arm/mach-ks8695/
Dirq.c67 static int ks8695_irq_set_type(struct irq_data *d, unsigned int type) in ks8695_irq_set_type()
/linux-4.1.27/include/linux/platform_data/
Dasoc-s3c.h44 } type; member
/linux-4.1.27/include/linux/input/
Dsparse-keymap.h36 int type; /* See KE_* above */ member
/linux-4.1.27/sound/aoa/core/
Dalsa.c62 int aoa_snd_device_new(enum snd_device_type type, in aoa_snd_device_new()
Dgpio-feature.c309 enum notify_type type, in ftr_set_notify()
376 enum notify_type type) in ftr_get_detect()
/linux-4.1.27/drivers/input/
Devbug.c41 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event()
Dinput.c172 unsigned int type, unsigned int code, int value) in input_pass_event()
266 unsigned int type, unsigned int code, int *pval) in input_get_disposition()
372 unsigned int type, unsigned int code, int value) in input_handle_event()
430 unsigned int type, unsigned int code, int value) in input_event()
455 unsigned int type, unsigned int code, int value) in input_inject_event()
1621 #define INPUT_DO_TOGGLE(dev, type, bits, on) \ argument
1909 void input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code) in input_set_capability()
2006 #define INPUT_CLEANSE_BITMASK(dev, type, bits) \ argument
Dapm-power.c35 static void apmpower_event(struct input_handle *handle, unsigned int type, in apmpower_event()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c1739 #define __entity(type, val) do { \ in ffs_do_single_desc() argument
1879 static int __ffs_data_do_entity(enum ffs_entity_type type, in __ffs_data_do_entity()
1960 enum ffs_os_desc_type type, in ffs_do_single_os_desc()
1996 enum ffs_os_desc_type type; in ffs_do_os_descs() local
2049 static int __ffs_data_do_os_desc(enum ffs_os_desc_type type, in __ffs_data_do_os_desc()
2076 u32 type, pdl; in __ffs_data_do_os_desc() local
2373 enum usb_functionfs_event_type type) in __ffs_event_add()
2440 enum usb_functionfs_event_type type) in ffs_event_add()
2460 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs()
2549 static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_nums()
[all …]
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h86 enum ip_set_extension type; member
230 struct ip_set_type *type; member
452 ip_set_attr_netorder(struct nlattr *tb[], int type) in ip_set_attr_netorder()
458 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder()
479 static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) in nla_put_ipaddr4()
492 static inline int nla_put_ipaddr6(struct sk_buff *skb, int type, in nla_put_ipaddr6()
/linux-4.1.27/net/rfkill/
Dcore.c53 enum rfkill_type type; member
340 static void __rfkill_switch_all(const enum rfkill_type type, bool blocked) in __rfkill_switch_all()
363 void rfkill_switch_all(enum rfkill_type type, bool blocked) in rfkill_switch_all()
466 bool rfkill_get_global_sw_state(const enum rfkill_type type) in rfkill_get_global_sw_state()
586 static const char *rfkill_get_type_str(enum rfkill_type type) in rfkill_get_type_str()
846 const enum rfkill_type type, in rfkill_alloc()
/linux-4.1.27/fs/jfs/
Djfs_logmgr.h207 __le16 type; /* 2: record type */ member
233 __le16 type; /* 2: REDOPAGE record type */ member
249 __le16 type; /* 2: NOREDOPAGE record type */ member
265 __le16 type; /* 2: UPDATEMAP record type */ member
310 __le32 type; /* 4: FREEXTENT record type */ member
340 __le32 type; /* 4: NEWPAGE record type */ member
/linux-4.1.27/net/bluetooth/
Dhci_core.c2250 static u8 ltk_role(u8 type) in ltk_role()
2325 bdaddr_t *bdaddr, u8 *val, u8 type, in hci_add_link_key()
2372 u8 addr_type, u8 type, u8 authenticated, in hci_add_ltk()
2473 bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_is_paired()
2618 bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_lookup()
2642 int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_add()
2664 int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type) in hci_bdaddr_list_del()
3529 static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, in hci_low_sent()
3589 static void hci_link_tx_to(struct hci_dev *hdev, __u8 type) in hci_link_tx_to()
3610 static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type, in hci_chan_sent()
[all …]
/linux-4.1.27/include/xen/interface/io/
Dnetif.h175 uint8_t type; /* XEN_NETIF_EXTRA_TYPE_* */ member
191 uint8_t type; /* XEN_NETIF_GSO_TYPE_* */ member
/linux-4.1.27/kernel/trace/
Dtrace_event_perf.c263 void *perf_trace_buf_prepare(int size, unsigned short type, in perf_trace_buf_prepare()
361 enum trace_reg type, void *data) in perf_ftrace_event_register()
/linux-4.1.27/sound/core/
Dpcm_memory.c259 int type, struct device *data, in snd_pcm_lib_preallocate_pages()
283 int type, void *data, in snd_pcm_lib_preallocate_pages_for_all()
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_cq.h73 u8 type, u16 q_number, u16 completed_index, void *opaque), in vnic_cq_service()
79 u8 type, color; in vnic_cq_service() local
/linux-4.1.27/drivers/clk/ti/
Dcomposite.c67 int type; member
274 int type) in ti_clk_add_component()
/linux-4.1.27/tools/perf/util/
Dmachine.h50 struct map *machine__kernel_map(struct machine *machine, enum map_type type) in machine__kernel_map()
157 enum map_type type, u64 addr, in machine__find_kernel_symbol()
Dparse-events.y274 int type = $1 >> 16; variable
288 int type = $1 >> 16; variable
Devsel.c345 static int __perf_evsel__bp_name(char *bf, size_t size, u64 addr, u64 type) in __perf_evsel__bp_name()
415 bool perf_evsel__is_cache_op_valid(u8 type, u8 op) in perf_evsel__is_cache_op_valid()
423 int __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result, in __perf_evsel__hw_cache_type_op_res_name()
438 u8 op, result, type = (config >> 0) & 0xff; in __perf_evsel__hw_cache_name() local
1339 u64 type = evsel->attr.sample_type; in perf_evsel__parse_id_sample() local
1414 u64 type = evsel->attr.sample_type; in perf_evsel__parse_sample() local
1678 size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, in perf_event__sample_event_size()
1783 int perf_event__synthesize_sample(union perf_event *event, u64 type, in perf_event__synthesize_sample()
/linux-4.1.27/tools/testing/selftests/powerpc/
Dharness.c122 void *get_auxv_entry(int type) in get_auxv_entry()
/linux-4.1.27/arch/mips/ralink/
Dill_acc.c36 u32 type = rt_memc_r32(REG_ILL_ACC_TYPE); in ill_acc_irq_handler() local
/linux-4.1.27/include/acpi/
Dvideo.h30 static inline int acpi_video_get_edid(struct acpi_device *device, int type, in acpi_video_get_edid()
Dacpiosxf.h72 u32 type; member
/linux-4.1.27/drivers/staging/android/ion/
Dion.h52 enum ion_heap_type type; member
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_eq.c55 const enum ehca_eq_type type, const u32 length) in ehca_create_eq()
/linux-4.1.27/drivers/irqchip/
Dirq-gic-common.c24 int gic_configure_irq(unsigned int irq, unsigned int type, in gic_configure_irq()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.h19 u8 type; member
/linux-4.1.27/drivers/staging/iio/accel/
Dsca3000_core.c684 enum iio_event_type type, in sca3000_read_thresh()
716 enum iio_event_type type, in sca3000_write_thresh()
838 enum iio_event_type type, in sca3000_read_event_config()
940 enum iio_event_type type, in sca3000_write_event_config()
/linux-4.1.27/kernel/
Dauditfilter.c1056 int audit_rule_change(int type, __u32 portid, int seq, void *data, in audit_rule_change()
1254 static int audit_filter_user_rules(struct audit_krule *rule, int type, in audit_filter_user_rules()
1313 int audit_filter_user(int type) in audit_filter_user()
1335 int audit_filter_type(int type) in audit_filter_type()
/linux-4.1.27/drivers/media/i2c/m5mols/
Dm5mols_core.c479 enum m5mols_restype type = M5MOLS_RESTYPE_MONITOR; in __find_restype() local
500 enum m5mols_restype *type, in __find_resolution()
536 enum m5mols_restype type) in __find_format()
569 enum m5mols_restype type; in m5mols_set_fmt() local
/linux-4.1.27/drivers/clocksource/
Darm_arch_timer.c263 static void __arch_timer_setup(unsigned type, in __arch_timer_setup()
392 static void arch_timer_banner(unsigned type) in arch_timer_banner()
465 static void __init arch_counter_register(unsigned type) in arch_counter_register()
669 arch_timer_needs_probing(int type, const struct of_device_id *matches) in arch_timer_needs_probing()
/linux-4.1.27/net/sctp/
Dipv6.c142 u8 type, u8 code, int offset, __be32 info) in sctp_v6_err()
552 int type; in sctp_v6_available() local
846 int type = ipv6_addr_type(&addr->v6.sin6_addr); in sctp_inet6_bind_verify() local
880 int type = ipv6_addr_type(&addr->v6.sin6_addr); in sctp_inet6_send_verify() local
/linux-4.1.27/drivers/iio/light/
Dcm36651.c493 enum iio_event_type type, in cm36651_read_prox_thresh()
507 enum iio_event_type type, in cm36651_write_prox_thresh()
533 enum iio_event_type type, in cm36651_write_prox_event_config()
552 enum iio_event_type type, in cm36651_read_prox_event_config()
/linux-4.1.27/arch/microblaze/kernel/
Dexceptions.c74 asmlinkage void full_exception(struct pt_regs *regs, unsigned int type, in full_exception()
/linux-4.1.27/arch/powerpc/mm/
Dicswx.h63 static inline u64 acop_copro_type_bit(unsigned int type) in acop_copro_type_bit()
/linux-4.1.27/net/hsr/
Dhsr_slave.c131 enum hsr_port_type type) in hsr_add_port()
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic_pasemi_msi.c86 static int pasemi_msi_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type) in pasemi_msi_setup_msi_irqs()
/linux-4.1.27/drivers/video/fbdev/msm/
Dmddi_hw.h134 uint16_t type; member
140 uint16_t type; member
151 uint16_t type; /* 66 */ member
198 uint16_t type; /* 16 */ member
267 uint16_t type; /* 146 */ member
/linux-4.1.27/net/netfilter/
Dnf_log.c150 void nf_logger_request_module(int pf, enum nf_log_type type) in nf_logger_request_module()
157 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get()
178 void nf_logger_put(int pf, enum nf_log_type type) in nf_logger_put()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dsvga3d_surfacedefs.h40 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) argument
41 #define min_t(type, x, y) ((x) < (y) ? (x) : (y)) argument
177 #define SVGA3D_CHANNEL_DEF(type) \ argument
/linux-4.1.27/usr/
Dgen_init_cpio.c28 const char *type; member
186 const char *type; member
524 char *args, *type; in main() local
/linux-4.1.27/fs/gfs2/
Dutil.c197 const char *type, const char *function, char *file, in gfs2_meta_check_ii()
217 u16 type, u16 t, const char *function, in gfs2_metatype_check_ii()
/linux-4.1.27/block/partitions/
Dibm.c69 char type[], in find_label()
296 char type[5] = {0,}; in ibm_partition() local
/linux-4.1.27/fs/ntfs/
Ddir.c211 u8 type = ie->key.file_name.file_name_type; in ntfs_lookup_inode_by_name() local
471 u8 type = ie->key.file_name.file_name_type; in ntfs_lookup_inode_by_name() local
/linux-4.1.27/net/switchdev/
Dswitchdev.c314 u8 tos, u8 type, u32 nlflags, u32 tb_id) in netdev_switch_fib_ipv4_add()
362 u8 tos, u8 type, u32 tb_id) in netdev_switch_fib_ipv4_del()
/linux-4.1.27/arch/mips/lantiq/falcon/
Dprom.c57 u32 type; in ltq_soc_detect() local
/linux-4.1.27/fs/btrfs/
Dqgroup.h55 enum btrfs_qgroup_operation_type type; member
/linux-4.1.27/net/rds/
Drdma_transport.c62 static char *rds_cm_event_str(enum rdma_cm_event_type type) in rds_cm_event_str()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_cfg.h60 enum adf_cfg_val_type type; member
/linux-4.1.27/arch/blackfin/include/asm/
Dflat.h45 int type = (relval >> 26) & 7; in flat_set_persistent() local
/linux-4.1.27/drivers/hid/
Dhid-holtek-kbd.c120 static int holtek_kbd_input_event(struct input_dev *dev, unsigned int type, in holtek_kbd_input_event()
Dhid-roccat-koneplus.h74 uint8_t type; member
110 uint8_t type; member
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
Dbf54x-lq043.h20 int type; member
/linux-4.1.27/include/crypto/
Drng.h56 u32 type, u32 mask) in crypto_alloc_rng()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dfan.c72 u8 type = nv_ro08(bios, data + 0x00); in nvbios_fan_parse() local
Ddisp.c116 nvbios_outp_match(struct nvkm_bios *bios, u16 type, u16 mask, in nvbios_outp_match()
152 nvbios_ocfg_match(struct nvkm_bios *bios, u16 outp, u16 type, in nvbios_ocfg_match()
/linux-4.1.27/arch/arm/firmware/
Dtrusted_foundations.c34 static void __naked tf_generic_smc(u32 type, u32 arg1, u32 arg2) in tf_generic_smc()
/linux-4.1.27/arch/arm/mach-imx/
Dcpu.c17 void mxc_set_cpu_type(unsigned int type) in mxc_set_cpu_type()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_agpsupport.c204 u32 type; in drm_agp_alloc() local
475 u32 type) in drm_agp_bind_pages()
/linux-4.1.27/drivers/scsi/isci/
Dscu_event_codes.h79 #define SCU_EVENT_TYPE(type) \ argument
96 #define SCU_EVENT_MESSAGE(type, code) \ argument
/linux-4.1.27/drivers/char/
Dmspec.c95 enum mspec_page_type type; /* Type of pages allocated. */ member
256 enum mspec_page_type type) in mspec_mmap()
/linux-4.1.27/arch/m68k/include/asm/
Duaccess_mm.h17 static inline int access_ok(int type, const void __user *addr, in access_ok()
131 #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({ \ argument
/linux-4.1.27/drivers/platform/x86/
Dintel_pmic_gpio.c79 static void pmic_program_irqtype(int gpio, int type) in pmic_program_irqtype()
162 static int pmic_irq_type(struct irq_data *data, unsigned type) in pmic_irq_type()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Ddesc.c79 enum ath5k_pkt_type type, in ath5k_hw_setup_2word_tx_desc()
245 enum ath5k_pkt_type type, in ath5k_hw_setup_4word_tx_desc()
/linux-4.1.27/arch/mips/pmcs-msp71xx/
Dmsp_prom.c327 static int __init prom_memtype_classify(unsigned int type) in prom_memtype_classify()
346 long type; in prom_meminit() local
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_cq.h75 u8 type, u16 q_number, u16 completed_index, void *opaque), in vnic_cq_service()
81 u8 type, color; in vnic_cq_service() local
/linux-4.1.27/sound/drivers/opl3/
Dopl3_synth.c203 unsigned char type; in snd_opl3_write() local
252 int prog, int bank, int type, in snd_opl3_load_patch()
/linux-4.1.27/drivers/watchdog/
Dibmasr.c144 const char *type = ""; in asr_get_base_address() local
360 int type; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgt215.c32 gt215_devinit_pll_set(struct nvkm_devinit *devinit, u32 type, u32 freq) in gt215_devinit_pll_set()
/linux-4.1.27/drivers/media/common/
Dcypress_firmware.c72 const struct firmware *fw, int type) in cypress_load_firmware()
/linux-4.1.27/net/ceph/
Dmsgpool.c35 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, in ceph_msgpool_init()
/linux-4.1.27/arch/sparc/include/asm/
Dbarrier_64.h25 #define membar_safe(type) \ argument
/linux-4.1.27/tools/testing/selftests/net/
Dsocket.c11 int type; member
/linux-4.1.27/security/apparmor/
Dcapability.c68 int type = AUDIT_APPARMOR_AUTO; in audit_caps() local
/linux-4.1.27/drivers/misc/ibmasm/
Ddot_command.h45 u8 type; member
/linux-4.1.27/drivers/mtd/maps/
Dimpa7.c61 const char * const *type; in init_impa7() local

12345678910>>...21