Searched refs:attribs (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/net/irda/
H A Dirias_object.c71 obj->attribs = hashbin_new(HB_LOCK); irias_new_object()
73 if (obj->attribs == NULL) { irias_new_object()
74 net_warn_ratelimited("%s(), Unable to allocate attribs!\n", irias_new_object()
111 hashbin_delete(obj->attribs, (FREE_FUNC) __irias_delete_attrib); __irias_delete_object()
162 node = hashbin_remove_this(obj->attribs, (irda_queue_t *) attrib); irias_delete_attrib()
174 node = (struct ias_attrib *) hashbin_get_first(obj->attribs); irias_delete_attrib()
225 attrib = hashbin_lock_find(obj->attribs, 0, name); irias_find_attrib()
251 hashbin_insert(obj->attribs, (irda_queue_t *) attrib, 0, attrib->name); irias_add_attrib()
276 spin_lock_irqsave(&obj->attribs->hb_spinlock, flags); irias_object_change_attribute()
279 attrib = hashbin_find(obj->attribs, 0, attrib_name); irias_object_change_attribute()
283 spin_unlock_irqrestore(&obj->attribs->hb_spinlock, flags); irias_object_change_attribute()
290 spin_unlock_irqrestore(&obj->attribs->hb_spinlock, flags); irias_object_change_attribute()
301 spin_unlock_irqrestore(&obj->attribs->hb_spinlock, flags); irias_object_change_attribute()
H A Diriap.c1014 spin_lock(&obj->attribs->hb_spinlock); irias_seq_show()
1017 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs); irias_seq_show()
1019 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) { irias_seq_show()
1053 spin_unlock(&obj->attribs->hb_spinlock); irias_seq_show()
/linux-4.1.27/drivers/video/fbdev/
H A Dep93xx-fb.c155 unsigned int attribs; ep93xxfb_set_video_attribs() local
157 attribs = EP93XXFB_ENABLE; ep93xxfb_set_video_attribs()
158 attribs |= fbi->mach_info->flags; ep93xxfb_set_video_attribs()
159 ep93xxfb_out_locked(fbi, attribs, EP93XXFB_ATTRIBS); ep93xxfb_set_video_attribs()
330 unsigned int attribs = ep93xxfb_readl(fbi, EP93XXFB_ATTRIBS); ep93xxfb_blank() local
335 ep93xxfb_out_locked(fbi, attribs & ~EP93XXFB_ENABLE, ep93xxfb_blank()
340 ep93xxfb_out_locked(fbi, attribs | EP93XXFB_ENABLE, ep93xxfb_blank()
/linux-4.1.27/include/net/irda/
H A Dirias_object.h50 hashbin_t *attribs; member in struct:ias_object
/linux-4.1.27/drivers/scsi/
H A Dgdth.h214 #define GDT_RW_ATTRIBS 23 /* R/W attribs (write thru,..)*/
661 u8 rw_attribs; /* r/w attribs */
H A Dgdth.c4416 /* devtype, cluster info, R/W attribs */ ioc_rescan()
/linux-4.1.27/fs/ncpfs/
H A Dncplib_kernel.c659 ncp_add_word(server, cpu_to_le16(0x8006)); /* search attribs: all */ ncp_modify_file_or_subdir_dos_info_path()
718 ncp_add_word(server, attr); /* search attribs: all */ ncp_DeleteNSEntry()
/linux-4.1.27/drivers/edac/
H A Dedac_device_sysfs.c820 edac_dbg(0, "failed to add sysfs attribs\n"); edac_device_create_sysfs()
/linux-4.1.27/net/sched/
H A Dact_api.c963 pr_notice("tc_ctl_action: received NO action attribs\n"); tc_ctl_action()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2801 struct mgmt_controller_attrib *attribs; be_cmd_get_cntl_attributes() local
2831 attribs = attribs_cmd.va + sizeof(struct be_cmd_resp_hdr); be_cmd_get_cntl_attributes()
2832 adapter->hba_port_num = attribs->hba_attribs.phy_port; be_cmd_get_cntl_attributes()
H A Dbe_cmds.h1641 struct mgmt_controller_attrib attribs; member in struct:be_cmd_resp_cntl_attribs
/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c465 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) get_char() argument
477 *attribs = (w & 0xff00) >> 8; get_char()
/linux-4.1.27/arch/arm/mm/
H A Dmmu.c175 * memory attributes (shared, type, and cache attribs). We can not early_cachepolicy()
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_lnode.c650 /* Send an event to update local attribs */ csio_ln_vnp_read_cbfn()
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c1351 * there is a need to override some of the type dependent attribs/funcs. bond_enslave()

Completed in 612 milliseconds